Home
last modified time | relevance | path

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

/external/lzma/C/Util/SfxSetup/
DSfxSetup.c127 static Bool FindSignature(CSzFile *stream, UInt64 *resPos) in FindSignature() argument
131 *resPos = 0; in FindSignature()
135 if (*resPos > kSignatureSearchLimit) in FindSignature()
153 *resPos += pos; in FindSignature()
157 *resPos += processed; in FindSignature()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java4046 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData
4052 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java4042 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData
4048 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()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp3999 int32_t startPos, resPos; in TestParsePosition() local
4007 resPos = input.length(); in TestParsePosition()
4016 if (pos.getIndex() != resPos) { in TestParsePosition()
4018 + pos.getIndex() + ", expected - " + resPos); in TestParsePosition()