Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpreconfig.c474 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()
Dfileutils.c551 int use_utf8 = (Py_UTF8Mode == 1); in _Py_DecodeLocaleEx()
743 int use_utf8 = (Py_UTF8Mode == 1); in encode_locale_ex()
Dinitconfig.c150 int Py_UTF8Mode = 0; variable
208 SET_ITEM_INT(Py_UTF8Mode); in _Py_GetGlobalVariablesAsDict()
/external/python/cpython3/Include/
Dfileobject.h29 PyAPI_DATA(int) Py_UTF8Mode;
/external/python/cpython3/Programs/
D_testembed.c422 Py_UTF8Mode = 1; in test_init_global_config()
475 Py_UTF8Mode = 0; in test_init_from_config()
/external/python/cpython3/PC/
Dpython3.def766 Py_UTF8Mode=python39.Py_UTF8Mode DATA
/external/python/cpython3/Misc/NEWS.d/
D3.9.1rc1.rst947 :c:data:`Py_FileSystemDefaultEncodeErrors` and :c:data:`Py_UTF8Mode` are
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv1567 Python/initconfig.c - Py_UTF8Mode variable int Py_UTF8Mode