Searched refs:PyUnicode_Format (Results 1 – 21 of 21) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | unicodeobject.h | 188 # define PyUnicode_Format PyUnicodeUCS2_Format macro 275 # define PyUnicode_Format PyUnicodeUCS4_Format macro 1313 PyAPI_FUNC(PyObject *) PyUnicode_Format(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | unicodeobject.h | 1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1706 PyUnicode_Format:PyObject*::+1: 1707 PyUnicode_Format:PyObject*:format:0: 1708 PyUnicode_Format:PyObject*:args:0:
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2660 PyUnicode_Format:PyObject*::+1: 2661 PyUnicode_Format:PyObject*:format:0: 2662 PyUnicode_Format:PyObject*:args:0:
|
D | stable_abi.dat | 753 function,PyUnicode_Format,3.2,,
|
D | python3.11.abi | 812 …<elf-symbol name='PyUnicode_Format' type='func-type' binding='global-binding' visibility='default-… 10228 …PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='15187' …
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 669 EXPORT_FUNC(PyUnicode_Format)
|
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.12rc1.rst | 77 Fixed a bug in PyUnicode_Format where it failed to properly ignore errors
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 756 #define PyString_Format(fmt, args) PyUnicode_Format(fmt, args) 1564 res = PyUnicode_Format(ofmt,args); in SwigPyObject_format()
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1512 [function.PyUnicode_Format]
|
D | HISTORY | 8361 PyUnicode_Format by PyUnicode_FromFormat.
|
/aosp_15_r20/external/marisa-trie/bindings/python/ |
H A D | marisa-swig_wrap.cxx | 759 #define PyString_Format(fmt, args) PyUnicode_Format(fmt, args) 1443 res = PyUnicode_Format(ofmt,args); in SwigPyObject_format()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | unicodeobject.c | 7973 return PyUnicode_Format(v, w); in unicode_mod() 8353 PyObject *PyUnicode_Format(PyObject *format, in PyUnicode_Format() function
|
D | stringobject.c | 4722 v = PyUnicode_Format(format, args); in PyString_Format()
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 1108 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 1520 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 14219 return PyUnicode_Format(v, w); in unicode_mod() 15185 PyUnicode_Format(PyObject *format, PyObject *args) in PyUnicode_Format() function
|