Searched refs:PyUnicode_Format (Results 1 – 10 of 10) sorted by relevance
| /third_party/python/Include/ |
| D | unicodeobject.h | 1022 PyAPI_FUNC(PyObject *) PyUnicode_Format(
|
| /third_party/python/PC/ |
| D | python3dll.c | 656 EXPORT_FUNC(PyUnicode_Format)
|
| /third_party/python/Doc/data/ |
| D | stable_abi.dat | 733 function,PyUnicode_Format,3.2,
|
| D | refcounts.dat | 2723 PyUnicode_Format:PyObject*::+1: 2724 PyUnicode_Format:PyObject*:format:0: 2725 PyUnicode_Format:PyObject*:args:0:
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 1420 function PyUnicode_Format
|
| D | HISTORY | 8361 PyUnicode_Format by PyUnicode_FromFormat.
|
| /third_party/skia/third_party/externals/libwebp/swig/ |
| D | libwebp_python_wrap.c | 756 #define PyString_Format(fmt, args) PyUnicode_Format(fmt, args) 1564 res = PyUnicode_Format(ofmt,args); in SwigPyObject_format()
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1697 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
|
| /third_party/python/Python/ |
| D | ceval.c | 2056 res = PyUnicode_Format(dividend, divisor); in _PyEval_EvalFrameDefault()
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 14547 return PyUnicode_Format(v, w); in unicode_mod() 15514 PyUnicode_Format(PyObject *format, PyObject *args) in PyUnicode_Format() function
|