Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ucnhash.h29 } _PyUnicode_Name_CAPI; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_ucnhash.h29 } _PyUnicode_Name_CAPI; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ucnhash.h29 } _PyUnicode_Name_CAPI; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ucnhash.h29 } _PyUnicode_Name_CAPI; typedef
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ucnhash.h29 } _PyUnicode_Name_CAPI; typedef
/aosp_15_r20/external/python/cpython2/Include/
Ducnhash.h28 } _PyUnicode_Name_CAPI; typedef
/aosp_15_r20/external/python/cpython2/Modules/
Dunicodedata.c1098 static const _PyUnicode_Name_CAPI hashAPI =
1100 sizeof(_PyUnicode_Name_CAPI),
/aosp_15_r20/external/python/cpython3/Modules/
Dunicodedata.c1324 _PyUnicode_Name_CAPI *capi = PyMem_Malloc(sizeof(_PyUnicode_Name_CAPI)); in unicodedata_create_capi()
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c957 static _PyUnicode_Name_CAPI *ucnhash_capi = NULL;
981 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors()
/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.10.rst1800 PyCapsule object. The related private ``_PyUnicode_Name_CAPI`` structure was
2163 * The private ``_PyUnicode_Name_CAPI`` structure of the PyCapsule API
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c6298 static _PyUnicode_Name_CAPI *ucnhash_capi = NULL;
6461 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscapeInternal()