Home
last modified time | relevance | path

Searched refs:ucnhash_CAPI (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dunicodeobject.c2803 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable
2947 if (ucnhash_CAPI == NULL) { in PyUnicode_DecodeUnicodeEscape()
2949ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape()
2950 if (ucnhash_CAPI == NULL) in PyUnicode_DecodeUnicodeEscape()
2963 ucnhash_CAPI->getcode(NULL, start, (int)(s-start-1), &chr)) in PyUnicode_DecodeUnicodeEscape()
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2259 and :mod:`unicodedata` exposes ``ucnhash_CAPI``. Other extensions