Home
last modified time | relevance | path

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

/external/lzma/C/Util/SfxSetup/
DSfxSetup.c130 static BoolInt FindSignature(CSzFile *stream, UInt64 *resPos) in FindSignature() argument
134 *resPos = 0; in FindSignature()
138 if (*resPos > kSignatureSearchLimit) in FindSignature()
156 *resPos += pos; in FindSignature()
160 *resPos += processed; in FindSignature()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java4108 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData
4114 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java4111 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData
4117 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()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp4017 int32_t startPos, resPos; in TestParsePosition() local
4025 resPos = input.length(); in TestParsePosition()
4034 if (pos.getIndex() != resPos) { in TestParsePosition()
4036 + pos.getIndex() + ", expected - " + resPos); in TestParsePosition()