Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/include/
Dres_config_impl.h162 bool CopyLocale(ResConfig &other);
167 bool CopyLocale(Locale **currentLocaleInfo, ResLocale **currentResLocale,
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_config_impl.h114 bool CopyLocale(ResConfig &other);
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp255 bool ResConfigImpl::CopyLocale(Locale **currentLocaleInfo, ResLocale **currentResLocale, in CopyLocale() function in OHOS::Global::Resource::ResConfigImpl
309 …return CopyLocale(&this->preferredLocaleInfo_, &this->resPreferredLocale_, other.GetPreferredLocal… in CopyPreferredLocale()
313 bool ResConfigImpl::CopyLocale(ResConfig &other) in CopyLocale() function in OHOS::Global::Resource::ResConfigImpl
316 return CopyLocale(&this->localeInfo_, &this->resLocale_, other.GetLocaleInfo()); in CopyLocale()
323 if (!this->CopyLocale(other)) { in Copy()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
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()