Searched refs:PyUnicode_Format (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Include/
H A Dunicodeobject.h188 # define PyUnicode_Format PyUnicodeUCS2_Format macro
275 # define PyUnicode_Format PyUnicodeUCS4_Format macro
1313 PyAPI_FUNC(PyObject *) PyUnicode_Format(
/external/python/cpython3/Include/
H A Dunicodeobject.h2111 PyAPI_FUNC(PyObject *) PyUnicode_Format(
/external/python/cpython2/Objects/
H A Dunicodeobject.c7978 return PyUnicode_Format(v, w);
8108 /* Helpers for PyUnicode_Format() */
8357 PyObject *PyUnicode_Format(PyObject *format, function
H A Dstringobject.c4725 v = PyUnicode_Format(format, args);
/external/python/cpython3/Python/
H A Dceval.c1417 res = PyUnicode_Format(dividend, divisor);
/external/python/cpython3/Objects/
H A Dunicodeobject.c13877 return PyUnicode_Format(v, w);
13974 /* Helpers for PyUnicode_Format() */
14812 /* Helper of PyUnicode_Format(): format one arg.
14852 PyUnicode_Format(PyObject *format, PyObject *args) function

Completed in 147 milliseconds