Searched refs:PyUnicode_Translate (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | unicodeobject.h | 212 # define PyUnicode_Translate PyUnicodeUCS2_Translate macro 299 # define PyUnicode_Translate PyUnicodeUCS4_Translate macro 1223 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1667 PyUnicode_Translate:PyObject*::+1: 1668 PyUnicode_Translate:PyObject*:str:0: 1669 PyUnicode_Translate:PyObject*:table:0: 1670 PyUnicode_Translate:const char*:errors::
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | unicodeobject.h | 909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2605 PyUnicode_Translate:PyObject*::+1: 2606 PyUnicode_Translate:PyObject*:str:0: 2607 PyUnicode_Translate:PyObject*:table:0: 2608 PyUnicode_Translate:const char*:errors::
|
D | stable_abi.dat | 781 function,PyUnicode_Translate,3.2,,
|
D | python3.11.abi | 843 …<elf-symbol name='PyUnicode_Translate' type='func-type' binding='global-binding' visibility='defau… 10475 …PyUnicode_Translate' mangled-name='PyUnicode_Translate' filepath='Objects/unicodeobject.c' line='9…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 699 EXPORT_FUNC(PyUnicode_Translate)
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1556 [function.PyUnicode_Translate]
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 1016 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | stringobject.c | 2238 return PyUnicode_Translate((PyObject *)self, tableobj, NULL); in string_translate()
|
D | unicodeobject.c | 5196 PyObject *PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 1343 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 9311 PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function
|