Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dbytestrie.cpp47 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta() function in BytesTrie
90 pos=jumpByDelta(pos); in branchNext()
318 … if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) { in findUniqueValueFromBranch()
422 getNextBranchBytes(jumpByDelta(pos), length>>1, out); in getNextBranchBytes()
Ducharstrie.cpp71 pos=jumpByDelta(pos); in branchNext()
287 … if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) { in findUniqueValueFromBranch()
400 getNextBranchUChars(jumpByDelta(pos), length>>1, out); in getNextBranchUChars()
Ducharstrieiterator.cpp192 pos=jumpByDelta(pos); in branchNext()
Dbytestrieiterator.cpp188 pos=jumpByDelta(pos); in branchNext()
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h385 static const uint8_t *jumpByDelta(const uint8_t *pos);
Ducharstrie.h432 static inline const UChar *jumpByDelta(const UChar *pos) { in jumpByDelta() function