Home | History | Annotate | Download | only in i18n

Lines Matching refs:CollationIterator

33 #include "collationiterator.h"
109 * Uses the runtime CollationIterator for fetching CEs for a string
112 * and has to avoid CollationIterator::nextCE() and redirect other
123 * so that the CollationIterator does not need the finished trie
126 class DataBuilderCollationIterator : public CollationIterator {
155 : CollationIterator(&builderData, /*numeric=*/ FALSE),
177 // Modified copy of CollationIterator::nextCE() and CollationIterator::nextCEFromCE32().
1246 // It allows CollationIterator to avoid recursive function calls and per-Jamo tests.