Searched refs:skipDelta (Results 1 – 6 of 6) sorted by relevance
74 pos=skipDelta(pos); in branchNext()291 pos=skipDelta(pos); in findUniqueValueFromBranch()402 pos=skipDelta(pos); in getNextBranchUChars()
93 pos=skipDelta(pos); in branchNext()322 pos=skipDelta(pos); in findUniqueValueFromBranch()424 pos=skipDelta(pos); in getNextBranchBytes()
188 stack_->addElement((int32_t)(skipDelta(pos)-uchars_), errorCode); in branchNext()
184 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode); in branchNext()
387 static inline const uint8_t *skipDelta(const uint8_t *pos) { in skipDelta() function
445 static const UChar *skipDelta(const UChar *pos) { in skipDelta() function