Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp505 int32_t count=trie->getNextUChars(app); in TestGetNextUChars()
514 count=trie->getNextUChars(app); in TestGetNextUChars()
521 count=trie->getNextUChars(app); in TestGetNextUChars()
528 count=trie->getNextUChars(app); in TestGetNextUChars()
534 count=trie->getNextUChars(app); in TestGetNextUChars()
542 count=trie->getNextUChars(app); in TestGetNextUChars()
/external/icu/icu4c/source/common/unicode/
Ducharstrie.h250 int32_t getNextUChars(Appendable &out) const;
/external/icu/icu4c/source/common/
Ducharstrie.cpp364 UCharsTrie::getNextUChars(Appendable &out) const { in getNextUChars() function in UCharsTrie