Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp364 bool isPreferredLocaleMatch = false; in Match() local
367isPreferredLocaleMatch = LocaleMatcher::Match(this->resPreferredLocale_, other->GetResLocale()); in Match()
371 … if (!isPreferredLocaleMatch && !(LocaleMatcher::Match(this->resLocale_, other->GetResLocale()))) { in Match()