Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata.c1098 static const _PyUnicode_Name_CAPI hashAPI = variable
1281 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in initunicodedata()
/external/python/cpython3/Modules/
Dunicodedata.c1175 static const _PyUnicode_Name_CAPI hashAPI = variable
1366 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in PyInit_unicodedata()