Searched refs:_Py_IsLocaleCoercionTarget (Results 1 – 3 of 3) sorted by relevance
30 PyAPI_FUNC(int) _Py_IsLocaleCoercionTarget(const char *ctype_loc);
283 _Py_IsLocaleCoercionTarget(const char *ctype_loc) in _Py_IsLocaleCoercionTarget() function
1493 if (_Py_IsLocaleCoercionTarget(loc)) { in config_get_stdio_errors()