Searched refs:nextCE (Results 1 - 13 of 13) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp48 int64_t ce = left.nextCE(errorCode);
58 ce = left.nextCE(errorCode);
73 int64_t ce = right.nextCE(errorCode);
83 ce = right.nextCE(errorCode);
H A Dcoleitr.cpp124 int64_t ce = iter_->nextCE(status);
252 iter_->nextCE(status);
H A Dcollationiterator.h112 inline int64_t nextCE(UErrorCode &errorCode) { function in class:CollationIterator
163 * Overwrites the current CE (the last one returned by nextCE()).
H A Drulebasedcollator.cpp569 ce1 = ci.nextCE(errorCode);
570 ce2 = ci.nextCE(errorCode);
573 ce1 = ci.nextCE(errorCode);
574 ce2 = ci.nextCE(errorCode);
1495 while((ce = iter.nextCE(errorCode)) != Collation::NO_CE) {
1501 while((ce = iter.nextCE(errorCode)) != Collation::NO_CE) {
H A Dcollationkeys.cpp270 int64_t ce = iter.nextCE(errorCode);
297 ce = iter.nextCE(errorCode);
H A Dcollationiterator.cpp174 // Ignore skipped since that should be unused between calls to nextCE().
197 while(U_SUCCESS(errorCode) && nextCE(errorCode) != Collation::NO_CE) {
915 // nextCE() normally reads one code point.
919 (void)nextCE(errorCode);
921 // No need to loop for getting each expansion CE from nextCE().
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h56 uint32_t nextCE; member in struct:__anon12126
195 uint32_t *nextCE, uint32_t *nextContCE,
H A Ducol_bld.cpp172 uint32_t *nextCE, uint32_t *nextContCE,
181 *nextCE = UCOL_NOT_FOUND;
188 *nextCE = CE;
191 while((*nextCE & strengthMask[strength]) == CE
194 *nextCE = (*(CETable+3*(++iCE)));
292 uint32_t nextCE, nextContCE; local
304 nextCE = CE;
307 while((nextCE & strengthMask[strength]) == CE
310 nextCE = (*(CETable+3*(++iCE)));
314 lh->nextCE
170 ucol_inv_getNextCE(const UColTokenParser *src, uint32_t CE, uint32_t contCE, uint32_t *nextCE, uint32_t *nextContCE, uint32_t strength) argument
[all...]
H A Ducol_tok.cpp1454 and negative), a reset token, a baseCE, nextCE, and previousCE. The lists and
1600 src->lh[src->resultLen].nextCE = 0;
1699 src->lh[src->resultLen].nextCE = 0;
2035 ListList[src->resultLen].nextCE = 0;
2073 ListList[src->resultLen].nextCE = 0;
2087 ListList[src->resultLen].nextCE = ucolIndirectBoundaries[src->parsedToken.indirectIndex].limitCE;
H A Ducol.cpp6456 uint32_t nextCE = ucol_IGetNextCE(coll, &s, status); local
6458 if(isContinuation(nextCE) && (nextCE & UCOL_PRIMARYMASK) != 0) {
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp227 int64_t ce = ci.nextCE(errorCode);
228 int64_t ce2 = ci.nextCE(errorCode);
229 if(errorCode.logIfFailureAndReset("CollationIterator.nextCE()")) {
233 errln("CollationIterator.nextCE(U+%04lx) did not yield exactly one CE", (long)c);
237 errln("CollationIterator.nextCE(U+%04lx) has non-common sec/ter weights: %08lx",
264 int64_t ce1 = ci1.nextCE(errorCode);
265 int64_t ce2 = ci2.nextCE(errorCode);
266 if(errorCode.logIfFailureAndReset("CollationIterator.nextCE()")) {
270 errln("CollationIterator.nextCE(with length) != nextCE(NU
[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;
1250 nextCE = UCOL_NEXT_TOP_VALUE;
1253 result = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStrength);
1279 if(compareCEs(currCE, currContCE, nextCE, nextContCE) > 0) {
1280 /*if(currCE > nextCE || (currCE == nextCE && currContCE >= nextContCE)) {*/
/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 258 milliseconds