HomeSort by relevance Sort by last modified time
    Searched defs:jumpByDelta (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
bytestrie.cpp 47 BytesTrie::jumpByDelta(const uint8_t *pos) {
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/
ucharstrie.h 432 static inline const UChar *jumpByDelta(const UChar *pos) {

Completed in 138 milliseconds