Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp351 char otherFirstChar = (other->GetRegion())[0]; in AlphabeticallyCompare() local
353 if (otherFirstChar < '0' || otherFirstChar > '9') { in AlphabeticallyCompare()
357 if (otherFirstChar >= '0' && otherFirstChar <= '9') { in AlphabeticallyCompare()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp346 char otherFirstChar = (other->GetRegion())[0]; in AlphabeticallyCompare() local
348 if (otherFirstChar < '0' || otherFirstChar > '9') { in AlphabeticallyCompare()
352 if (otherFirstChar >= '0' && otherFirstChar <= '9') { in AlphabeticallyCompare()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp353 char otherFirstChar = (other->GetRegion())[0]; in AlphabeticallyCompare() local
355 if (otherFirstChar < '0' || otherFirstChar > '9') { in AlphabeticallyCompare()
359 if (otherFirstChar >= '0' && otherFirstChar <= '9') { in AlphabeticallyCompare()