Home | History | Annotate | Download | only in intltest

Lines Matching refs:nextResult

829         UStringTrieResult nextResult=trie.next(nextCp);
833 nextResult!=trie.next(nextCp)
843 nextResult=trie.nextForCodePoint(nextCp);
847 nextResult!=trie.nextForCodePoint(nextCp)