Home
last modified time | relevance | path

Searched refs:PyUnicodeData_CAPSULE_NAME (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ucnhash.h14 #define PyUnicodeData_CAPSULE_NAME "unicodedata._ucnhash_CAPI" macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_ucnhash.h14 #define PyUnicodeData_CAPSULE_NAME "unicodedata._ucnhash_CAPI" macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ucnhash.h14 #define PyUnicodeData_CAPSULE_NAME "unicodedata._ucnhash_CAPI" macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ucnhash.h14 #define PyUnicodeData_CAPSULE_NAME "unicodedata._ucnhash_CAPI" macro
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ucnhash.h14 #define PyUnicodeData_CAPSULE_NAME "unicodedata._ucnhash_CAPI" macro
/aosp_15_r20/external/python/cpython2/Include/
Ducnhash.h11 #define PyUnicodeData_CAPSULE_NAME "unicodedata.ucnhash_CAPI" macro
/aosp_15_r20/external/python/cpython3/Modules/
Dunicodedata.c1317 void *capi = PyCapsule_GetPointer(capsule, PyUnicodeData_CAPSULE_NAME); in unicodedata_destroy_capi()
1333 PyUnicodeData_CAPSULE_NAME, in unicodedata_create_capi()
/aosp_15_r20/external/python/cpython2/Modules/
Dunicodedata.c1281 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in initunicodedata()
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c982 PyUnicodeData_CAPSULE_NAME, 1); in PyCodec_NameReplaceErrors()
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c2949 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c6462 PyUnicodeData_CAPSULE_NAME, 1); in _PyUnicode_DecodeUnicodeEscapeInternal()