Searched refs:jumpByDelta (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
H A Dbytestrie.cpp49 BytesTrie::jumpByDelta(const uint8_t *pos) { function in class:BytesTrie
92 pos=jumpByDelta(pos);
320 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) {
424 getNextBranchBytes(jumpByDelta(pos), length>>1, out);
H A Ducharstrie.cpp73 pos=jumpByDelta(pos);
289 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) {
402 getNextBranchUChars(jumpByDelta(pos), length>>1, out);
H A Dbytestrieiterator.cpp193 pos=jumpByDelta(pos);
H A Ducharstrieiterator.cpp194 pos=jumpByDelta(pos);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java635 pos=jumpByDelta(bytes_, pos);
714 private static int jumpByDelta(byte[] bytes, int pos) { method in class:BytesTrie
761 pos=jumpByDelta(bytes_, pos);
860 uniqueValue=findUniqueValueFromBranch(bytes, jumpByDelta(bytes, pos), length>>1, uniqueValue);
934 getNextBranchBytes(bytes, jumpByDelta(bytes, pos), length>>1, out);
H A DCharsTrie.java579 pos=jumpByDelta(chars_, pos);
677 private static int jumpByDelta(CharSequence chars, int pos) { method in class:CharsTrie
716 pos=jumpByDelta(chars_, pos);
806 uniqueValue=findUniqueValueFromBranch(chars, jumpByDelta(chars, pos), length>>1, uniqueValue);
889 getNextBranchChars(chars, jumpByDelta(chars, pos), length>>1, out);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java670 pos=jumpByDelta(bytes_, pos);
749 private static int jumpByDelta(byte[] bytes, int pos) { method in class:BytesTrie
796 pos=jumpByDelta(bytes_, pos);
895 uniqueValue=findUniqueValueFromBranch(bytes, jumpByDelta(bytes, pos), length>>1, uniqueValue);
969 getNextBranchBytes(bytes, jumpByDelta(bytes, pos), length>>1, out);
H A DCharsTrie.java605 pos=jumpByDelta(chars_, pos);
703 private static int jumpByDelta(CharSequence chars, int pos) { method in class:CharsTrie
742 pos=jumpByDelta(chars_, pos);
832 uniqueValue=findUniqueValueFromBranch(chars, jumpByDelta(chars, pos), length>>1, uniqueValue);
915 getNextBranchChars(chars, jumpByDelta(chars, pos), length>>1, out);
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h386 static const uint8_t *jumpByDelta(const uint8_t *pos);
H A Ducharstrie.h434 static inline const UChar *jumpByDelta(const UChar *pos) { function in class:UCharsTrie

Completed in 3010 milliseconds