Searched refs:resPos (Results 1 – 4 of 4) 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()
4108 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData4114 this.resPos = dateStr.length(); in TestParsePosition()4121 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()4141 if (pos.getIndex() != data.resPos) { in TestParsePosition()4143 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
4111 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData4117 this.resPos = dateStr.length(); in TestParsePosition()4124 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()4144 if (pos.getIndex() != data.resPos) { in TestParsePosition()4146 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
4017 int32_t startPos, resPos; in TestParsePosition() local4025 resPos = input.length(); in TestParsePosition()4034 if (pos.getIndex() != resPos) { in TestParsePosition()4036 + pos.getIndex() + ", expected - " + resPos); in TestParsePosition()