Searched refs:BuildResLocale (Results 1 – 2 of 2) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/ |
D | res_config_impl.h | 189 …RState BuildResLocale(const char *language, const char *script, const char *region, ResLocale **re…
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_config_impl.cpp | 73 RState state = BuildResLocale(language, script, region, &this->resPreferredLocale_); in SetPreferredLocaleInfo() 86 RState ResConfigImpl::BuildResLocale(const char *language, const char *script, in BuildResLocale() function in OHOS::Global::Resource::ResConfigImpl 133 state = BuildResLocale(language, script, region, &this->resLocale_); in SetLocaleInfo()
|