Searched refs:compareSec (Results 1 – 1 of 1) sorted by relevance
4078 uint8_t compareSec = (uint8_t)((strength >= UCOL_SECONDARY)?0:0xFF); in ucol_getSortKeySize() local4086 UBool isFrenchSec = (coll->frenchCollation == UCOL_ON) && (compareSec == 0); in ucol_getSortKeySize()4196 if(secondary > compareSec) { /* I think that != 0 test should be != IGNORABLE */ in ucol_getSortKeySize()4453 uint8_t compareSec = (uint8_t)((strength >= UCOL_SECONDARY)?0:0xFF); in ucol_calcSortKey() local4458 UBool isFrenchSec = (coll->frenchCollation == UCOL_ON) && (compareSec == 0); in ucol_calcSortKey()4480 …sortKeySize += ((compareSec?0:1) + (compareTer?0:1) + (doCase?1:0) + /*(qShifted?1:0)*/(compareQua… in ucol_calcSortKey()4659 if(secondary > compareSec) { in ucol_calcSortKey()4857 if(compareSec == 0) { in ucol_calcSortKey()