Searched refs:CopyLocale (Results 1 – 4 of 4) sorted by relevance
162 bool CopyLocale(ResConfig &other);167 bool CopyLocale(Locale **currentLocaleInfo, ResLocale **currentResLocale,
114 bool CopyLocale(ResConfig &other);
255 bool ResConfigImpl::CopyLocale(Locale **currentLocaleInfo, ResLocale **currentResLocale, in CopyLocale() function in OHOS::Global::Resource::ResConfigImpl309 …return CopyLocale(&this->preferredLocaleInfo_, &this->resPreferredLocale_, other.GetPreferredLocal… in CopyPreferredLocale()313 bool ResConfigImpl::CopyLocale(ResConfig &other) in CopyLocale() function in OHOS::Global::Resource::ResConfigImpl316 return CopyLocale(&this->localeInfo_, &this->resLocale_, other.GetLocaleInfo()); in CopyLocale()323 if (!this->CopyLocale(other)) { in Copy()
117 bool ResConfigImpl::CopyLocale(ResConfig &other) in CopyLocale() function in OHOS::Global::Resource::ResConfigImpl166 bool isSuccess = this->CopyLocale(other); in Copy()