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

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

Completed in 62 milliseconds