Searched refs:Py_UTF8Mode (Results 1 – 8 of 8) sorted by relevance
474 if (Py_UTF8Mode > 0) { in preconfig_get_global_vars()475 config->utf8_mode = Py_UTF8Mode; in preconfig_get_global_vars()503 COPY_FLAG(utf8_mode, Py_UTF8Mode); in preconfig_set_global_vars()817 int init_utf8_mode = Py_UTF8Mode; in _PyPreConfig_Read()845 Py_UTF8Mode = config->utf8_mode; in _PyPreConfig_Read()906 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()
150 int Py_UTF8Mode = 0; variable208 SET_ITEM_INT(Py_UTF8Mode); in _Py_GetGlobalVariablesAsDict()
29 PyAPI_DATA(int) Py_UTF8Mode;
422 Py_UTF8Mode = 1; in test_init_global_config()475 Py_UTF8Mode = 0; in test_init_from_config()
766 Py_UTF8Mode=python39.Py_UTF8Mode DATA
947 :c:data:`Py_FileSystemDefaultEncodeErrors` and :c:data:`Py_UTF8Mode` are
1567 Python/initconfig.c - Py_UTF8Mode variable int Py_UTF8Mode