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.java661 … 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()
DCharsTrie.java596 … 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/
DBytesTrie.java626 … 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()
DCharsTrie.java570 … 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/
Ducharstrie.cpp74 pos=skipDelta(pos); in branchNext()
291 pos=skipDelta(pos); in findUniqueValueFromBranch()
402 pos=skipDelta(pos); in getNextBranchUChars()
Dbytestrie.cpp93 pos=skipDelta(pos); in branchNext()
322 pos=skipDelta(pos); in findUniqueValueFromBranch()
424 pos=skipDelta(pos); in getNextBranchBytes()
Ducharstrieiterator.cpp188 stack_->addElement((int32_t)(skipDelta(pos)-uchars_), errorCode); in branchNext()
Dbytestrieiterator.cpp184 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode); in branchNext()
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h387 static inline const uint8_t *skipDelta(const uint8_t *pos) { in skipDelta() function
Ducharstrie.h445 static const UChar *skipDelta(const UChar *pos) { in skipDelta() function