Searched refs:displayLanguage (Results 1 – 4 of 4) sorted by relevance
/base/global/i18n/frameworks/intl/src/ |
D | taboo_utils.cpp | 30 …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()
|
D | taboo.cpp | 58 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/ |
D | taboo_utils.h | 28 std::string ReplaceCountryName(const std::string& region, const std::string& displayLanguage, 30 std::string ReplaceLanguageName(const std::string& language, const std::string& displayLanguage,
|
D | taboo.h | 37 std::string ReplaceCountryName(const std::string& region, const std::string& displayLanguage, 39 std::string ReplaceLanguageName(const std::string& language, const std::string& displayLanguage,
|