Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_config_impl.cpp254 return this->IsMoreSpecificThan(other); in IsMoreSuitable()
278 bool ResConfigImpl::IsMoreSpecificThan(const ResConfigImpl *other) const in IsMoreSpecificThan() function in OHOS::Global::Resource::ResConfigImpl
283 int8_t result = LocaleMatcher::IsMoreSpecificThan( in IsMoreSpecificThan()
Dlocale_matcher.cpp702 int8_t LocaleMatcher::IsMoreSpecificThan(const ResLocale *current, const ResLocale *other) in IsMoreSpecificThan() function in OHOS::Global::Resource::LocaleMatcher
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dlocale_matcher.h74 static int8_t IsMoreSpecificThan(const ResLocale *current, const ResLocale *target);
Dres_config_impl.h112 bool IsMoreSpecificThan(const ResConfigImpl *other) const;
/base/global/resource_management/frameworks/resmgr/include/
Dlocale_matcher.h74 static int8_t IsMoreSpecificThan(const ResLocale *current, const ResLocale *target);
Dres_config_impl.h154 bool IsMoreSpecificThan(const ResConfigImpl *other, uint32_t density = 0) const;
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp420 return this->IsMoreSpecificThan(other, density); in IsMoreSuitable()
543 bool ResConfigImpl::IsMoreSpecificThan(const ResConfigImpl *other, uint32_t density) const in IsMoreSpecificThan() function in OHOS::Global::Resource::ResConfigImpl
557 int8_t result = LocaleMatcher::IsMoreSpecificThan( in IsMoreSpecificThan()
Dlocale_matcher.cpp708 int8_t LocaleMatcher::IsMoreSpecificThan(const ResLocale *current, const ResLocale *other) in IsMoreSpecificThan() function in OHOS::Global::Resource::LocaleMatcher