Home
last modified time | relevance | path

Searched refs:ReplaceCountryName (Results 1 - 8 of 8) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dtaboo_utils.cpp30 std::string TabooUtils::ReplaceCountryName(const std::string& region, const std::string& displayLanguage, in ReplaceCountryName() function in OHOS::Global::I18n::TabooUtils
34 return taboo->ReplaceCountryName(region, displayLanguage, name); in ReplaceCountryName()
H A Dsystem_locale_manager.cpp111 regionDisplayName = tabooUtils->ReplaceCountryName(*it, options.localeTag, regionDisplayName); in GetCountryInfoArray()
H A Dtaboo.cpp65 std::string Taboo::ReplaceCountryName(const std::string& region, const std::string& displayLanguage, in ReplaceCountryName() function in OHOS::Global::I18n::Taboo
69 HILOG_INFO_I18N("Taboo::ReplaceCountryName Taboo data not exist."); in ReplaceCountryName()
73 HILOG_INFO_I18N("Taboo::ReplaceCountryName taboo data don't support region %{public}s", region.c_str()); in ReplaceCountryName()
82 HILOG_INFO_I18N("Taboo::ReplaceCountryName language %{public}s fallback failed", displayLanguage.c_str()); in ReplaceCountryName()
96 HILOG_INFO_I18N("Taboo::ReplaceCountryName not find taboo data correspond to region %{public}s", in ReplaceCountryName()
H A Dphone_number_format.cpp276 return taboo.ReplaceCountryName(regionCode, locale, displayCountryName); in getLocationName()
/base/global/i18n/frameworks/intl/test/fuzztest/taboo_fuzzer/
H A Dtaboo_fuzzer.cpp30 tabooUtils.ReplaceCountryName(input, input, input); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/include/
H A Dtaboo_utils.h28 std::string ReplaceCountryName(const std::string& region, const std::string& displayLanguage,
H A Dtaboo.h38 std::string ReplaceCountryName(const std::string& region, const std::string& displayLanguage,
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp271 std::string res1 = tabooUtils->ReplaceCountryName("CN", "en", "China"); in HWTEST_F()
275 std::string res3 = tabooUtils->ReplaceCountryName("TW", "zh-Hans", "中国台湾"); in HWTEST_F()

Completed in 7 milliseconds