Lines Matching defs:pos
30 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
47 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta()
68 const uint8_t *pos=pos_; in current() local
79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext()
149 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl()
182 const uint8_t *pos=pos_; in next() local
212 const uint8_t *pos=pos_; in next() local
314 BytesTrie::findUniqueValueFromBranch(const uint8_t *pos, int32_t length, in findUniqueValueFromBranch()
351 BytesTrie::findUniqueValue(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
387 const uint8_t *pos=pos_; in getNextBytes() local
419 BytesTrie::getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out) { in getNextBranchBytes()