Home
last modified time | relevance | path

Searched refs:ReplaceLanguageName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dtaboo_utils.cpp37 std::string TabooUtils::ReplaceLanguageName(const std::string& language, const std::string& display… in ReplaceLanguageName() function in OHOS::Global::I18n::TabooUtils
41 return taboo->ReplaceLanguageName(language, displayLanguage, name); in ReplaceLanguageName()
H A Dsystem_locale_manager.cpp61 …languageDisplayName = tabooUtils->ReplaceLanguageName(*it, options.localeTag, languageDisplayName); in GetLanguageInfoArray()
65 languageNativeName = tabooUtils->ReplaceLanguageName(*it, *it, languageNativeName); in GetLanguageInfoArray()
H A Dtaboo.cpp101 std::string Taboo::ReplaceLanguageName(const std::string& language, const std::string& displayLangu… in ReplaceLanguageName() function in OHOS::Global::I18n::Taboo
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/taboo_fuzzer/
H A Dtaboo_fuzzer.cpp31 tabooUtils.ReplaceLanguageName(input, input, input); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dtaboo_utils.h30 std::string ReplaceLanguageName(const std::string& language, const std::string& displayLanguage,
H A Dtaboo.h40 std::string ReplaceLanguageName(const std::string& language, const std::string& displayLanguage,
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp272 std::string res2 = tabooUtils->ReplaceLanguageName("zh", "en", "chinese");