Home | History | Annotate | Download | only in i18n

Lines Matching refs:tertiaryMask

4673     uint8_t tertiaryMask = coll->tertiaryMask;
4856 tertiary &= tertiaryMask;
5037 uint8_t tertiaryMask = coll->tertiaryMask;
5062 tertiary = (uint8_t)((order & tertiaryMask));
5831 CE &= coll->tertiaryMask;
6170 tertiary = (uint8_t)((CE & coll->tertiaryMask));
6400 coll->tertiaryMask = UCOL_REMOVE_CASE;
6406 coll->tertiaryMask = UCOL_KEEP_CASE;
7128 uint8_t tertiaryMask = coll->tertiaryMask;
7478 secS = *(sCE++) & tertiaryMask;
7487 secT = *(tCE++) & tertiaryMask;