Home
last modified time | relevance | path

Searched refs:SecondCE (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ducol_tok.cpp1198 uint32_t CE, SecondCE; in getVirginBefore() local
1224 SecondCE = (primaryCE << 16) & UCOL_PRIMARYMASK | UCOL_CONTINUATION_MARKER; in getVirginBefore()
1239 if(isContinuation(SecondCE)) { in getVirginBefore()
1240 src->lh[src->resultLen].baseContCE = SecondCE; in getVirginBefore()
1255 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength); in getVirginBefore()
1261 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) { in getVirginBefore()
1272 SecondCE = baseContCE - 0x0200; in getVirginBefore()
1274 SecondCE = baseContCE - 0x02; in getVirginBefore()
1338 if(isContinuation(SecondCE)) { in getVirginBefore()
1339 src->lh[src->resultLen].baseContCE = SecondCE; in getVirginBefore()
[all …]
Ducol_bld.cpp121 int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t SecondCE) { in ucol_inv_findCE() argument
132 res = compareCEs(first, second, CE, SecondCE); in ucol_inv_findCE()
280 uint32_t SecondCE = lh->baseContCE; in ucol_inv_getNext() local
286 iCE = ucol_inv_findCE(src, CE, SecondCE); in ucol_inv_getNext()
293 SecondCE &= strengthMask[strength]; in ucol_inv_getNext()
296 nextContCE = SecondCE; in ucol_inv_getNext()
299 && (nextContCE & strengthMask[strength]) == SecondCE) { in ucol_inv_getNext()