Home
last modified time | relevance | path

Searched refs:numCpFwd (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationiterator.cpp151 numCpFwd(other.numCpFwd), in CollationIterator()
179 numCpFwd == other.numCpFwd && in operator ==()
313 if(skipped == NULL && numCpFwd < 0) { in appendCEsFromCE32()
471 if(numCpFwd == 0) { return U_SENTINEL; } in nextSkippedCodePoint()
474 if(numCpFwd > 0 && c >= 0) { --numCpFwd; } in nextSkippedCodePoint()
484 if(numCpFwd >= 0) { numCpFwd += n; } in backwardNumSkipped()
692 if(numCpFwd == 0) { break; } in appendNumericCEs()
703 if(numCpFwd > 0) { --numCpFwd; } in appendNumericCEs()
908 numCpFwd = numBackward; in previousCEUnsafe()
914 while(numCpFwd > 0) { in previousCEUnsafe()
[all …]
Dcollationiterator.h90 numCpFwd(-1), in CollationIterator()
311 int32_t numCpFwd; variable