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

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h58 uint32_t previousCE; member in struct:__anon12126
H A Ducol_tok.cpp1454 and negative), a reset token, a baseCE, nextCE, and previousCE. The lists and
1602 src->lh[src->resultLen].previousCE = 0;
1701 src->lh[src->resultLen].previousCE = 0;
2009 ListList[src->resultLen].previousCE = 0;
2075 ListList[src->resultLen].previousCE = 0;
2082 ListList[src->resultLen].previousCE = 0;
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.h173 int64_t previousCE(UVector32 &offsets, UErrorCode &errorCode);
H A Dcoleitr.cpp83 // CollationIterator::previousCE() decrements the CEs length
196 int64_t ce = iter_->previousCE(*offsets_, status);
207 // See CollationIterator::previousCE().
H A Dcollationiterator.cpp840 CollationIterator::previousCE(UVector32 &offsets, UErrorCode &errorCode) { function in class:CollationIterator
894 // But this should not be the common case for previousCE(),

Completed in 175 milliseconds