Home
last modified time | relevance | path

Searched defs:localeStr (Results 1 – 6 of 6) sorted by relevance

/base/global/i18n/frameworks/intl/src/
Di18n_timezone.cpp684 std::string localeStr = LocaleConfig::GetSystemLocale(); in GetDisplayName() local
690 std::string localeStr = LocaleConfig::GetSystemLocale(); in GetDisplayName() local
694 std::string I18nTimeZone::GetDisplayName(std::string localeStr) in GetDisplayName()
699 std::string I18nTimeZone::GetDisplayName(std::string localeStr, bool isDST) in GetDisplayName()
942 std::string localeStr = xmlPath.substr(displayNamePath.length(), localeStrLen); in GetSupportedLocales() local
948 std::string I18nTimeZone::GetFallBack(std::string &localeStr) in GetFallBack()
977 std::string I18nTimeZone::GetCityDisplayName(std::string &cityID, std::string &localeStr) in GetCityDisplayName()
996 std::string I18nTimeZone::GetLocaleBaseName(std::string &localeStr) in GetLocaleBaseName()
Dphone_number_format.cpp132 const char* localeStr = locale.c_str(); in getLocationName() local
Dlocale_config.cpp876 string LocaleConfig::GetDsiplayLanguageWithDialect(const std::string &localeStr, const std::string … in GetDsiplayLanguageWithDialect()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_locale.cpp425 void FindAndSort(const std::string localeStr, std::vector<std::string> &candidateLocale, in FindAndSort()
/base/global/resource_management/frameworks/resmgr/src/
Dres_locale.cpp435 void FindAndSort(const std::string localeStr, std::vector<std::string> &candidateLocale, in FindAndSort()
/base/global/i18n/interfaces/js/kits/src/
Di18n_addon.cpp3288 int32_t I18nAddon::GetParameter(napi_env env, napi_value *argv, std::string &localeStr, bool &isDST) in GetParameter()
3314 int32_t I18nAddon::GetFirstParameter(napi_env env, napi_value value, std::string &localeStr, bool &… in GetFirstParameter()