Home | History | Annotate | Download | only in i18n

Lines Matching refs:baseCE

1105 and negative), a reset token, a baseCE, nextCE, and previousCE. The lists and
1199 uint32_t baseCE = UCOL_NOT_FOUND, baseContCE = UCOL_NOT_FOUND;
1208 baseCE = ucol_getNextCE(src->UCA, &s, status) & 0xFFFFFF3F;
1220 if((baseCE & 0xFF000000) >= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
1221 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16;
1240 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1257 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1263 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) {
1265 // now we are in the situation where our baseCE should actually be modified in
1268 CE = baseCE - 0x0200;
1270 CE = baseCE - 0x02;
1323 // is bigger then I wanted. So, if CE < baseCE and I wanted &[before 2], then i'll
1339 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1639 /* we need to do slightly more work. we need to get the baseCE using the */
1643 uint32_t baseCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startCE;
1648 if((baseCE & 0xFF000000) >= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
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);
1659 ListList[src->resultLen].baseCE = CE;
1671 Create new list, create new sourceToken, make the baseCE from source, put
1693 ListList[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1711 ListList[src->resultLen].baseCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startCE;