Home | History | Annotate | Download | only in common

Lines Matching refs:Iterator

22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength,
35 // Unlike UCharsTrie itself, its Iterator performs memory allocations anyway
44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength,
75 UCharsTrie::Iterator::~Iterator() {
79 UCharsTrie::Iterator &
80 UCharsTrie::Iterator::reset() {
96 UCharsTrie::Iterator::hasNext() const { return pos_!=NULL || !stack_->isEmpty(); }
99 UCharsTrie::Iterator::next(UErrorCode &errorCode) {
184 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) {