Home
last modified time | relevance | path

Searched refs:resPos (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/Util/SfxSetup/
DSfxSetup.c124 static Bool FindSignature(CSzFile *stream, UInt64 *resPos) in FindSignature() argument
128 *resPos = 0; in FindSignature()
132 if (*resPos > kSignatureSearchLimit) in FindSignature()
155 *resPos += pos; in FindSignature()
159 *resPos += numTests; in FindSignature()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java4013 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData
4019 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()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp3970 int32_t startPos, resPos; in TestParsePosition() local
3978 resPos = input.length(); in TestParsePosition()
3987 if (pos.getIndex() != resPos) { in TestParsePosition()
3989 + pos.getIndex() + ", expected - " + resPos); in TestParsePosition()