Searched refs:BuildResLocale (Results 1 - 2 of 2) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | res_config_impl.h | 244 RState BuildResLocale(const char *language, const char *script, const char *region, ResLocale **resLocale);
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_config_impl.cpp | 76 RState state = BuildResLocale(language, script, region, &this->resPreferredLocale_); in SetPreferredLocaleInfo() 88 RState ResConfigImpl::BuildResLocale(const char *language, const char *script, in BuildResLocale() function in OHOS::Global::Resource::ResConfigImpl 145 state = BuildResLocale(language, script, region, &this->resLocale_); in SetLocaleInfo()
|
Completed in 3 milliseconds