HomeSort by relevance Sort by last modified time
    Searched refs:jumpByDelta (Results 1 - 6 of 6) 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);
ucharstrie.cpp 52 pos=jumpByDelta(pos);
268 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) {
381 getNextBranchUChars(jumpByDelta(pos), length>>1, out);
bytestrieiterator.cpp 188 pos=jumpByDelta(pos);
ucharstrieiterator.cpp 192 pos=jumpByDelta(pos);
  /external/icu4c/common/unicode/
bytestrie.h 385 static const uint8_t *jumpByDelta(const uint8_t *pos);
ucharstrie.h 444 static inline const UChar *jumpByDelta(const UChar *pos) {

Completed in 60 milliseconds