Searched refs:Py_UTF8Mode (Results 1 – 10 of 10) sorted by relevance
491 if (Py_UTF8Mode > 0) { in preconfig_get_global_vars()492 config->utf8_mode = Py_UTF8Mode; in preconfig_get_global_vars()520 COPY_FLAG(utf8_mode, Py_UTF8Mode); in preconfig_set_global_vars()834 int init_utf8_mode = Py_UTF8Mode; in _PyPreConfig_Read()855 Py_UTF8Mode = config->utf8_mode; in _PyPreConfig_Read()925 Py_UTF8Mode = init_utf8_mode ; in _PyPreConfig_Read()
600 int use_utf8 = (Py_UTF8Mode == 1); in _Py_DecodeLocaleEx()792 int use_utf8 = (Py_UTF8Mode == 1); in encode_locale_ex()
155 int Py_UTF8Mode = 0; variable213 SET_ITEM_INT(Py_UTF8Mode); in _Py_GetGlobalVariablesAsDict()
29 PyAPI_DATA(int) Py_UTF8Mode;
438 Py_UTF8Mode = 1; in test_init_global_config()491 Py_UTF8Mode = 0; in test_init_from_config()
827 var,Py_UTF8Mode,3.8,
730 EXPORT_DATA(Py_UTF8Mode)
891 :c:data:`Py_FileSystemDefaultEncodeErrors` and :c:data:`Py_UTF8Mode` are
2025 data Py_UTF8Mode
333 @@ -30,7 +30,7 @@ PyAPI_DATA(int) Py_UTF8Mode;