Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_localemodule.c133 int change_locale; in locale_decode_monetary() local
134 change_locale = (!locale_is_ascii(lc->int_curr_symbol) in locale_decode_monetary()
141 if (change_locale) { in locale_decode_monetary()
/external/python/cpython3/Python/
Dfileutils.c1799 int change_locale = 0; in _Py_GetLocaleconvNumeric() local
1803 change_locale = 1; in _Py_GetLocaleconvNumeric()
1808 change_locale = 1; in _Py_GetLocaleconvNumeric()
1813 if (change_locale) { in _Py_GetLocaleconvNumeric()