Home
last modified time | relevance | path

Searched refs:CopyLocale (Results 1 - 4 of 4) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h216 bool CopyLocale(ResConfig &other);
221 bool CopyLocale(Locale **currentLocaleInfo, ResLocale **currentResLocale,
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_config_impl.h114 bool CopyLocale(ResConfig &other);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_config_impl.cpp117 bool ResConfigImpl::CopyLocale(ResConfig &other) in CopyLocale() function in OHOS::Global::Resource::ResConfigImpl
166 bool isSuccess = this->CopyLocale(other); in Copy()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp288 bool ResConfigImpl::CopyLocale(Locale **currentLocaleInfo, ResLocale **currentResLocale, in CopyLocale() function in OHOS::Global::Resource::ResConfigImpl
342 return CopyLocale(&this->preferredLocaleInfo_, &this->resPreferredLocale_, other.GetPreferredLocaleInfo()); in CopyPreferredLocale()
346 bool ResConfigImpl::CopyLocale(ResConfig &other) in CopyLocale() function in OHOS::Global::Resource::ResConfigImpl
349 return CopyLocale(&this->localeInfo_, &this->resLocale_, other.GetLocaleInfo()); in CopyLocale()
365 if (!this->CopyLocale(other)) { in CopyLocaleAndPreferredLocale()

Completed in 3 milliseconds