Home
last modified time | relevance | path

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

/external/libcxx/utils/libcxx/test/
Dtarget_info.py38 default_locale = locale.setlocale(locale.LC_ALL)
45 locale.setlocale(locale.LC_ALL, default_locale)
/external/v8/src/runtime/
Druntime-i18n.cc160 icu::Locale default_locale; in RUNTIME_FUNCTION() local
165 uloc_toLanguageTag(default_locale.getName(), result, ULOC_FULLNAME_CAPACITY, in RUNTIME_FUNCTION()