Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a2.rst282 Removed the ``unicodedata.ucnhash_CAPI`` attribute which was an internal
839 ``unicodedata.ucnhash_CAPI`` has been moved to the internal C API. Patch by
/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.10.rst1799 * Removed the ``unicodedata.ucnhash_CAPI`` attribute which was an internal
2164 ``unicodedata.ucnhash_CAPI`` has been moved to the internal C API.
D2.7.rst2283 and :mod:`unicodedata` exposes ``ucnhash_CAPI``. Other extensions
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.7.rst2259 and :mod:`unicodedata` exposes ``ucnhash_CAPI``. Other extensions