Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp4101 uint8_t primary1 = 0; in ucol_getSortKeySize() local
4137 primary1 = (uint8_t)(order >> 8); in ucol_getSortKeySize()
4140 if(shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0) in ucol_getSortKeySize()
4142 … || (wasShifted && primary1 == 0)) { /* amendment to the UCA says that primary ignorables */ in ucol_getSortKeySize()
4144 if(primary1 == 0) { /* if we were shifted and we got an ignorable code point */ in ucol_getSortKeySize()
4164 if(primary1 != UCOL_IGNORABLE) { in ucol_getSortKeySize()
4166 if(leadPrimary == primary1) { in ucol_getSortKeySize()
4176 } else if(primary1<UCOL_BYTE_FIRST_NON_LATIN_PRIMARY || in ucol_getSortKeySize()
4179 (primary1 > maxRegularPrimary && primary1 < minImplicitPrimary)) { in ucol_getSortKeySize()
4184 leadPrimary = primary1; in ucol_getSortKeySize()
[all …]