Home
last modified time | relevance | path

Searched refs:_Py_LocaleUsesNonUnicodeWchar (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_fileutils.h57 extern int _Py_LocaleUsesNonUnicodeWchar(void);
/third_party/python/Python/
Dfileutils.c941 _Py_LocaleUsesNonUnicodeWchar(void) in _Py_LocaleUsesNonUnicodeWchar() function
/third_party/python/Objects/
Dunicodeobject.c2244 if (_Py_LocaleUsesNonUnicodeWchar()) { in PyUnicode_FromWideChar()
3337 if (_Py_LocaleUsesNonUnicodeWchar()) { in PyUnicode_AsWideChar()
3374 if (_Py_LocaleUsesNonUnicodeWchar()) { in PyUnicode_AsWideCharString()