Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ducharstrietest.cpp506 int32_t count=trie->getNextUChars(app); in TestGetNextUChars()
515 count=trie->getNextUChars(app); in TestGetNextUChars()
522 count=trie->getNextUChars(app); in TestGetNextUChars()
529 count=trie->getNextUChars(app); in TestGetNextUChars()
535 count=trie->getNextUChars(app); in TestGetNextUChars()
543 count=trie->getNextUChars(app); in TestGetNextUChars()
/external/icu4c/common/unicode/
Ducharstrie.h250 int32_t getNextUChars(Appendable &out) const;
/external/icu4c/common/
Ducharstrie.cpp364 UCharsTrie::getNextUChars(Appendable &out) const { in getNextUChars() function in UCharsTrie