Searched refs:tertiaryMask (Results 1 – 2 of 2) sorted by relevance
4673 uint8_t tertiaryMask = coll->tertiaryMask; in ucol_calcSortKey() local4856 tertiary &= tertiaryMask; in ucol_calcSortKey()5037 uint8_t tertiaryMask = coll->tertiaryMask; in ucol_calcSortKeySimpleTertiary() local5062 tertiary = (uint8_t)((order & tertiaryMask)); in ucol_calcSortKeySimpleTertiary()5831 CE &= coll->tertiaryMask; in ucol_nextSortKeyPart()6170 tertiary = (uint8_t)((CE & coll->tertiaryMask)); in ucol_addLatinOneEntry()6400 coll->tertiaryMask = UCOL_REMOVE_CASE; in ucol_updateInternalState()6406 coll->tertiaryMask = UCOL_KEEP_CASE; in ucol_updateInternalState()7128 uint8_t tertiaryMask = coll->tertiaryMask; in ucol_strcollRegular() local7478 secS = *(sCE++) & tertiaryMask; in ucol_strcollRegular()[all …]
1051 uint8_t tertiaryMask; member