Home
last modified time | relevance | path

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

/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_matcher.h73 static bool IsSimilarToUsEnglish(const LocaleInfo *localeInfo);
/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp136 } else if (IsSimilarToUsEnglish(request)) { in CompareRegionWhenLangIsNotEqual()
138 return IsSimilarToUsEnglish(current); in CompareRegionWhenLangIsNotEqual()
140 return !IsSimilarToUsEnglish(other); in CompareRegionWhenLangIsNotEqual()
164 bool LocaleMatcher::IsSimilarToUsEnglish(const LocaleInfo *localeInfo) in IsSimilarToUsEnglish() function in OHOS::Global::I18n::LocaleMatcher
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp555 bool IsSimilarToUsEnglish(const ResLocale *localeInfo) in IsSimilarToUsEnglish() function
590 } else if (IsSimilarToUsEnglish(request)) { in CompareRegionWhenLangIsNotEqual()
592 return IsSimilarToUsEnglish(current); in CompareRegionWhenLangIsNotEqual()
594 return !IsSimilarToUsEnglish(other); in CompareRegionWhenLangIsNotEqual()
/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp557 bool IsSimilarToUsEnglish(const ResLocale *localeInfo) in IsSimilarToUsEnglish() function
592 } else if (IsSimilarToUsEnglish(request)) { in CompareRegionWhenLangIsNotEqual()
594 return IsSimilarToUsEnglish(current); in CompareRegionWhenLangIsNotEqual()
596 return !IsSimilarToUsEnglish(other); in CompareRegionWhenLangIsNotEqual()

Completed in 4 milliseconds