Searched refs:skipDelta (Results 1 – 10 of 10) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 632 … stack_.add(((long)skipDelta(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length); in branchNext() 733 private static int skipDelta(byte[] bytes, int pos) { in skipDelta() method 764 pos=skipDelta(bytes_, pos); in branchNext() 865 pos=skipDelta(bytes, pos); 936 pos=skipDelta(bytes, pos); in getNextBranchBytes()
|
D | CharsTrie.java | 576 … stack_.add(((long)skipDelta(chars_, pos)<<32)|((length-(length>>1))<<16)|str_.length()); in branchNext() 690 private static int skipDelta(CharSequence chars, int pos) { in skipDelta() method in CharsTrie 719 pos=skipDelta(chars_, pos); in branchNext() 811 pos=skipDelta(chars, pos); in findUniqueValueFromBranch() 891 pos=skipDelta(chars, pos); in getNextBranchChars()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 667 … stack_.add(((long)skipDelta(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length); in branchNext() 768 private static int skipDelta(byte[] bytes, int pos) { in skipDelta() method 799 pos=skipDelta(bytes_, pos); in branchNext() 900 pos=skipDelta(bytes, pos); 971 pos=skipDelta(bytes, pos); in getNextBranchBytes()
|
D | CharsTrie.java | 602 … stack_.add(((long)skipDelta(chars_, pos)<<32)|((length-(length>>1))<<16)|str_.length()); in branchNext() 716 private static int skipDelta(CharSequence chars, int pos) { in skipDelta() method in CharsTrie 745 pos=skipDelta(chars_, pos); in branchNext() 837 pos=skipDelta(chars, pos); in findUniqueValueFromBranch() 917 pos=skipDelta(chars, pos); in getNextBranchChars()
|
/external/icu/icu4c/source/common/ |
D | ucharstrie.cpp | 76 pos=skipDelta(pos); in branchNext() 293 pos=skipDelta(pos); in findUniqueValueFromBranch() 404 pos=skipDelta(pos); in getNextBranchUChars()
|
D | bytestrie.cpp | 95 pos=skipDelta(pos); in branchNext() 324 pos=skipDelta(pos); in findUniqueValueFromBranch() 426 pos=skipDelta(pos); in getNextBranchBytes()
|
D | ucharstrieiterator.cpp | 190 stack_->addElement((int32_t)(skipDelta(pos)-uchars_), errorCode); in branchNext()
|
D | bytestrieiterator.cpp | 189 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode); in branchNext()
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 388 static inline const uint8_t *skipDelta(const uint8_t *pos) { in skipDelta() function
|
D | ucharstrie.h | 447 static const UChar *skipDelta(const UChar *pos) { in skipDelta() function
|