Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ucnhash.h14 #define PyUnicodeData_CAPSULE_NAME "unicodedata._ucnhash_CAPI" macro
/third_party/python/Modules/
Dunicodedata.c1315 void *capi = PyCapsule_GetPointer(capsule, PyUnicodeData_CAPSULE_NAME); in unicodedata_destroy_capi()
1331 PyUnicodeData_CAPSULE_NAME, in unicodedata_create_capi()
/third_party/python/Python/
Dcodecs.c982 PyUnicodeData_CAPSULE_NAME, 1); in PyCodec_NameReplaceErrors()
/third_party/python/Objects/
Dunicodeobject.c6583 PyUnicodeData_CAPSULE_NAME, 1); in _PyUnicode_DecodeUnicodeEscapeInternal()