Home
last modified time | relevance | path

Searched refs:_Py_FORCE_UTF8_LOCALE (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dpyport.h685 # define _Py_FORCE_UTF8_LOCALE macro
688 #if defined(_Py_FORCE_UTF8_LOCALE) || defined(__APPLE__)
/third_party/python/Python/
H A Dfileutils.c594 #ifdef _Py_FORCE_UTF8_LOCALE in _Py_DecodeLocaleEx()
785 #ifdef _Py_FORCE_UTF8_LOCALE in encode_locale_ex()
880 // - Return "utf-8" if _Py_FORCE_UTF8_LOCALE macro is defined (ex: on Android)
892 #ifdef _Py_FORCE_UTF8_LOCALE in _Py_GetLocaleEncoding()
921 #endif // !_Py_FORCE_UTF8_LOCALE in _Py_GetLocaleEncoding()
H A Dpylifecycle.c374 #if !defined(_Py_FORCE_UTF8_LOCALE) && defined(HAVE_LANGINFO_H) && defined(CODESET) in _Py_CoerceLegacyLocale()

Completed in 7 milliseconds