Searched defs:jumpByDelta (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/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);
/external/icu4c/common/unicode/
H A Ducharstrie.h444 static inline const UChar *jumpByDelta(const UChar *pos) { function in class:UCharsTrie

Completed in 96 milliseconds