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()
4046 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData4052 this.resPos = dateStr.length(); in TestParsePosition()4059 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()4079 if (pos.getIndex() != data.resPos) { in TestParsePosition()4081 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
4042 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData4048 this.resPos = dateStr.length(); in TestParsePosition()4055 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()4075 if (pos.getIndex() != data.resPos) { in TestParsePosition()4077 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
3999 int32_t startPos, resPos; in TestParsePosition() local4007 resPos = input.length(); in TestParsePosition()4016 if (pos.getIndex() != resPos) { in TestParsePosition()4018 + pos.getIndex() + ", expected - " + resPos); in TestParsePosition()