OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextBranchUChars
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
ucharstrie.cpp
387
getNextBranchUChars
(pos, node, out);
397
UCharsTrie::
getNextBranchUChars
(const UChar *pos, int32_t length, Appendable &out) {
400
getNextBranchUChars
(jumpByDelta(pos), length>>1, out);
/external/icu4c/common/unicode/
ucharstrie.h
478
static void
getNextBranchUChars
(const UChar *pos, int32_t length, Appendable &out);
Completed in 24 milliseconds