Home
last modified time | relevance | path

Searched refs:Py_UTF8Mode (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Python/
Dpreconfig.c473 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()
Dfileutils.c551 int use_utf8 = (Py_UTF8Mode == 1); in _Py_DecodeLocaleEx()
743 int use_utf8 = (Py_UTF8Mode == 1); in encode_locale_ex()
Dinitconfig.c113 int Py_UTF8Mode = 0; variable
171 SET_ITEM_INT(Py_UTF8Mode); in _Py_GetGlobalVariablesAsDict()
/external/python/cpython3/Include/cpython/
Dfileobject.h16 PyAPI_DATA(int) Py_UTF8Mode;
/external/python/cpython3/Programs/
D_testembed.c425 Py_UTF8Mode = 1; in test_init_global_config()
478 Py_UTF8Mode = 0; in test_init_from_config()
/external/python/cpython3/PC/
Dpython3.def764 Py_UTF8Mode=python38.Py_UTF8Mode DATA