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

  /external/icu4c/common/
ucharstrie.cpp 368 getNextBranchUChars(pos, node, out);
378 UCharsTrie::getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) {
381 getNextBranchUChars(jumpByDelta(pos), length>>1, out);
  /external/icu4c/common/unicode/
ucharstrie.h 490 static void getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out);

Completed in 643 milliseconds