Searched defs:jumpByDelta (Results 1 – 4 of 4) sorted by relevance
47 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta() function in BytesTrie
432 static inline const UChar *jumpByDelta(const UChar *pos) { in jumpByDelta() function
697 private static int jumpByDelta(CharSequence chars, int pos) { in jumpByDelta() method in CharsTrie
743 private static int jumpByDelta(byte[] bytes, int pos) { in jumpByDelta() method