Searched defs:getNextBranchUChars (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Ducharstrie.cpp368 getNextBranchUChars(pos, node, out);
378 UCharsTrie::getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) { function in class:UCharsTrie
381 getNextBranchUChars(jumpByDelta(pos), length>>1, out);

Completed in 32 milliseconds