Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationIterator.java157 void resetToTrieState(CharsTrie trie) { trie.resetToState(state); } in resetToTrieState() method in CollationIterator.SkippedState
832 skipped.resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
853 skipped.resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
/external/icu/icu4c/source/i18n/
Dcollationiterator.cpp127 void resetToTrieState(UCharsTrie &trie) const { trie.resetToState(state); } in resetToTrieState() function in SkippedState
622 skipped->resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
643 skipped->resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationIterator.java155 void resetToTrieState(CharsTrie trie) { trie.resetToState(state); } in resetToTrieState() method in CollationIterator.SkippedState
830 skipped.resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()
851 skipped.resetToTrieState(suffixes); in nextCE32FromDiscontiguousContraction()