Home
last modified time | relevance | path

Searched refs:jumpByDelta (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/common/
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)) { in findUniqueValueFromBranch()
424 getNextBranchBytes(jumpByDelta(pos), length>>1, out); in getNextBranchBytes()
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()
Ducharstrieiterator.cpp194 pos=jumpByDelta(pos); in branchNext()
Dbytestrieiterator.cpp193 pos=jumpByDelta(pos); in branchNext()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
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()
DBytesTrie.java719 pos=jumpByDelta(bytes_, pos); in branchNext()
798 private static int jumpByDelta(byte[] bytes, int pos) { in jumpByDelta() method
845 pos=jumpByDelta(bytes_, pos); in branchNext()
944 … uniqueValue=findUniqueValueFromBranch(bytes, jumpByDelta(bytes, pos), length>>1, uniqueValue);
1018 getNextBranchBytes(bytes, jumpByDelta(bytes, pos), length>>1, out); in getNextBranchBytes()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java684 pos=jumpByDelta(bytes_, pos); in branchNext()
763 private static int jumpByDelta(byte[] bytes, int pos) { in jumpByDelta() method
810 pos=jumpByDelta(bytes_, pos); in branchNext()
909 … uniqueValue=findUniqueValueFromBranch(bytes, jumpByDelta(bytes, pos), length>>1, uniqueValue);
983 getNextBranchBytes(bytes, jumpByDelta(bytes, pos), length>>1, out); in getNextBranchBytes()
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()
/external/icu/libicu/cts_headers/unicode/
Dbytestrie.h422 static const uint8_t *jumpByDelta(const uint8_t *pos);
Ducharstrie.h470 static inline const char16_t *jumpByDelta(const char16_t *pos) { in jumpByDelta() function
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h422 static const uint8_t *jumpByDelta(const uint8_t *pos);
Ducharstrie.h470 static inline const char16_t *jumpByDelta(const char16_t *pos) { in jumpByDelta() function
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...