Home | History | Annotate | Download | only in i18n

Lines Matching full:basecontce

1550     uint32_t baseCE = UCOL_NOT_FOUND, baseContCE = UCOL_NOT_FOUND;
1563 baseContCE = ucol_getNextCE(src->UCA, &s, status);
1564 if(baseContCE == UCOL_NO_MORE_CES) {
1565 baseContCE = 0;
1575 uint32_t primary = (baseCE & UCOL_PRIMARYMASK) | ((baseContCE & UCOL_PRIMARYMASK) >> 16);
1596 src->lh[src->resultLen].baseContCE = SecondCE;
1598 src->lh[src->resultLen].baseContCE = 0;
1611 /* invPos = */ ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1617 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) {
1626 if(baseContCE) {
1628 SecondCE = baseContCE - 0x0200;
1630 SecondCE = baseContCE - 0x02;
1695 src->lh[src->resultLen].baseContCE = SecondCE;
1697 src->lh[src->resultLen].baseContCE = 0;
2017 uint32_t baseContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startContCE;//&0xFFFFFF3F;
2023 uint32_t primary = (baseCE & UCOL_PRIMARYMASK) | ((baseContCE & UCOL_PRIMARYMASK) >> 16);
2029 /*int32_t invPos = ucol_inv_getPrevCE(baseCE, baseContCE, &CE, &SecondCE, strength);*/
2030 ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
2034 ListList[src->resultLen].baseContCE = SecondCE;
2069 ListList[src->resultLen].baseContCE = SecondCE;
2071 ListList[src->resultLen].baseContCE = 0;
2086 ListList[src->resultLen].baseContCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startContCE;