HomeSort by relevance Sort by last modified time
    Searched refs:getNextUChars (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
ucharstrietest.cpp 505 int32_t count=trie->getNextUChars(app);
507 errln("months getNextUChars()!=[aj] at root");
512 // getNextUChars() directly after next()
514 count=trie->getNextUChars(app);
516 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"");
518 // getNextUChars() after getValue()
521 count=trie->getNextUChars(app);
523 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"+getValue()");
525 // getNextUChars() from a linear-match node
528 count=trie->getNextUChars(app)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucharstrie.h 250 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/
ucharstrie.cpp 364 UCharsTrie::getNextUChars(Appendable &out) const {

Completed in 1381 milliseconds