Home
last modified time | relevance | path

Searched refs:GetValidLocale (Results 1 – 5 of 5) sorted by relevance

/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/
Dlocaleconfigget_fuzzer.cpp47 LocaleConfig::GetValidLocale(input); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/test/unittest/
Dlocale_config_test.cpp296 string validLocaleTag = LocaleConfig::GetValidLocale(localeTag);
300 validLocaleTag = LocaleConfig::GetValidLocale(localeTag);
Dintl_test.cpp1932 std::string validLocale = LocaleConfig::GetValidLocale(locale);
/base/global/i18n/frameworks/intl/include/
Dlocale_config.h47 static std::string GetValidLocale(const std::string &localeTag);
/base/global/i18n/frameworks/intl/src/
Dlocale_config.cpp1052 std::string LocaleConfig::GetValidLocale(const std::string &localeTag) in GetValidLocale() function in OHOS::Global::I18n::LocaleConfig