Home
last modified time | relevance | path

Searched refs:displayLanguage (Results 1 – 4 of 4) sorted by relevance

/base/global/i18n/frameworks/intl/src/
Dtaboo_utils.cpp30 …tring TabooUtils::ReplaceCountryName(const std::string& region, const std::string& displayLanguage, in ReplaceCountryName() argument
34 return taboo->ReplaceCountryName(region, displayLanguage, name); in ReplaceCountryName()
37 …ng TabooUtils::ReplaceLanguageName(const std::string& language, const std::string& displayLanguage, in ReplaceLanguageName() argument
41 return taboo->ReplaceLanguageName(language, displayLanguage, name); in ReplaceLanguageName()
Dtaboo.cpp58 std::string Taboo::ReplaceCountryName(const std::string& region, const std::string& displayLanguage, in ReplaceCountryName() argument
73 std::tie(fallbackLanguage, fileName) = LanguageFallBack(displayLanguage); in ReplaceCountryName()
75 …o(LABEL, "Taboo::ReplaceCountryName language %{public}s fallback failed", displayLanguage.c_str()); in ReplaceCountryName()
94 …:string Taboo::ReplaceLanguageName(const std::string& language, const std::string& displayLanguage, in ReplaceLanguageName() argument
110 std::tie(fallbackLanguage, fileName) = LanguageFallBack(displayLanguage); in ReplaceLanguageName()
112 …(LABEL, "Taboo::ReplaceLanguageName language %{public}s fallback failed", displayLanguage.c_str()); in ReplaceLanguageName()
/base/global/i18n/frameworks/intl/include/
Dtaboo_utils.h28 std::string ReplaceCountryName(const std::string& region, const std::string& displayLanguage,
30 std::string ReplaceLanguageName(const std::string& language, const std::string& displayLanguage,
Dtaboo.h37 std::string ReplaceCountryName(const std::string& region, const std::string& displayLanguage,
39 std::string ReplaceLanguageName(const std::string& language, const std::string& displayLanguage,