Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyport.h850 # define _Py_FORCE_UTF8_LOCALE macro
853 #if defined(_Py_FORCE_UTF8_LOCALE) || defined(__APPLE__)
/third_party/python/Python/
Dfileutils.c588 #ifdef _Py_FORCE_UTF8_LOCALE in _Py_DecodeLocaleEx()
779 #ifdef _Py_FORCE_UTF8_LOCALE in encode_locale_ex()
886 #ifdef _Py_FORCE_UTF8_LOCALE in _Py_GetLocaleEncoding()
Dpylifecycle.c354 #if !defined(_Py_FORCE_UTF8_LOCALE) && defined(HAVE_LANGINFO_H) && defined(CODESET) in _Py_CoerceLegacyLocale()