Home
last modified time | relevance | path

Searched refs:_Py_EncodeNonUnicodeWchar_InPlace (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_fileutils.h231 extern int _Py_EncodeNonUnicodeWchar_InPlace(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_fileutils.h231 extern int _Py_EncodeNonUnicodeWchar_InPlace(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_fileutils.h231 extern int _Py_EncodeNonUnicodeWchar_InPlace(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_fileutils.h231 extern int _Py_EncodeNonUnicodeWchar_InPlace(
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_fileutils.h231 extern int _Py_EncodeNonUnicodeWchar_InPlace(
/aosp_15_r20/external/python/cpython3/Python/
Dfileutils.c1024 _Py_EncodeNonUnicodeWchar_InPlace(wchar_t *unicode, Py_ssize_t size) in _Py_EncodeNonUnicodeWchar_InPlace() function
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c3284 if (_Py_EncodeNonUnicodeWchar_InPlace(w, size) < 0) { in PyUnicode_AsWideChar()
3321 if (_Py_EncodeNonUnicodeWchar_InPlace(buffer, (buflen + 1)) < 0) { in PyUnicode_AsWideCharString()