Home
last modified time | relevance | path

Searched refs:PyUnicode_Format (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h188 # 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/
Dunicodeobject.h1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1706 PyUnicode_Format:PyObject*::+1:
1707 PyUnicode_Format:PyObject*:format:0:
1708 PyUnicode_Format:PyObject*:args:0:
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2660 PyUnicode_Format:PyObject*::+1:
2661 PyUnicode_Format:PyObject*:format:0:
2662 PyUnicode_Format:PyObject*:args:0:
Dstable_abi.dat753 function,PyUnicode_Format,3.2,,
Dpython3.11.abi812 …<elf-symbol name='PyUnicode_Format' type='func-type' binding='global-binding' visibility='default-…
10228PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='15187' …
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c669 EXPORT_FUNC(PyUnicode_Format)
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst77 Fixed a bug in PyUnicode_Format where it failed to properly ignore errors
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c756 #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/
Dstable_abi.toml1512 [function.PyUnicode_Format]
DHISTORY8361 PyUnicode_Format by PyUnicode_FromFormat.
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx759 #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/
Dunicodeobject.c7973 return PyUnicode_Format(v, w); in unicode_mod()
8353 PyObject *PyUnicode_Format(PyObject *format, in PyUnicode_Format() function
Dstringobject.c4722 v = PyUnicode_Format(format, args); in PyString_Format()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst1108 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst1520 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c14219 return PyUnicode_Format(v, w); in unicode_mod()
15185 PyUnicode_Format(PyObject *format, PyObject *args) in PyUnicode_Format() function