Home
last modified time | relevance | path

Searched refs:_Py_LocaleUsesNonUnicodeWchar (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.h225 extern int _Py_LocaleUsesNonUnicodeWchar(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_fileutils.h225 extern int _Py_LocaleUsesNonUnicodeWchar(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_fileutils.h225 extern int _Py_LocaleUsesNonUnicodeWchar(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_fileutils.h225 extern int _Py_LocaleUsesNonUnicodeWchar(void);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_fileutils.h225 extern int _Py_LocaleUsesNonUnicodeWchar(void);
/aosp_15_r20/external/python/cpython3/Python/
Dfileutils.c943 _Py_LocaleUsesNonUnicodeWchar(void) in _Py_LocaleUsesNonUnicodeWchar() function
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c2190 if (_Py_LocaleUsesNonUnicodeWchar()) { in PyUnicode_FromWideChar()
3283 if (_Py_LocaleUsesNonUnicodeWchar()) { in PyUnicode_AsWideChar()
3320 if (_Py_LocaleUsesNonUnicodeWchar()) { in PyUnicode_AsWideCharString()