Home | History | Annotate | Download | only in i18n

Lines Matching refs:baseContCE

1199     uint32_t baseCE = UCOL_NOT_FOUND, baseContCE = UCOL_NOT_FOUND;
1209 baseContCE = ucol_getNextCE(src->UCA, &s, status);
1210 if(baseContCE == UCOL_NO_MORE_CES) {
1211 baseContCE = 0;
1221 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16;
1242 src->lh[src->resultLen].baseContCE = SecondCE;
1244 src->lh[src->resultLen].baseContCE = 0;
1257 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1263 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) {
1272 if(baseContCE) {
1274 SecondCE = baseContCE - 0x0200;
1276 SecondCE = baseContCE - 0x02;
1341 src->lh[src->resultLen].baseContCE = SecondCE;
1343 src->lh[src->resultLen].baseContCE = 0;
1644 uint32_t baseContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startContCE;//&0xFFFFFF3F;
1649 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16;
1655 /*int32_t invPos = ucol_inv_getPrevCE(baseCE, baseContCE, &CE, &SecondCE, strength);*/
1656 ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1660 ListList[src->resultLen].baseContCE = SecondCE;
1695 ListList[src->resultLen].baseContCE = SecondCE;
1697 ListList[src->resultLen].baseContCE = 0;
1712 ListList[src->resultLen].baseContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startContCE;