HomeSort by relevance Sort by last modified time
    Searched refs:nextCE (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4c/source/i18n/
collationcompare.cpp 48 int64_t ce = left.nextCE(errorCode);
58 ce = left.nextCE(errorCode);
73 int64_t ce = right.nextCE(errorCode);
83 ce = right.nextCE(errorCode);
coleitr.cpp 124 int64_t ce = iter_->nextCE(status);
252 iter_->nextCE(status);
collationiterator.h 112 inline int64_t nextCE(UErrorCode &errorCode) {
163 * Overwrites the current CE (the last one returned by nextCE()).
rulebasedcollator.cpp 569 ce1 = ci.nextCE(errorCode);
570 ce2 = ci.nextCE(errorCode);
573 ce1 = ci.nextCE(errorCode);
574 ce2 = ci.nextCE(errorCode);
    [all...]
collationkeys.cpp 270 int64_t ce = iter.nextCE(errorCode);
297 ce = iter.nextCE(errorCode);
collationiterator.cpp 174 // Ignore skipped since that should be unused between calls to nextCE().
197 while(U_SUCCESS(errorCode) && nextCE(errorCode) != Collation::NO_CE) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 56 uint32_t nextCE;
195 uint32_t *nextCE, uint32_t *nextContCE,
ucol_bld.cpp 173 uint32_t *nextCE, uint32_t *nextContCE,
182 *nextCE = UCOL_NOT_FOUND;
189 *nextCE = CE;
192 while((*nextCE & strengthMask[strength]) == CE
195 *nextCE = (*(CETable+3*(++iCE)));
293 uint32_t nextCE, nextContCE;
305 nextCE = CE;
308 while((nextCE & strengthMask[strength]) == CE
311 nextCE = (*(CETable+3*(++iCE)));
315 lh->nextCE = nextCE
    [all...]
bmsearch.cpp 57 const CEI *nextCE(int32_t offset);
175 const CEI *Target::nextCE(int32_t offset)
758 const CEI nextCEI = *target->nextCE(0);
ucol_tok.cpp     [all...]
ucol.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 227 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(NUL-terminated) at CE %d", (int)i)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 1085 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE;
1134 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2344 milliseconds