Searched refs:resPos (Results 1 – 5 of 5) sorted by relevance
130 static BoolInt FindSignature(CSzFile *stream, UInt64 *resPos) in FindSignature() argument134 *resPos = 0; in FindSignature()138 if (*resPos > kSignatureSearchLimit) in FindSignature()156 *resPos += pos; in FindSignature()160 *resPos += processed; in FindSignature()
257 auto *resPos = cast<ResultPosition>(pos); in getValueAt() local260 resPos->getResultNumber()); in getValueAt()
4199 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData4205 this.resPos = dateStr.length(); in TestParsePosition()4212 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()4232 if (pos.getIndex() != data.resPos) { in TestParsePosition()4234 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
4196 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData4202 this.resPos = dateStr.length(); in TestParsePosition()4209 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()4229 if (pos.getIndex() != data.resPos) { in TestParsePosition()4231 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
4083 int32_t startPos, resPos; in TestParsePosition() local4091 resPos = input.length(); in TestParsePosition()4100 if (pos.getIndex() != resPos) { in TestParsePosition()4102 + pos.getIndex() + ", expected - " + resPos); in TestParsePosition()