Searched refs:UCOL_TERTIARYORDER (Results 1 – 8 of 8) sorted by relevance
354 lh->gapsLo[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()363 lh->gapsHi[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()371 lh->gapsLo[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()376 lh->gapsHi[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()794 …CEparts[UCOL_TERTIARY] = (UCOL_TERTIARYORDER(lh->baseCE)) << 24 | (UCOL_TERTIARYORDER(lh->baseCont… in ucol_initBuffers()
418 #define UCOL_TERTIARYORDER(order) ((order) & UCOL_TERTIARYORDERMASK) macro
355 lh->gapsLo[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()364 lh->gapsHi[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()372 lh->gapsLo[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()377 lh->gapsHi[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16; in ucol_inv_getGapPositions()802 …CEparts[UCOL_TERTIARY] = (UCOL_TERTIARYORDER(lh->baseCE)) << 24 | (UCOL_TERTIARYORDER(lh->baseCont… in ucol_initBuffers()
416 #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()
1571 tertiary = UCOL_TERTIARYORDER(ce) & UCOL_REMOVE_CONTINUATION; in checkCEValidity()