Searched refs:UCOL_TERTIARYORDER (Results 1 – 4 of 4) sorted by relevance
343 lh->gapsLo[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()352 lh->gapsHi[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()360 lh->gapsLo[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()365 lh->gapsHi[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()776 …CEparts[UCOL_TERTIARY] = (UCOL_TERTIARYORDER(lh->baseCE)) << 24 | (UCOL_TERTIARYORDER(lh->baseCont… in ucol_initBuffers()
344 #define UCOL_TERTIARYORDER(order) ((order) & UCOL_TERTIARYORDERMASK) macro
203 if (UCOL_TERTIARYORDER(ce) != 0) { in serialize()204 fprintf(f, " %02x", UCOL_TERTIARYORDER(ce)); in serialize()
1573 uint32_t tertiary = UCOL_TERTIARYORDER(ce); in checkCEValidity()