Searched refs:Py_UTF8Mode (Results 1 – 6 of 6) sorted by relevance
473 if (Py_UTF8Mode > 0) { in preconfig_get_global_vars()474 config->utf8_mode = Py_UTF8Mode; in preconfig_get_global_vars()502 COPY_FLAG(utf8_mode, Py_UTF8Mode); in preconfig_set_global_vars()816 int init_utf8_mode = Py_UTF8Mode; in _PyPreConfig_Read()844 Py_UTF8Mode = config->utf8_mode; in _PyPreConfig_Read()905 Py_UTF8Mode = init_utf8_mode ; in _PyPreConfig_Read()
551 int use_utf8 = (Py_UTF8Mode == 1); in _Py_DecodeLocaleEx()743 int use_utf8 = (Py_UTF8Mode == 1); in encode_locale_ex()
113 int Py_UTF8Mode = 0; variable171 SET_ITEM_INT(Py_UTF8Mode); in _Py_GetGlobalVariablesAsDict()
16 PyAPI_DATA(int) Py_UTF8Mode;
425 Py_UTF8Mode = 1; in test_init_global_config()478 Py_UTF8Mode = 0; in test_init_from_config()
764 Py_UTF8Mode=python38.Py_UTF8Mode DATA