Searched refs:getNextBranchBytes (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Dbytestrie.cpp409 getNextBranchBytes(pos, ++node, out);
419 BytesTrie::getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out) {
422 getNextBranchBytes(jumpByDelta(pos), length>>1, out);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java410 getNextBranchBytes(bytes_, pos, ++node, out);
960 private static void getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) { method in class:BytesTrie
963 getNextBranchBytes(bytes, jumpByDelta(bytes, pos), length>>1, out);
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h422 static void getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out);

Completed in 46 milliseconds