Home
last modified time | relevance | path

Searched refs:skipDelta (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java667 … 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()
DCharsTrie.java602 … 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/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java632 … 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()
DCharsTrie.java576 … 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/icu4c/source/common/
Ducharstrie.cpp76 pos=skipDelta(pos); in branchNext()
293 pos=skipDelta(pos); in findUniqueValueFromBranch()
404 pos=skipDelta(pos); in getNextBranchUChars()
Dbytestrie.cpp95 pos=skipDelta(pos); in branchNext()
324 pos=skipDelta(pos); in findUniqueValueFromBranch()
426 pos=skipDelta(pos); in getNextBranchBytes()
Ducharstrieiterator.cpp190 stack_->addElement((int32_t)(skipDelta(pos)-uchars_), errorCode); in branchNext()
Dbytestrieiterator.cpp189 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode); in branchNext()
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h388 static inline const uint8_t *skipDelta(const uint8_t *pos) { in skipDelta() function
Ducharstrie.h447 static const UChar *skipDelta(const UChar *pos) { in skipDelta() function