Home
last modified time | relevance | path

Searched refs:_Py_IsLocaleCoercionTarget (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h30 PyAPI_FUNC(int) _Py_IsLocaleCoercionTarget(const char *ctype_loc);
/external/python/cpython3/Python/
Dpylifecycle.c283 _Py_IsLocaleCoercionTarget(const char *ctype_loc) in _Py_IsLocaleCoercionTarget() function
Dinitconfig.c1493 if (_Py_IsLocaleCoercionTarget(loc)) { in config_get_stdio_errors()