Home
last modified time | relevance | path

Searched refs:ctype_loc (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Python/
Dpreconfig.c657 const char *ctype_loc = setlocale(LC_CTYPE, NULL); in preconfig_init_utf8_mode() local
658 if (ctype_loc != NULL in preconfig_init_utf8_mode()
659 && (strcmp(ctype_loc, "C") == 0 in preconfig_init_utf8_mode()
660 || strcmp(ctype_loc, "POSIX") == 0)) in preconfig_init_utf8_mode()
Dpylifecycle.c255 const char *ctype_loc = setlocale(LC_CTYPE, NULL); in _Py_LegacyLocaleDetected() local
256 return ctype_loc != NULL && strcmp(ctype_loc, "C") == 0; in _Py_LegacyLocaleDetected()
293 _Py_IsLocaleCoercionTarget(const char *ctype_loc) in _Py_IsLocaleCoercionTarget() argument
297 if (strcmp(ctype_loc, target->locale_name) == 0) { in _Py_IsLocaleCoercionTarget()
/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h48 PyAPI_FUNC(int) _Py_IsLocaleCoercionTarget(const char *ctype_loc);
/external/python/cpython3/Doc/data/
Dpython3.10.abi16841 …<parameter type-id='type-id-3' name='ctype_loc' filepath='Python/pylifecycle.c' line='293' column=…