Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Ducharstrie.cpp76 pos=skipDelta(pos); in branchNext()
294 pos=skipDelta(pos); in findUniqueValueFromBranch()
405 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()
/third_party/skia/third_party/externals/icu/source/common/
Ducharstrie.cpp76 pos=skipDelta(pos); in branchNext()
294 pos=skipDelta(pos); in findUniqueValueFromBranch()
405 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()
/third_party/icu/icu4c/source/common/
Ducharstrie.cpp76 pos=skipDelta(pos); in branchNext()
294 pos=skipDelta(pos); in findUniqueValueFromBranch()
405 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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java651 … stack_.add(((long)skipDelta(chars_, pos)<<32)|((length-(length>>1))<<16)|str_.length()); in branchNext()
765 private static int skipDelta(CharSequence chars, int pos) { in skipDelta() method in CharsTrie
794 pos=skipDelta(chars_, pos); in branchNext()
886 pos=skipDelta(chars, pos); in findUniqueValueFromBranch()
966 pos=skipDelta(chars, pos); in getNextBranchChars()
DBytesTrie.java716 … stack_.add(((long)skipDelta(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length); in branchNext()
822 private static int skipDelta(byte[] bytes, int pos) { in skipDelta() method
853 pos=skipDelta(bytes_, pos); in branchNext()
954 pos=skipDelta(bytes, pos);
1025 pos=skipDelta(bytes, pos); in getNextBranchBytes()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBytesTrie.java681 … stack_.add(((long)skipDelta(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length); in branchNext()
782 private static int skipDelta(byte[] bytes, int pos) { in skipDelta() method
813 pos=skipDelta(bytes_, pos); in branchNext()
914 pos=skipDelta(bytes, pos);
985 pos=skipDelta(bytes, pos); in getNextBranchBytes()
DCharsTrie.java624 … stack_.add(((long)skipDelta(chars_, pos)<<32)|((length-(length>>1))<<16)|str_.length()); in branchNext()
738 private static int skipDelta(CharSequence chars, int pos) { in skipDelta() method in CharsTrie
767 pos=skipDelta(chars_, pos); in branchNext()
859 pos=skipDelta(chars, pos); in findUniqueValueFromBranch()
939 pos=skipDelta(chars, pos); in getNextBranchChars()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h427 static inline const uint8_t *skipDelta(const uint8_t *pos) { in skipDelta() function
Ducharstrie.h483 static const char16_t *skipDelta(const char16_t *pos) { in skipDelta() function
/third_party/icu/icu4c/source/common/unicode/
Dbytestrie.h427 static inline const uint8_t *skipDelta(const uint8_t *pos) { in skipDelta() function
Ducharstrie.h483 static const char16_t *skipDelta(const char16_t *pos) { in skipDelta() function
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestrie.h427 static inline const uint8_t *skipDelta(const uint8_t *pos) { in skipDelta() function
Ducharstrie.h483 static const char16_t *skipDelta(const char16_t *pos) { in skipDelta() function