Home
last modified time | relevance | path

Searched refs:otherEncodedLanguage (Results 1 - 3 of 3) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp93 uint16_t otherEncodedLanguage = LocaleUtil::EncodeLanguageByLocaleInfo(other); in CompareLanguage() local
95 return ((currentEncodedLanguage == otherEncodedLanguage) || in CompareLanguage()
97 (otherEncodedLanguage == LocaleData::OLD_LANGUAGES_CODES[0])) || in CompareLanguage()
98 ((otherEncodedLanguage == LocaleData::NEW_LANGUAGES_CODES[0]) && in CompareLanguage()
101 (otherEncodedLanguage == LocaleData::OLD_LANGUAGES_CODES[1])) || in CompareLanguage()
102 ((otherEncodedLanguage == LocaleData::NEW_LANGUAGES_CODES[1]) && in CompareLanguage()
105 (otherEncodedLanguage == LocaleData::OLD_LANGUAGES_CODES[2])) || // 2 is index in CompareLanguage()
106 ((otherEncodedLanguage == LocaleData::NEW_LANGUAGES_CODES[2]) && // 2 is index in CompareLanguage()
109 (otherEncodedLanguage == LocaleData::OLD_LANGUAGES_CODES[3])) || // 3 is index in CompareLanguage()
110 ((otherEncodedLanguage in CompareLanguage()
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp270 uint16_t otherEncodedLanguage = Utils::EncodeLanguageByResLocale( in CompareLanguage() local
273 return ((currentEncodedLanguage == otherEncodedLanguage) || in CompareLanguage()
275 && (otherEncodedLanguage == OLD_LANGUAGES_CODES[0])) || in CompareLanguage()
276 ((otherEncodedLanguage == NEW_LANGUAGES_CODES[0]) in CompareLanguage()
279 && (otherEncodedLanguage == OLD_LANGUAGES_CODES[1])) || in CompareLanguage()
280 ((otherEncodedLanguage == NEW_LANGUAGES_CODES[1]) in CompareLanguage()
283 && (otherEncodedLanguage == OLD_LANGUAGES_CODES[2])) || in CompareLanguage()
284 ((otherEncodedLanguage == NEW_LANGUAGES_CODES[2]) in CompareLanguage()
287 && (otherEncodedLanguage == OLD_LANGUAGES_CODES[3])) || in CompareLanguage()
288 ((otherEncodedLanguage in CompareLanguage()
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp273 uint16_t otherEncodedLanguage = Utils::EncodeLanguageByResLocale( in CompareLanguage() local
275 return ((currentEncodedLanguage == otherEncodedLanguage) || in CompareLanguage()
277 (otherEncodedLanguage == OLD_LANGUAGES_CODES[0])) || in CompareLanguage()
278 ((otherEncodedLanguage == NEW_LANGUAGES_CODES[0]) && in CompareLanguage()
281 (otherEncodedLanguage == OLD_LANGUAGES_CODES[1])) || in CompareLanguage()
282 ((otherEncodedLanguage == NEW_LANGUAGES_CODES[1]) && in CompareLanguage()
285 (otherEncodedLanguage == OLD_LANGUAGES_CODES[2])) || in CompareLanguage()
286 ((otherEncodedLanguage == NEW_LANGUAGES_CODES[2]) && in CompareLanguage()
289 (otherEncodedLanguage == OLD_LANGUAGES_CODES[3])) || in CompareLanguage()
290 ((otherEncodedLanguage in CompareLanguage()
[all...]

Completed in 5 milliseconds