Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpylifecycle.c284 static _LocaleCoercionTarget _TARGET_LOCALES[] = { variable
296 for (target = _TARGET_LOCALES; target->locale_name; target++) { in _Py_IsLocaleCoercionTarget()
350 for (target = _TARGET_LOCALES; target->locale_name; target++) { in _Py_CoerceLegacyLocale()