Searched refs:getNextBranchUChars (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucharstrie.cpp | 387 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/chromium_org/third_party/icu/source/common/ |
D | ucharstrie.cpp | 387 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/ |
D | ucharstrie.h | 478 static void getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ucharstrie.h | 478 static void getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out);
|