Searched refs:getNextBranchUChars (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | ucharstrie.cpp | 390 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucharstrie.cpp | 390 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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucharstrie.cpp | 390 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()
|
/third_party/icu/icu4c/source/common/ |
D | ucharstrie.cpp | 390 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucharstrie.h | 480 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucharstrie.h | 516 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucharstrie.h | 518 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucharstrie.h | 516 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);
|