Home
last modified time | relevance | path

Searched refs:PyUnicode_Translate (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h212 # 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/
Drefcounts.dat1667 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/
Dunicodeobject.h909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h909 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2605 PyUnicode_Translate:PyObject*::+1:
2606 PyUnicode_Translate:PyObject*:str:0:
2607 PyUnicode_Translate:PyObject*:table:0:
2608 PyUnicode_Translate:const char*:errors::
Dstable_abi.dat781 function,PyUnicode_Translate,3.2,,
Dpython3.11.abi843 …<elf-symbol name='PyUnicode_Translate' type='func-type' binding='global-binding' visibility='defau…
10475PyUnicode_Translate' mangled-name='PyUnicode_Translate' filepath='Objects/unicodeobject.c' line='9…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c699 EXPORT_FUNC(PyUnicode_Translate)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1556 [function.PyUnicode_Translate]
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst1016 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)
/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c2238 return PyUnicode_Translate((PyObject *)self, tableobj, NULL); in string_translate()
Dunicodeobject.c5196 PyObject *PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst1343 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c9311 PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function