Searched refs:skipDelta (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 661 … stack_.add(((long)skipDelta(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length); in branchNext() 762 private static int skipDelta(byte[] bytes, int pos) { in skipDelta() method 793 pos=skipDelta(bytes_, pos); in branchNext() 894 pos=skipDelta(bytes, pos); 965 pos=skipDelta(bytes, pos); in getNextBranchBytes()
|
D | CharsTrie.java | 596 … stack_.add(((long)skipDelta(chars_, pos)<<32)|((length-(length>>1))<<16)|str_.length()); in branchNext() 710 private static int skipDelta(CharSequence chars, int pos) { in skipDelta() method in CharsTrie 739 pos=skipDelta(chars_, pos); in branchNext() 831 pos=skipDelta(chars, pos); in findUniqueValueFromBranch() 911 pos=skipDelta(chars, pos); in getNextBranchChars()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 626 … stack_.add(((long)skipDelta(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length); in branchNext() 727 private static int skipDelta(byte[] bytes, int pos) { in skipDelta() method 758 pos=skipDelta(bytes_, pos); in branchNext() 859 pos=skipDelta(bytes, pos); 930 pos=skipDelta(bytes, pos); in getNextBranchBytes()
|
D | CharsTrie.java | 570 … stack_.add(((long)skipDelta(chars_, pos)<<32)|((length-(length>>1))<<16)|str_.length()); in branchNext() 684 private static int skipDelta(CharSequence chars, int pos) { in skipDelta() method in CharsTrie 713 pos=skipDelta(chars_, pos); in branchNext() 805 pos=skipDelta(chars, pos); in findUniqueValueFromBranch() 885 pos=skipDelta(chars, pos); in getNextBranchChars()
|
/external/icu/icu4c/source/common/ |
D | ucharstrie.cpp | 74 pos=skipDelta(pos); in branchNext() 291 pos=skipDelta(pos); in findUniqueValueFromBranch() 402 pos=skipDelta(pos); in getNextBranchUChars()
|
D | bytestrie.cpp | 93 pos=skipDelta(pos); in branchNext() 322 pos=skipDelta(pos); in findUniqueValueFromBranch() 424 pos=skipDelta(pos); in getNextBranchBytes()
|
D | ucharstrieiterator.cpp | 188 stack_->addElement((int32_t)(skipDelta(pos)-uchars_), errorCode); in branchNext()
|
D | bytestrieiterator.cpp | 184 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode); in branchNext()
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 387 static inline const uint8_t *skipDelta(const uint8_t *pos) { in skipDelta() function
|
D | ucharstrie.h | 445 static const UChar *skipDelta(const UChar *pos) { in skipDelta() function
|