Home
last modified time | relevance | path

Searched refs:_PyUnicode_Name_CAPI (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ucnhash.h29 } _PyUnicode_Name_CAPI; typedef
/external/python/cpython2/Include/
Ducnhash.h28 } _PyUnicode_Name_CAPI; typedef
/external/python/cpython2/Modules/
Dunicodedata.c1098 static const _PyUnicode_Name_CAPI hashAPI =
1100 sizeof(_PyUnicode_Name_CAPI),
/external/python/cpython3/Modules/
Dunicodedata.c1322 _PyUnicode_Name_CAPI *capi = PyMem_Malloc(sizeof(_PyUnicode_Name_CAPI)); in unicodedata_create_capi()
/external/python/cpython3/Python/
Dcodecs.c957 static _PyUnicode_Name_CAPI *ucnhash_capi = NULL;
981 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors()
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a2.rst283 PyCapsule object. The related private ``_PyUnicode_Name_CAPI`` structure was
838 The private ``_PyUnicode_Name_CAPI`` structure of the PyCapsule API
/external/python/cpython3/Doc/whatsnew/
D3.10.rst1801 PyCapsule object. The related private ``_PyUnicode_Name_CAPI`` structure was
2165 * The private ``_PyUnicode_Name_CAPI`` structure of the PyCapsule API
/external/python/cpython2/Objects/
Dunicodeobject.c2803 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL;
2949 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape()
/external/python/cpython3/Objects/
Dunicodeobject.c6425 static _PyUnicode_Name_CAPI *ucnhash_capi = NULL;
6582 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscapeInternal()