Searched refs:skipDelta (Results 1 – 10 of 10) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 636 … stack_.add(((long)skipDelta(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length); in branchNext() 737 private static int skipDelta(byte[] bytes, int pos) { in skipDelta() method 768 pos=skipDelta(bytes_, pos); in branchNext() 869 pos=skipDelta(bytes, pos); 940 pos=skipDelta(bytes, pos); in getNextBranchBytes()
|
D | CharsTrie.java | 579 … stack_.add(((long)skipDelta(chars_, pos)<<32)|((length-(length>>1))<<16)|str_.length()); in branchNext() 693 private static int skipDelta(CharSequence chars, int pos) { in skipDelta() method in CharsTrie 722 pos=skipDelta(chars_, pos); in branchNext() 814 pos=skipDelta(chars, pos); in findUniqueValueFromBranch() 894 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() 294 pos=skipDelta(pos); in findUniqueValueFromBranch() 405 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 char16_t *skipDelta(const char16_t *pos) { in skipDelta() function
|