Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c490 const char *new_locale = setlocale(LC_CTYPE, in _Py_CoerceLegacyLocale() local
492 if (new_locale != NULL) { in _Py_CoerceLegacyLocale()
499 new_locale = NULL; in _Py_CoerceLegacyLocale()
/external/v8/src/objects/
Dintl-objects.cc908 icu::Locale new_locale = icu::Locale::createCanonical(icu_locale.c_str()); in RemoveLocaleScriptTag() local
909 const char* icu_script = new_locale.getScript(); in RemoveLocaleScriptTag()
915 const char* icu_language = new_locale.getLanguage(); in RemoveLocaleScriptTag()
916 const char* icu_country = new_locale.getCountry(); in RemoveLocaleScriptTag()