Lines Matching defs:SecondCE
1557 uint32_t CE, SecondCE;
1586 SecondCE = ((primaryCE << 16) & UCOL_PRIMARYMASK) | UCOL_CONTINUATION_MARKER;
1601 if(isContinuation(SecondCE)) {
1602 src->lh[src->resultLen].baseContCE = SecondCE;
1617 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1623 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) {
1634 SecondCE = baseContCE - 0x0200;
1636 SecondCE = baseContCE - 0x02;
1700 if(isContinuation(SecondCE)) {
1701 src->lh[src->resultLen].baseContCE = SecondCE;
2024 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND;
2033 SecondCE = ((primaryCE << 16) & UCOL_PRIMARYMASK) | UCOL_CONTINUATION_MARKER;
2035 /*int32_t invPos = ucol_inv_getPrevCE(baseCE, baseContCE, &CE, &SecondCE, strength);*/
2036 ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
2040 ListList[src->resultLen].baseContCE = SecondCE;
2065 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND;
2071 SecondCE = ucol_getNextCE(src->UCA, &s, status);
2074 if(isContinuation(SecondCE)) {
2075 ListList[src->resultLen].baseContCE = SecondCE;