Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp607 std::string localeStr = "zh-CN"; variable
625 std::string localeStr = "zh-CN"; variable
645 std::string localeStr = "en-GB"; variable
663 std::string localeStr = "en-GB"; variable
681 std::string localeStr = "zh-CN"; variable
697 std::string localeStr = "en-GB"; variable
713 std::string localeStr = "zh-CN"; variable
733 std::string localeStr = "zh-CN"; variable
753 std::string localeStr = "zh-CN"; variable
771 std::string localeStr = "zh-CN"; variable
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/mock/src/
H A Di18n_timezone_mock.cpp25 std::string I18nTimeZoneMock::GetDisplayNameByTaboo(const std::string& localeStr, std::string resul… in GetDisplayNameByTaboo()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp690 std::string localeStr = LocaleConfig::GetSystemLocale(); in GetDisplayName() local
696 std::string localeStr = LocaleConfig::GetSystemLocale(); in GetDisplayName() local
700 std::string I18nTimeZone::GetDisplayName(std::string localeStr) in GetDisplayName()
706 std::string localeStr, bool isDST) in GetDisplayName()
727 const std::string& localeStr, std::string result) in GetDisplayNameByTaboo()
969 std::string localeStr = xmlPath.substr(displayNamePath.length(), localeStrLen); in GetSupportedLocales() local
1018 std::string I18nTimeZone::GetCityDisplayName(std::string &cityID, std::string &localeStr) in GetCityDisplayName()
1037 std::string I18nTimeZone::GetLocaleBaseName(std::string &localeStr) in GetLocaleBaseName()
H A Dlocale_config.cpp858 string LocaleConfig::GetDisplayLanguageWithDialect(const std::string &localeStr, const std::string … in GetDisplayLanguageWithDialect()
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dentity_recognizer_addon.cpp71 std::string localeStr; in constructor() local
H A Di18n_timezone_addon.cpp495 int32_t I18nTimeZoneAddon::GetParameter(napi_env env, napi_value *argv, std::string &localeStr, boo… in GetParameter()
539 int32_t I18nTimeZoneAddon::GetFirstParameter(napi_env env, napi_value value, std::string &localeStr in GetFirstParameter()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp168 int32_t RdConnection::ConfigLocale(const std::string& localeStr) in ConfigLocale()
H A Dconnection_pool.cpp363 int ConnPool::ConfigLocale(const std::string &localeStr) in ConfigLocale()
H A Dsqlite_connection.cpp924 int SqliteConnection::ConfigLocale(const std::string &localeStr) in ConfigLocale()
H A Drdb_store_impl.cpp2141 int RdbStoreImpl::ConfigLocale(const std::string &localeStr) in ConfigLocale()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_locale.cpp425 void FindAndSort(const std::string localeStr, std::vector<std::string> &candidateLocale, in FindAndSort()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_locale.cpp436 void FindAndSort(const std::string localeStr, std::vector<std::string> &candidateLocale, in FindAndSort()
H A Dres_config_impl.cpp122 RState ResConfigImpl::SetLocaleInfo(const char* localeStr) in SetLocaleInfo()