Lines Matching refs:Iterator
24 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength,
37 // Unlike UCharsTrie itself, its Iterator performs memory allocations anyway
46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength,
77 UCharsTrie::Iterator::~Iterator() {
81 UCharsTrie::Iterator &
82 UCharsTrie::Iterator::reset() {
98 UCharsTrie::Iterator::hasNext() const { return pos_!=NULL || !stack_->isEmpty(); }
101 UCharsTrie::Iterator::next(UErrorCode &errorCode) {
186 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) {