Home
last modified time | relevance | path

Searched refs:jumpByDelta (Results 1 - 25 of 25) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dbytestrie.cpp49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta() function in BytesTrie
92 pos=jumpByDelta(pos); in branchNext()
320 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) {
424 getNextBranchBytes(jumpByDelta(pos), length>>1, out);
H A Ducharstrie.cpp73 pos=jumpByDelta(pos); in branchNext()
290 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) { in findUniqueValueFromBranch()
403 getNextBranchUChars(jumpByDelta(pos), length>>1, out); in getNextBranchUChars()
H A Dbytestrieiterator.cpp193 pos=jumpByDelta(pos); in branchNext()
H A Ducharstrieiterator.cpp194 pos=jumpByDelta(pos); in branchNext()
/third_party/node/deps/icu-small/source/common/
H A Dbytestrie.cpp49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta() function in BytesTrie
92 pos=jumpByDelta(pos); in branchNext()
320 if(nullptr==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) {
424 getNextBranchBytes(jumpByDelta(pos), length>>1, out);
H A Ducharstrie.cpp73 pos=jumpByDelta(pos); in branchNext()
290 if(nullptr==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) { in findUniqueValueFromBranch()
403 getNextBranchUChars(jumpByDelta(pos), length>>1, out); in getNextBranchUChars()
H A Dbytestrieiterator.cpp193 pos=jumpByDelta(pos); in branchNext()
H A Ducharstrieiterator.cpp194 pos=jumpByDelta(pos); in branchNext()
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestrie.cpp49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta() function in BytesTrie
92 pos=jumpByDelta(pos); in branchNext()
320 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) {
424 getNextBranchBytes(jumpByDelta(pos), length>>1, out);
H A Ducharstrie.cpp73 pos=jumpByDelta(pos); in branchNext()
290 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) { in findUniqueValueFromBranch()
403 getNextBranchUChars(jumpByDelta(pos), length>>1, out); in getNextBranchUChars()
H A Dbytestrieiterator.cpp193 pos=jumpByDelta(pos); in branchNext()
H A Ducharstrieiterator.cpp194 pos=jumpByDelta(pos); in branchNext()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java719 pos=jumpByDelta(bytes_, pos); in branchNext()
803 public static int jumpByDelta(byte[] bytes, int pos) { in jumpByDelta() method in BytesTrie
850 pos=jumpByDelta(bytes_, pos); in branchNext()
949 uniqueValue=findUniqueValueFromBranch(bytes, jumpByDelta(bytes, pos), length>>1, uniqueValue); in findUniqueValueFromBranch()
1023 getNextBranchBytes(bytes, jumpByDelta(bytes, pos), length>>1, out); in getNextBranchBytes()
H A DCharsTrie.java654 pos=jumpByDelta(chars_, pos); in branchNext()
752 private static int jumpByDelta(CharSequence chars, int pos) { in jumpByDelta() method in CharsTrie
791 pos=jumpByDelta(chars_, pos); in branchNext()
881 uniqueValue=findUniqueValueFromBranch(chars, jumpByDelta(chars, pos), length>>1, uniqueValue); in findUniqueValueFromBranch()
964 getNextBranchChars(chars, jumpByDelta(chars, pos), length>>1, out); in getNextBranchChars()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBytesTrie.java684 pos=jumpByDelta(bytes_, pos); in branchNext()
763 private static int jumpByDelta(byte[] bytes, int pos) { in jumpByDelta() method in BytesTrie
810 pos=jumpByDelta(bytes_, pos); in branchNext()
909 uniqueValue=findUniqueValueFromBranch(bytes, jumpByDelta(bytes, pos), length>>1, uniqueValue); in findUniqueValueFromBranch()
983 getNextBranchBytes(bytes, jumpByDelta(bytes, pos), length>>1, out); in getNextBranchBytes()
H A DCharsTrie.java627 pos=jumpByDelta(chars_, pos); in branchNext()
725 private static int jumpByDelta(CharSequence chars, int pos) { in jumpByDelta() method in CharsTrie
764 pos=jumpByDelta(chars_, pos); in branchNext()
854 uniqueValue=findUniqueValueFromBranch(chars, jumpByDelta(chars, pos), length>>1, uniqueValue); in findUniqueValueFromBranch()
937 getNextBranchChars(chars, jumpByDelta(chars, pos), length>>1, out); in getNextBranchChars()
/third_party/icu/icu4c/source/common/unicode/
H A Dbytestrie.h425 static const uint8_t *jumpByDelta(const uint8_t *pos);
H A Ducharstrie.h470 static inline const char16_t *jumpByDelta(const char16_t *pos) { in jumpByDelta() function in UCharsTrie
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbytestrie.h425 static const uint8_t *jumpByDelta(const uint8_t *pos);
H A Ducharstrie.h470 static inline const char16_t *jumpByDelta(const char16_t *pos) { in jumpByDelta() function in UCharsTrie
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestrie.h425 static const uint8_t *jumpByDelta(const uint8_t *pos);
H A Ducharstrie.h470 static inline const char16_t *jumpByDelta(const char16_t *pos) { in jumpByDelta() function in UCharsTrie
/third_party/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp637 const uint8_t *pos = BytesTrie::jumpByDelta(start); in TestDelta()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DBytesTrieTest.java566 int pos = BytesTrie.jumpByDelta(intBytes0, 0); in TestDelta()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 21 milliseconds