Searched refs:PyUnicodeData_CAPSULE_NAME (Results 1 – 11 of 11) sorted by relevance
14 #define PyUnicodeData_CAPSULE_NAME "unicodedata._ucnhash_CAPI" macro
11 #define PyUnicodeData_CAPSULE_NAME "unicodedata.ucnhash_CAPI" macro
1317 void *capi = PyCapsule_GetPointer(capsule, PyUnicodeData_CAPSULE_NAME); in unicodedata_destroy_capi()1333 PyUnicodeData_CAPSULE_NAME, in unicodedata_create_capi()
1281 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in initunicodedata()
982 PyUnicodeData_CAPSULE_NAME, 1); in PyCodec_NameReplaceErrors()
2949 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape()
6462 PyUnicodeData_CAPSULE_NAME, 1); in _PyUnicode_DecodeUnicodeEscapeInternal()