Home
last modified time | relevance | path

Searched defs:systemLocale (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/systemlocalemanager_fuzzer/
H A Dsystemlocalemanager_fuzzer.cpp33 std::string systemLocale = LocaleConfig::GetSystemLocale(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp331 std::string systemLocale = ReadSystemParameter(LOCALE_KEY, CONFIG_LEN); in GetSystemLocale() local
1089 std::string systemLocale = GetSystemLocale(); in Is24HourClock() local
1106 bool LocaleConfig::Is24HourLocale(const std::string& systemLocale) in Is24HourLocale()
1381 icu::Locale systemLocale = icu::Locale::forLanguageTag(systemLocaleTag.c_str(), status); in UpdateLanguageOfLocale() local
H A Dnumber_format.cpp121 std::string systemLocale = LocaleConfig::GetSystemLocale(); in NumberFormat() local
H A Dpreferred_language.cpp215 std::string systemLocale = LocaleConfig::GetSystemLocale(); in GetPreferredLocale() local
H A Dutils.cpp266 std::string systemLocale = LocaleConfig::GetSystemLocale(); in GetPseudoLocalizationEnforce() local
H A Di18n_timezone.cpp710 std::string systemLocale = LocaleConfig::GetSystemLocale(); in GetDisplayName() local
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp792 std::string systemLocale = LocaleConfig::GetSystemLocale(); variable
H A Di18n_test.cpp67 string systemLocale = "zh-Hans-CN"; variable
H A Dintl_test_extent.cpp111 std::string systemLocale = LocaleConfig::GetSystemLocale(); variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1021 …icu::Locale systemLocale = icu::Locale::forLanguageTag(Global::I18n::LocaleConfig::GetSystemLocale… in InitResourceManager() local