Searched refs:baseCE (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/
H A Ducol_tok.cpp1460 and negative), a reset token, a baseCE, nextCE, and previousCE. The lists and
1556 uint32_t baseCE = UCOL_NOT_FOUND, baseContCE = UCOL_NOT_FOUND; local
1568 baseCE = ucol_getNextCE(src->UCA, &s, status) & 0xFFFFFF3F;
1580 if((baseCE & 0xFF000000) >= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
1581 uint32_t primary = (baseCE & UCOL_PRIMARYMASK) | ((baseContCE & UCOL_PRIMARYMASK) >> 16);
1600 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1617 invPos = ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1623 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) {
1625 // now we are in the situation where our baseCE shoul
2022 uint32_t baseCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startCE; local
[all...]
H A Ducol_tok.h54 uint32_t baseCE; member in struct:__anon5363
H A Ducol_bld.cpp256 uint32_t CE = lh->baseCE;
287 uint32_t CE = lh->baseCE;
345 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
346 //if(lh->baseCE >= PRIMARY_IMPLICIT_MIN && lh->baseCE < PRIMARY_IMPLICIT_MAX ) { /* implicits - */
348 t1 = lh->baseCE;
363 //} else if(lh->baseCE == UCOL_RESET_TOP_VALUE && lh->baseContCE == 0) {
365 t1 = lh->baseCE;
418 t1 = lh->baseCE;
[all...]
/external/icu4c/test/cintltst/
H A Dcmsccoll.c1085 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE; local
1134 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
1222 nextCE = baseCE = currCE = ucolIndirectBoundaries[tokenIndex].startCE;
1225 nextCE = baseCE = currCE;
1232 if(baseCE == UCOL_RESET_TOP_VALUE) {
1237 result = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStrength);
1254 if(baseCE != currCE || baseContCE != currContCE) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 86 milliseconds