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

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.cpp1454 and negative), a reset token, a baseCE, nextCE, and previousCE. The lists and
1550 uint32_t baseCE = UCOL_NOT_FOUND, baseContCE = UCOL_NOT_FOUND; local
1562 baseCE = ucol_getNextCE(src->UCA, &s, status) & 0xFFFFFF3F;
1574 if((baseCE & 0xFF000000) >= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
1575 uint32_t primary = (baseCE & UCOL_PRIMARYMASK) | ((baseContCE & UCOL_PRIMARYMASK) >> 16);
1594 src->lh[src->resultLen].baseCE = CE & 0xFFFFFF3F;
1611 /* invPos = */ ucol_inv_getPrevCE(src, baseCE, baseContCE, &CE, &SecondCE, strength);
1617 if(ucol_getCEStrengthDifference(baseCE, baseContCE, CE, SecondCE) < strength) {
1619 // now we are in the situation where our baseCE shoul
2016 uint32_t baseCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].startCE; local
[all...]
H A Ducol_tok.h54 uint32_t baseCE; member in struct:__anon12126
H A Ducol_bld.cpp257 uint32_t CE = lh->baseCE;
288 uint32_t CE = lh->baseCE;
346 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
347 //if(lh->baseCE >= PRIMARY_IMPLICIT_MIN && lh->baseCE < PRIMARY_IMPLICIT_MAX ) { /* implicits - */
349 t1 = lh->baseCE;
364 //} else if(lh->baseCE == UCOL_RESET_TOP_VALUE && lh->baseContCE == 0) {
366 t1 = lh->baseCE;
419 t1 = lh->baseCE;
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c1095 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE; local
1150 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
1238 nextCE = baseCE = currCE = ucolIndirectBoundaries[tokenIndex].startCE;
1241 nextCE = baseCE = currCE;
1248 if(baseCE == UCOL_RESET_TOP_VALUE) {
1253 result = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStrength);
1270 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 676 milliseconds