Home
last modified time | relevance | path

Searched refs:SkippedState (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationiterator.h25 class SkippedState; variable
307 SkippedState *skipped;
Dcollationiterator.cpp56 class SkippedState : public UMemory { class
59 SkippedState() : pos(0), skipLengthAtMatch(0) {} in SkippedState() function in SkippedState
600 skipped = new SkippedState(); in nextCE32FromDiscontiguousContraction()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationIterator.java82 private static final class SkippedState { class in CollationIterator
84 SkippedState() {} in SkippedState() method in CollationIterator.SkippedState
806 skipped = new SkippedState(); in nextCE32FromDiscontiguousContraction()
1116 private SkippedState skipped;