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

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

Completed in 509 milliseconds