Home
last modified time | relevance | path

Searched refs:getNextBranchUChars (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducharstrie.cpp390 getNextBranchUChars(pos, node, out); in getNextUChars()
400 UCharsTrie::getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) { in getNextBranchUChars() function in UCharsTrie
403 getNextBranchUChars(jumpByDelta(pos), length>>1, out); in getNextBranchUChars()
/external/icu/icu4c/source/common/unicode/
Ducharstrie.h480 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);