Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp484 uint32_t otherEncodedScript = 0; in CompareScript() local
491 otherEncodedScript = FindDefaultScriptEncode(other->GetLanguage().c_str(), other->GetRegion().c_str()); in CompareScript()
493 otherEncodedScript = LocaleUtil::EncodeScriptByLocaleInfo(other); in CompareScript()
506 if ((currentEncodedScript == LocaleMatcher::NULL_SCRIPT) || (otherEncodedScript == LocaleMatcher::NULL_SCRIPT)) { in CompareScript()
515 return currentEncodedScript == otherEncodedScript; in CompareScript()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp299 uint32_t otherEncodedScript = 0; in CompareScript() local
307 otherEncodedScript = FindDefaultScriptEncode(other->GetLanguage(), in CompareScript()
310 otherEncodedScript = Utils::EncodeScriptByResLocale(other); in CompareScript()
323 if ((currentEncodedScript == LocaleMatcher::NULL_SCRIPT) || (otherEncodedScript == LocaleMatcher::NULL_SCRIPT)) { in CompareScript()
332 return currentEncodedScript == otherEncodedScript; in CompareScript()
/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp301 uint32_t otherEncodedScript = 0; in CompareScript() local
309 otherEncodedScript = FindDefaultScriptEncode(other->GetLanguage(), in CompareScript()
312 otherEncodedScript = Utils::EncodeScriptByResLocale(other); in CompareScript()
325 if ((currentEncodedScript == LocaleMatcher::NULL_SCRIPT) || (otherEncodedScript == LocaleMatcher::NULL_SCRIPT)) { in CompareScript()
334 return currentEncodedScript == otherEncodedScript; in CompareScript()

Completed in 4 milliseconds