Home
last modified time | relevance | path

Searched refs:primary1 (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ducol.cpp4284 uint8_t primary1 = 0; in ucol_getSortKeySize() local
4320 primary1 = (uint8_t)(order >> 8); in ucol_getSortKeySize()
4323 if(shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0) in ucol_getSortKeySize()
4325 … || (wasShifted && primary1 == 0)) { /* amendment to the UCA says that primary ignorables */ in ucol_getSortKeySize()
4327 if(primary1 == 0) { /* if we were shifted and we got an ignorable code point */ in ucol_getSortKeySize()
4347 if(primary1 != UCOL_IGNORABLE) { in ucol_getSortKeySize()
4349 if(leadPrimary == primary1) { in ucol_getSortKeySize()
4360 else if(primary1<UCOL_BYTE_FIRST_NON_LATIN_PRIMARY || in ucol_getSortKeySize()
4363 (primary1 > maxRegularPrimary && primary1 < minImplicitPrimary)) in ucol_getSortKeySize()
4370 leadPrimary = primary1; in ucol_getSortKeySize()
[all …]
/external/chromium/third_party/icu/source/i18n/
Ducol.cpp4443 uint8_t primary1 = 0; in ucol_getSortKeySize() local
4479 primary1 = (uint8_t)(order >> 8); in ucol_getSortKeySize()
4482 if(shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0) in ucol_getSortKeySize()
4484 … || (wasShifted && primary1 == 0)) { /* amendment to the UCA says that primary ignorables */ in ucol_getSortKeySize()
4486 if(primary1 == 0) { /* if we were shifted and we got an ignorable code point */ in ucol_getSortKeySize()
4506 if(primary1 != UCOL_IGNORABLE) { in ucol_getSortKeySize()
4508 if(leadPrimary == primary1) { in ucol_getSortKeySize()
4519 else if(primary1<UCOL_BYTE_FIRST_NON_LATIN_PRIMARY || in ucol_getSortKeySize()
4522 (primary1 > maxRegularPrimary && primary1 < minImplicitPrimary)) in ucol_getSortKeySize()
4529 leadPrimary = primary1; in ucol_getSortKeySize()
[all …]