Searched refs:getNextUChars (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp507 int32_t count=trie->getNextUChars(app);
509 errln("months getNextUChars()!=[aj] at root");
514 // getNextUChars() directly after next()
516 count=trie->getNextUChars(app);
518 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"");
520 // getNextUChars() after getValue()
523 count=trie->getNextUChars(app);
525 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"+getValue()");
527 // getNextUChars() from a linear-match node
530 count=trie->getNextUChars(ap
[all...]
/external/icu/icu4c/source/common/unicode/
H A Ducharstrie.h252 int32_t getNextUChars(Appendable &out) const;
478 // Helper functions for getNextUChars().
479 // getNextUChars() when pos is on a branch node.
/external/icu/icu4c/source/common/
H A Ducharstrie.cpp366 UCharsTrie::getNextUChars(Appendable &out) const { function in class:UCharsTrie

Completed in 6716 milliseconds