Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h48 PyAPI_FUNC(int) _Py_IsLocaleCoercionTarget(const char *ctype_loc);
/third_party/python/Python/
Dpylifecycle.c293 _Py_IsLocaleCoercionTarget(const char *ctype_loc) in _Py_IsLocaleCoercionTarget() function
Dinitconfig.c1841 if (_Py_IsLocaleCoercionTarget(loc)) { in config_get_stdio_errors()