Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_localemodule.c159 int change_locale; in locale_decode_monetary() local
160 change_locale = (!locale_is_ascii(lc->int_curr_symbol) in locale_decode_monetary()
167 if (change_locale) { in locale_decode_monetary()
/third_party/python/Python/
Dfileutils.c2284 int change_locale = 0; in _Py_GetLocaleconvNumeric() local
2286 change_locale = 1; in _Py_GetLocaleconvNumeric()
2289 change_locale = 1; in _Py_GetLocaleconvNumeric()
2294 if (change_locale) { in _Py_GetLocaleconvNumeric()