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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducharstrietest.cpp506 int32_t count=trie->getNextUChars(app);
508 errln("months getNextUChars()!=[aj] at root");
513 // getNextUChars() directly after next()
515 count=trie->getNextUChars(app);
517 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"");
519 // getNextUChars() after getValue()
522 count=trie->getNextUChars(app);
524 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"+getValue()");
526 // getNextUChars() from a linear-match node
529 count=trie->getNextUChars(ap
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp506 int32_t count=trie->getNextUChars(app);
508 errln("months getNextUChars()!=[aj] at root");
513 // getNextUChars() directly after next()
515 count=trie->getNextUChars(app);
517 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"");
519 // getNextUChars() after getValue()
522 count=trie->getNextUChars(app);
524 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"+getValue()");
526 // getNextUChars() from a linear-match node
529 count=trie->getNextUChars(ap
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducharstrie.h250 int32_t getNextUChars(Appendable &out) const;
476 // Helper functions for getNextUChars().
477 // getNextUChars() when pos is on a branch node.
/external/icu/icu4c/source/common/unicode/
H A Ducharstrie.h250 int32_t getNextUChars(Appendable &out) const;
476 // Helper functions for getNextUChars().
477 // getNextUChars() when pos is on a branch node.
/external/chromium_org/third_party/icu/source/common/
H A Ducharstrie.cpp364 UCharsTrie::getNextUChars(Appendable &out) const { function in class:UCharsTrie
/external/icu/icu4c/source/common/
H A Ducharstrie.cpp364 UCharsTrie::getNextUChars(Appendable &out) const { function in class:UCharsTrie

Completed in 934 milliseconds