Home
last modified time | relevance | path

Searched refs:resPos (Results 1 – 5 of 5) 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/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPDLToPDLInterp.cpp257 auto *resPos = cast<ResultPosition>(pos); in getValueAt() local
260 resPos->getResultNumber()); in getValueAt()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java4199 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData
4205 this.resPos = dateStr.length(); in TestParsePosition()
4212 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()
4232 if (pos.getIndex() != data.resPos) { in TestParsePosition()
4234 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java4196 int resPos; // expected result parse position in TestParsePosition() field in DateFormatTest.ParseTestData
4202 this.resPos = dateStr.length(); in TestParsePosition()
4209 this.resPos = lead.length() + dateStr.length(); in TestParsePosition()
4229 if (pos.getIndex() != data.resPos) { in TestParsePosition()
4231 + pos.getIndex() + ", expected - " + data.resPos); in TestParsePosition()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp4083 int32_t startPos, resPos; in TestParsePosition() local
4091 resPos = input.length(); in TestParsePosition()
4100 if (pos.getIndex() != resPos) { in TestParsePosition()
4102 + pos.getIndex() + ", expected - " + resPos); in TestParsePosition()