Home
last modified time | relevance | path

Searched refs:SetLocaleInfo (Results 1 – 25 of 28) sorted by relevance

12

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_config_test.cpp67 rc->SetLocaleInfo("en", nullptr, "AU");
69 current->SetLocaleInfo("en", nullptr, "GB");
71 target->SetLocaleInfo("zh", nullptr, "CN");
Dhap_manager_test.cpp103 rc->SetLocaleInfo("en", nullptr, "US");
139 rc2->SetLocaleInfo("zh", nullptr, "CN");
170 rc->SetLocaleInfo("zh", nullptr, "CN");
212 rc->SetLocaleInfo("en", nullptr, "US");
Dresource_manager_test.cpp164 rc->SetLocaleInfo("en", nullptr, "US");
204 rc->SetLocaleInfo(nullptr, nullptr, "US");
226 rc->SetLocaleInfo("en", nullptr, nullptr);
239 rc->SetLocaleInfo("zh", nullptr, nullptr);
267 rc->SetLocaleInfo("en", nullptr, "US");
306 rc->SetLocaleInfo("en", nullptr, "US");
1031 rc->SetLocaleInfo("en", nullptr, nullptr);
1063 rc->SetLocaleInfo("en", nullptr, nullptr);
1095 rc->SetLocaleInfo("zh", nullptr, "CN");
1127 rc->SetLocaleInfo("en", nullptr, "US");
[all …]
Dresource_manager_test_string.cpp210 rc->SetLocaleInfo("zh", nullptr, "CN");
810 rc->SetLocaleInfo("en", nullptr, nullptr);
838 rc->SetLocaleInfo("zh", nullptr, nullptr);
866 rc->SetLocaleInfo("en", nullptr, nullptr);
897 rc->SetLocaleInfo("en", nullptr, nullptr);
928 rc->SetLocaleInfo("en", nullptr, nullptr);
959 rc->SetLocaleInfo("en", nullptr, nullptr);
990 rc->SetLocaleInfo("zh", nullptr, nullptr);
1020 rc->SetLocaleInfo("en", nullptr, nullptr);
1048 rc->SetLocaleInfo("en", nullptr, nullptr);
[all …]
Dtest_common.cpp78 resConfig->SetLocaleInfo(language, script, region); in CreateResConfig()
Dresource_manager_test_media.cpp572 rc->SetLocaleInfo("zh", nullptr, "CN");
611 rc->SetLocaleInfo("zh", nullptr, "CN");
650 rc->SetLocaleInfo("zh", nullptr, "CN");
689 rc->SetLocaleInfo("zh", nullptr, "CN");
728 rc->SetLocaleInfo("zh", nullptr, "CN");
767 rc->SetLocaleInfo("zh", nullptr, "CN");
1286 rc->SetLocaleInfo("zh", nullptr, "CN");
1323 rc->SetLocaleInfo("zh", nullptr, "CN");
1360 rc->SetLocaleInfo("zh", nullptr, "CN");
1397 rc->SetLocaleInfo("zh", nullptr, "CN");
[all …]
Dresource_manager_test_common.cpp89 rc->SetLocaleInfo(language, script, region); in AddResource()
105 rc->SetLocaleInfo(language, script, region); in AddHapResource()
121 rc->SetLocaleInfo("zh", nullptr, nullptr); in AddColorModeResource()
Dhap_resource_test.cpp176 rc->SetLocaleInfo("en", nullptr, "US");
Dresource_manager_performance_test.cpp96 rc->SetLocaleInfo("zh", nullptr, nullptr); in SetUp()
234 rc->SetLocaleInfo("en", nullptr, "US");
268 rc->SetLocaleInfo("en", nullptr, "US");
Dresource_manager_test_hap.cpp884 rc->SetLocaleInfo("en", nullptr, "US");
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_config_test.cpp67 rc->SetLocaleInfo("en", nullptr, "AU");
69 current->SetLocaleInfo("en", nullptr, "GB");
71 target->SetLocaleInfo("zh", nullptr, "CN");
Dhap_manager_test.cpp102 rc->SetLocaleInfo("en", nullptr, "US");
138 rc2->SetLocaleInfo("zh", nullptr, "CN");
Dtest_common.cpp75 resConfig->SetLocaleInfo(language, script, region); in CreateResConfig()
Dresource_manager_test.cpp111 rc->SetLocaleInfo(language, script, region); in AddResource()
224 rc->SetLocaleInfo("en", nullptr, "US");
264 rc->SetLocaleInfo(nullptr, nullptr, "US");
286 rc->SetLocaleInfo("en", nullptr, nullptr);
299 rc->SetLocaleInfo("zh", nullptr, nullptr);
326 rc->SetLocaleInfo("en", nullptr, "US");
363 rc->SetLocaleInfo("en", nullptr, "US");
1551 rc->SetLocaleInfo("en", nullptr, "US");
1600 rc->SetLocaleInfo("zh", nullptr, "CN");
Dglobal_test.cpp66 rc->SetLocaleInfo("en", nullptr, "US"); in GetResId()
Dhap_resource_test.cpp148 rc->SetLocaleInfo("en", nullptr, "US");
Dresource_manager_performance_test.cpp96 rc->SetLocaleInfo("zh", nullptr, nullptr); in SetUp()
222 rc->SetLocaleInfo("en", nullptr, "US");
256 rc->SetLocaleInfo("en", nullptr, "US");
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_config_impl.h47 RState SetLocaleInfo(const char *language, const char *script, const char *region);
54 RState SetLocaleInfo(LocaleInfo &localeInfo);
Dres_config.h29 virtual RState SetLocaleInfo(const char *language, const char *script, const char *region) = 0;
31 virtual RState SetLocaleInfo(LocaleInfo &localeInfo) = 0;
/base/global/resource_management/interfaces/inner_api/include/
Dres_config.h32 virtual RState SetLocaleInfo(const char *language, const char *script, const char *region) = 0;
35 virtual RState SetLocaleInfo(Locale &localeInfo) = 0;
/base/global/resource_management/frameworks/resmgr/include/
Dres_config_impl.h49 RState SetLocaleInfo(const char *language, const char *script, const char *region);
52 RState SetLocaleInfo(Locale &localeInfo);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dglobal.cpp78 g_resConfig->SetLocaleInfo(language.c_str(), script.c_str(), region.c_str()); in GLOBAL_ConfigLanguage()
82 g_resConfig->SetLocaleInfo(language.c_str(), nullptr, region.c_str()); in GLOBAL_ConfigLanguage()
85 g_resConfig->SetLocaleInfo(appLanguage, nullptr, nullptr); in GLOBAL_ConfigLanguage()
Dres_config_impl.cpp33 RState ResConfigImpl::SetLocaleInfo(LocaleInfo &localeInfo) in SetLocaleInfo() function in OHOS::Global::Resource::ResConfigImpl
35 …return this->SetLocaleInfo(localeInfo.GetLanguage(), localeInfo.GetScript(), localeInfo.GetRegion(… in SetLocaleInfo()
38 RState ResConfigImpl::SetLocaleInfo(const char *language, in SetLocaleInfo() function in OHOS::Global::Resource::ResConfigImpl
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp59 RState ResConfigImpl::SetLocaleInfo(Locale &localeInfo) in SetLocaleInfo() function in OHOS::Global::Resource::ResConfigImpl
61 …return this->SetLocaleInfo(localeInfo.getLanguage(), localeInfo.getScript(), localeInfo.getCountry… in SetLocaleInfo()
65 RState ResConfigImpl::SetLocaleInfo(const char *language, in SetLocaleInfo() function in OHOS::Global::Resource::ResConfigImpl
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp439 RState r = resConfig->SetLocaleInfo(language, script, region); in CreateResConfigFromKeyParams()

12