Home
last modified time | relevance | path

Searched defs:newPos (Results 1 – 25 of 28) sorted by relevance

12

/external/threetenbp/src/test/java/org/threeten/bp/format/
DTestTextParser.java79 int newPos = pp.parse(parseContext, "XxxMondayXxx", 3); in test_parse_midStr() local
86 int newPos = pp.parse(parseContext, "Wednesday", 0); in test_parse_remainderIgnored() local
94 int newPos = pp.parse(parseContext, "Munday", 0); in test_parse_noMatch1() local
102 int newPos = pp.parse(parseContext, "Monday", 3); in test_parse_noMatch2() local
110 int newPos = pp.parse(parseContext, "Monday", 6); in test_parse_noMatch_atEnd() local
162 int newPos = pp.parse(parseContext, input, 0); in test_parseText() local
170 int newPos = pp.parse(parseContext, input, 0); in test_parseNumber() local
180 int newPos = pp.parse(parseContext, input.toUpperCase(), 0); in test_parse_strict_caseSensitive_parseUpper() local
190 int newPos = pp.parse(parseContext, input.toUpperCase(), 0); in test_parse_strict_caseInsensitive_parseUpper() local
200 int newPos = pp.parse(parseContext, input.toLowerCase(), 0); in test_parse_strict_caseSensitive_parseLower() local
[all …]
DTestFractionPrinterParser.java221 int newPos = pp.parse(parseContext, result, 0); in test_reverseParse() local
230 int newPos = pp.parse(parseContext, result, (result.startsWith(".") ? 1 : 0)); in test_reverseParse_noDecimalPoint() local
239 int newPos = pp.parse(parseContext, result + " ", 0); in test_reverseParse_followedByNonDigit() local
257 int newPos = pp.parse(parseContext, " " + result, 1); in test_reverseParse_preceededByNonDigit() local
274 int newPos = pp.parse(parseContext, result, 0); in test_reverseParse_seconds() local
303 int newPos = pp.parse(parseContext, text, pos); in test_parse_nothing() local
DTestReducedParser.java74 int newPos = pp.parse(parseContext, "456", 0); in test_parse_fieldRangeIgnored() local
134 int newPos = pp.parse(parseContext, input, pos); in test_parse() local
194 int newPos = pp.parse(parseContext, input, pos); in test_parseLenient() local
DTestNumberParser.java138 int newPos = pp.parse(parseContext, text, pos); in test_parse_fresh() local
154 int newPos = pp.parse(parseContext, text, pos); in test_parse_textField() local
265 int newPos = pp.parse(parseContext, input, 0); in test_parseSignsStrict() local
369 int newPos = pp.parse(parseContext, input, 0); in test_parseSignsLenient() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestReferenceStringSearch.java100 int[] newPos = new int[count * 2]; in checkAgainstStringSearch() local
128 String key, String bigText, int[] newPos, Timer newTimer, Timer icuTimer) { in checkNew()
161 String key, String bigText, int[] newPos, Timer newTimer, Timer icuTimer) { in checkDirect()
516 private static int findDifference(int[] icuPos, int[] newPos, int oldCount, int newCount) { in findDifference()
/external/pdfium/core/fxcrt/
Dcfx_fileaccess_windows.cpp63 LARGE_INTEGER newPos = {}; in GetPosition() local
76 LARGE_INTEGER newPos = {}; in SetPosition() local
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/
DUtilitiesTest.kt35 val newPos = findSamePosition(old, oldCaretIndex, new) in testFindSamePosition() constant
/external/lzma/CPP/7zip/Common/
DLimitedStreams.cpp45 UInt64 newPos = _startOffset + _virtPos; in Z7_COM7F_IMF() local
109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; in Z7_COM7F_IMF() local
317 UInt64 newPos = _startOffset + _virtPos; in Z7_COM7F_IMF() local
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DSuperTypesLastSorter.java38 int newPos = i; in sortSuperTypesLast() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DRandomAccessFileInputStream.java225 final long newPos = targetPos > fileLength ? fileLength - 1 : targetPos; in skip() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java106 FieldPosition newPos = new FieldPosition(new FieldWithValue(spanField, firstIndex)); in addOverlapSpans() local
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java104 FieldPosition newPos = new FieldPosition(new FieldWithValue(spanField, firstIndex)); in addOverlapSpans() local
/external/libwebsockets/lib/plat/windows/
Dwindows-file.c108 LARGE_INTEGER newPos; in _lws_plat_file_seek_cur() local
/external/javassist/src/main/javassist/expr/
DNewExpr.java45 int newPos; field in NewExpr
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DTimeUnitFormat.java253 int newPos = -1; in parseObject() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeUnitFormat.java255 int newPos = -1; in parseObject() local
/external/tflite-support/third_party/zlib/contrib/minizip/
Diowin32.c246 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMov… in MySetFilePointerEx()
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Diowin32.c241 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMov… in MySetFilePointerEx()
/external/zlib/contrib/minizip/
Diowin32.c229 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMove… in MySetFilePointerEx()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DConscryptEngineTest.java526 int newPos = decryptedBuffer.position(); in unwrap() local
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptEngineTest.java517 int newPos = decryptedBuffer.position(); in unwrap() local
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_sub_buffers.cpp356 … size_t newPos = subBuffers[ sbThatFailed ].mOrigin + subBuffers[ sbThatFailed ].mSize - 1; in test_sub_buffers_read_write_core() local
/external/cronet/third_party/icu/source/i18n/
Dtmutfmt.cpp181 int32_t newPos = -1; in parseObject() local
/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp184 int32_t newPos = -1; in parseObject() local
/external/lzma/CPP/7zip/Archive/Rar/
DRarHandler.cpp753 UInt64 newPos = m_Position + m_BlockHeader.HeadSize; in GetNextItem() local

12