Home | History | Annotate | Download | only in i18n

Lines Matching refs:baseContCE

1251     uint32_t baseCE = UCOL_NOT_FOUND, baseContCE = UCOL_NOT_FOUND;
1264 baseContCE = ucol_getNextCE(src->UCA, &s, status);
1265 if(baseContCE == UCOL_NO_MORE_CES) {
1266 baseContCE = 0;
1276 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16;
1297 src->lh[src->resultLen].baseContCE = SecondCE;
1299 src->lh[src->resultLen].baseContCE = 0;
1312 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1318 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) {
1327 if(baseContCE) {
1329 SecondCE = baseContCE - 0x0200;
1331 SecondCE = baseContCE - 0x02;
1396 src->lh[src->resultLen].baseContCE = SecondCE;
1398 src->lh[src->resultLen].baseContCE = 0;
1699 uint32_t baseContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startContCE;//&0xFFFFFF3F;
1704 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16;
1710 /*int32_t invPos = ucol_inv_getPrevCE(baseCE, baseContCE, &CE, &SecondCE, strength);*/
1711 ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1715 ListList[src->resultLen].baseContCE = SecondCE;
1750 ListList[src->resultLen].baseContCE = SecondCE;
1752 ListList[src->resultLen].baseContCE = 0;
1767 ListList[src->resultLen].baseContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startContCE;