Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ducnhash.h11 #define PyUnicodeData_CAPSULE_NAME "unicodedata.ucnhash_CAPI" macro
/external/python/cpython2/Modules/
Dunicodedata.c1277 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in initunicodedata()
/external/python/cpython2/Objects/
Dunicodeobject.c2949 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape()