Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h843 # define _Py_FORCE_UTF8_LOCALE macro
846 #if defined(_Py_FORCE_UTF8_LOCALE) || defined(__APPLE__)
/external/python/cpython3/Python/
Dfileutils.c539 #ifdef _Py_FORCE_UTF8_LOCALE in _Py_DecodeLocaleEx()
730 #ifdef _Py_FORCE_UTF8_LOCALE in encode_locale_ex()
Dpylifecycle.c344 #if !defined(_Py_FORCE_UTF8_LOCALE) && defined(HAVE_LANGINFO_H) && defined(CODESET) in _Py_CoerceLegacyLocale()
Dinitconfig.c1514 #elif defined(_Py_FORCE_UTF8_LOCALE) in config_get_locale_encoding()