Searched refs:resPos (Results 1 – 4 of 4) sorted by relevance
127 static Bool FindSignature(CSzFile *stream, UInt64 *resPos) in FindSignature() argument131 *resPos = 0; in FindSignature()135 if (*resPos > kSignatureSearchLimit) in FindSignature()153 *resPos += pos; in FindSignature()157 *resPos += processed; in FindSignature()
4104 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData4110 this.resPos = dateStr.length(); in TestParsePosition()4117 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()4137 if (pos.getIndex() != data.resPos) { in TestParsePosition()4139 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
4103 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData4109 this.resPos = dateStr.length(); in TestParsePosition()4116 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()4136 if (pos.getIndex() != data.resPos) { in TestParsePosition()4138 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
4012 int32_t startPos, resPos; in TestParsePosition() local4020 resPos = input.length(); in TestParsePosition()4029 if (pos.getIndex() != resPos) { in TestParsePosition()4031 + pos.getIndex() + ", expected - " + resPos); in TestParsePosition()