Home | History | Annotate | Download | only in i18n

Lines Matching refs:baseCE

1157 and negative), a reset token, a baseCE, nextCE, and previousCE. The lists and
1251 uint32_t baseCE = UCOL_NOT_FOUND, baseContCE = UCOL_NOT_FOUND;
1263 baseCE = ucol_getNextCE(src->UCA, &s, status) & 0xFFFFFF3F;
1275 if((baseCE & 0xFF000000) >= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
1276 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16;
1295 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1312 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1318 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) {
1320 // now we are in the situation where our baseCE should actually be modified in
1323 CE = baseCE - 0x0200;
1325 CE = baseCE - 0x02;
1378 // is bigger then I wanted. So, if CE < baseCE and I wanted &[before 2], then i'll
1394 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1694 /* we need to do slightly more work. we need to get the baseCE using the */
1698 uint32_t baseCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startCE;
1703 if((baseCE & 0xFF000000) >= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
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);
1714 ListList[src->resultLen].baseCE = CE;
1726 Create new list, create new sourceToken, make the baseCE from source, put
1748 ListList[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1766 ListList[src->resultLen].baseCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startCE;