Home | History | Annotate | Download | only in i18n

Lines Matching defs:CE

108 /* these values are used for finding CE values for indirect positioning. */
282 [last primary ignorable] largest CE for primary ignorable
283 [last secondary ignorable] largest CE for secondary ignorable
284 [last tertiary ignorable] largest CE for tertiary ignorable
1252 uint32_t CE, SecondCE;
1280 CE = primaryCE & UCOL_PRIMARYMASK | 0x0505;
1295 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1312 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1314 // we got the previous CE. Now we need to see if the difference between
1317 // need to modify the CE.
1318 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) {
1321 // order to get the CE in the right position.
1323 CE = baseCE - 0x0200;
1325 CE = baseCE - 0x02;
1339 // 1. There are many code points that have the same CE
1340 // 2. The CE to codepoint table (things pointed to by CETable[3*invPos+2] are broken.
1378 // is bigger then I wanted. So, if CE < baseCE and I wanted &[before 2], then i'll
1379 // have to construct the base CE.
1394 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1700 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND;
1707 CE = primaryCE & UCOL_PRIMARYMASK | 0x0505;
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;
1740 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND;
1744 CE = ucol_getNextCE(src->UCA, &s, status);
1748 ListList[src->resultLen].baseCE = CE & 0xFFFFFF3F;