Home
last modified time | relevance | path

Searched refs:UCOL_TERTIARYORDER (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ducol_bld.cpp343 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()
Ducol_imp.h344 #define UCOL_TERTIARYORDER(order) ((order) & UCOL_TERTIARYORDERMASK) macro
/external/icu4c/tools/dumpce/
Ddumpce.cpp203 if (UCOL_TERTIARYORDER(ce) != 0) { in serialize()
204 fprintf(f, " %02x", UCOL_TERTIARYORDER(ce)); in serialize()
/external/icu4c/test/cintltst/
Dcitertst.c1573 uint32_t tertiary = UCOL_TERTIARYORDER(ce); in checkCEValidity()