Searched refs:resPos (Results 1 – 3 of 3) sorted by relevance
124 static Bool FindSignature(CSzFile *stream, UInt64 *resPos) in FindSignature() argument128 *resPos = 0; in FindSignature()132 if (*resPos > kSignatureSearchLimit) in FindSignature()155 *resPos += pos; in FindSignature()159 *resPos += numTests; in FindSignature()
4013 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData4019 this.resPos = dateStr.length(); in TestParsePosition()4026 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()4046 if (pos.getIndex() != data.resPos) { in TestParsePosition()4048 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
3970 int32_t startPos, resPos; in TestParsePosition() local3978 resPos = input.length(); in TestParsePosition()3987 if (pos.getIndex() != resPos) { in TestParsePosition()3989 + pos.getIndex() + ", expected - " + resPos); in TestParsePosition()