Home | History | Annotate | Download | only in i18n

Lines Matching refs:CollationIterator

31 #include "collationiterator.h"
107 * Uses the runtime CollationIterator for fetching CEs for a string
110 * and has to avoid CollationIterator::nextCE() and redirect other
121 * so that the CollationIterator does not need the finished trie
124 class DataBuilderCollationIterator : public CollationIterator {
153 : CollationIterator(&builderData, /*numeric=*/ FALSE),
175 // Modified copy of CollationIterator::nextCE() and CollationIterator::nextCEFromCE32().
1244 // It allows CollationIterator to avoid recursive function calls and per-Jamo tests.