Searched refs:PyUnicodeData_CAPSULE_NAME (Results 1 – 7 of 7) sorted by relevance
11 #define PyUnicodeData_CAPSULE_NAME "unicodedata.ucnhash_CAPI" macro
1366 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in PyInit_unicodedata()
1281 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in initunicodedata()
987 PyUnicodeData_CAPSULE_NAME, 1); in PyCodec_NameReplaceErrors()
2949 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape()
6067 PyUnicodeData_CAPSULE_NAME, 1); in _PyUnicode_DecodeUnicodeEscape()