Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol_tok.cpp1556 uint32_t baseCE = UCOL_NOT_FOUND, baseContCE = UCOL_NOT_FOUND; in getVirginBefore() local
1568 baseCE = ucol_getNextCE(src->UCA, &s, status) & 0xFFFFFF3F; in getVirginBefore()
1580 …if((baseCE & 0xFF000000) >= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (baseCE & 0xFF000000) <= (co… in getVirginBefore()
1581 uint32_t primary = (baseCE & UCOL_PRIMARYMASK) | ((baseContCE & UCOL_PRIMARYMASK) >> 16); in getVirginBefore()
1600 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F; in getVirginBefore()
1617 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength); in getVirginBefore()
1623 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) { in getVirginBefore()
1628 CE = baseCE - 0x0200; in getVirginBefore()
1630 CE = baseCE - 0x02; in getVirginBefore()
1699 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F; in getVirginBefore()
[all …]
Ducol_bld.cpp287 uint32_t CE = lh->baseCE; in ucol_inv_getNext()
345 …if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000)… in ucol_inv_getGapPositions()
348 t1 = lh->baseCE; in ucol_inv_getGapPositions()
365 t1 = lh->baseCE; in ucol_inv_getGapPositions()
418 t1 = lh->baseCE; in ucol_inv_getGapPositions()
765 fprintf(stderr, "BaseCE: %08X %08X\n", lh->baseCE, lh->baseContCE); in ucol_initBuffers()
792 …CEparts[UCOL_PRIMARY] = (lh->baseCE & UCOL_PRIMARYMASK) | (lh->baseContCE & UCOL_PRIMARYMASK) >> 1… in ucol_initBuffers()
793 …CEparts[UCOL_SECONDARY] = (lh->baseCE & UCOL_SECONDARYMASK) << 16 | (lh->baseContCE & UCOL_SECONDA… in ucol_initBuffers()
794 …CEparts[UCOL_TERTIARY] = (UCOL_TERTIARYORDER(lh->baseCE)) << 24 | (UCOL_TERTIARYORDER(lh->baseCont… in ucol_initBuffers()
Ducol_tok.h54 uint32_t baseCE; member
/external/icu4c/test/cintltst/
Dcmsccoll.c1085 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE; in testCEs() local
1134 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND; in testCEs()
1222 nextCE = baseCE = currCE = ucolIndirectBoundaries[tokenIndex].startCE; in testCEs()
1225 nextCE = baseCE = currCE; in testCEs()
1232 if(baseCE == UCOL_RESET_TOP_VALUE) { in testCEs()
1237 …result = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStreng… in testCEs()
1254 if(baseCE != currCE || baseContCE != currContCE) { in testCEs()