Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_localemodule.c148 int change_locale; in locale_decode_monetary() local
149 change_locale = (!locale_is_ascii(lc->int_curr_symbol) in locale_decode_monetary()
156 if (change_locale) { in locale_decode_monetary()
/external/python/cpython3/Python/
Dfileutils.c2036 int change_locale = 0; in _Py_GetLocaleconvNumeric() local
2038 change_locale = 1; in _Py_GetLocaleconvNumeric()
2041 change_locale = 1; in _Py_GetLocaleconvNumeric()
2046 if (change_locale) { in _Py_GetLocaleconvNumeric()