Searched refs:tertiaryMask (Results 1 – 2 of 2) sorted by relevance
4741 uint8_t tertiaryMask = coll->tertiaryMask; in ucol_calcSortKey() local4924 tertiary &= tertiaryMask; in ucol_calcSortKey()5111 uint8_t tertiaryMask = coll->tertiaryMask; in ucol_calcSortKeySimpleTertiary() local5136 tertiary = (uint8_t)((order & tertiaryMask)); in ucol_calcSortKeySimpleTertiary()5907 CE &= coll->tertiaryMask; in ucol_nextSortKeyPart()6246 tertiary = (uint8_t)((CE & coll->tertiaryMask)); in ucol_addLatinOneEntry()6477 coll->tertiaryMask = UCOL_REMOVE_CASE; in ucol_updateInternalState()6483 coll->tertiaryMask = UCOL_KEEP_CASE; in ucol_updateInternalState()7232 uint8_t tertiaryMask = coll->tertiaryMask; in ucol_strcollRegular() local7582 secS = *(sCE++) & tertiaryMask; in ucol_strcollRegular()[all …]
984 uint8_t tertiaryMask; member