Home
last modified time | relevance | path

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

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