Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ducnhash.h11 #define PyUnicodeData_CAPSULE_NAME "unicodedata.ucnhash_CAPI" macro
/external/python/cpython3/Include/
Ducnhash.h11 #define PyUnicodeData_CAPSULE_NAME "unicodedata.ucnhash_CAPI" macro
/external/python/cpython3/Modules/
Dunicodedata.c1366 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in PyInit_unicodedata()
/external/python/cpython2/Modules/
Dunicodedata.c1281 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in initunicodedata()
/external/python/cpython3/Python/
Dcodecs.c987 PyUnicodeData_CAPSULE_NAME, 1); in PyCodec_NameReplaceErrors()
/external/python/cpython2/Objects/
Dunicodeobject.c2949 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape()
/external/python/cpython3/Objects/
Dunicodeobject.c6067 PyUnicodeData_CAPSULE_NAME, 1); in _PyUnicode_DecodeUnicodeEscape()