/third_party/node/deps/npm/node_modules/diff/lib/diff/ |
D | base.js | 57 newPos: -1, property 63 if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { 82 _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; 89 var canAdd = addPath && addPath.newPos + 1 < newLen, 101 if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { 107 basePath.newPos++; 113 if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { 180 newPos = basePath.newPos, variable in Diff 181 oldPos = newPos - diagonalPath, 184 …while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[… [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 106 FieldPosition newPos = new FieldPosition(new FieldWithValue(spanField, firstIndex)); in addOverlapSpans() local 107 newPos.setBeginIndex(s1a); in addOverlapSpans() 108 newPos.setEndIndex(s1b); in addOverlapSpans() 109 attributes.add(newPos); in addOverlapSpans() 110 newPos = new FieldPosition(new FieldWithValue(spanField, 1 - firstIndex)); in addOverlapSpans() 111 newPos.setBeginIndex(s2a); in addOverlapSpans() 112 newPos.setEndIndex(s2b); in addOverlapSpans() 113 attributes.add(newPos); in addOverlapSpans()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 104 FieldPosition newPos = new FieldPosition(new FieldWithValue(spanField, firstIndex)); in addOverlapSpans() local 105 newPos.setBeginIndex(s1a); in addOverlapSpans() 106 newPos.setEndIndex(s1b); in addOverlapSpans() 107 attributes.add(newPos); in addOverlapSpans() 108 newPos = new FieldPosition(new FieldWithValue(spanField, 1 - firstIndex)); in addOverlapSpans() 109 newPos.setBeginIndex(s2a); in addOverlapSpans() 110 newPos.setEndIndex(s2b); in addOverlapSpans() 111 attributes.add(newPos); in addOverlapSpans()
|
/third_party/lzma/CPP/7zip/Common/ |
D | LimitedStreams.cpp | 45 UInt64 newPos = _startOffset + _virtPos; in Read() local 46 if (newPos != _physPos) in Read() 48 _physPos = newPos; in Read() 109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; in Read() local 110 if (newPos != _physPos) in Read() 112 _physPos = newPos; in Read() 317 UInt64 newPos = _startOffset + _virtPos; in Read() local 318 UInt64 offsetInCache = newPos - _cachePhyPos; in Read() 320 if (newPos >= _cachePhyPos && in Read() 329 if (newPos != _physPos) in Read() [all …]
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
D | index.es6.js | 41 newPos: -1, property 47 if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { 62 _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; 69 var canAdd = addPath && addPath.newPos + 1 < newLen, 81 if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { 87 basePath.newPos++; 93 if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { 152 newPos = basePath.newPos, variable in Diff 153 oldPos = newPos - diagonalPath, 156 …while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[… [all …]
|
D | index.mjs | 41 newPos: -1, property 47 if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { 62 _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; 69 var canAdd = addPath && addPath.newPos + 1 < newLen, 81 if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { 87 basePath.newPos++; 93 if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { 152 newPos = basePath.newPos, variable in Diff 153 oldPos = newPos - diagonalPath, 156 …while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[… [all …]
|
/third_party/node/deps/npm/node_modules/diff/dist/ |
D | diff.js | 84 newPos: -1, property 90 if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { 105 _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; 112 var canAdd = addPath && addPath.newPos + 1 < newLen, 124 if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { 130 basePath.newPos++; 136 if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { 195 newPos = basePath.newPos, 196 oldPos = newPos - diagonalPath, 199 …while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[… [all …]
|
D | diff.min.js | 38 …newPos:-1,components:[]}],i=this.extractCommon(v[0],a,u,0);if(v[0].newPos+1>=c&&h<=i+1)return d([{… property
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-file.c | 108 LARGE_INTEGER newPos; in _lws_plat_file_seek_cur() local 109 if (!SetFilePointerEx((HANDLE)fop_fd->filesystem_priv, zero, &newPos, FILE_CURRENT)) in _lws_plat_file_seek_cur() 114 fop_fd->pos = newPos.QuadPart; in _lws_plat_file_seek_cur() 116 return newPos.QuadPart; in _lws_plat_file_seek_cur()
|
/third_party/node/lib/internal/repl/ |
D | utils.js | 194 const newPos = repl._getDisplayPos(totalLine); 197 if (newPos.rows === 0 || (pos && pos.displayPos.rows === newPos.rows)) { 280 const newPos = repl._getDisplayPos(totalLine); 281 const rows = newPos.rows - cursorPos.rows - (newPos.cols === 0 ? 1 : 0);
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
D | iowin32.c | 246 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMov… in MySetFilePointerEx() argument 249 return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod); in MySetFilePointerEx() 257 if ((newPos != NULL) && (fOk)) in MySetFilePointerEx() 259 newPos->LowPart = dwNewPos; in MySetFilePointerEx() 260 newPos->HighPart = lHigh; in MySetFilePointerEx()
|
/third_party/zlib/contrib/minizip/ |
D | iowin32.c | 246 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMov… in MySetFilePointerEx() argument 249 return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod); in MySetFilePointerEx() 257 if ((newPos != NULL) && (fOk)) in MySetFilePointerEx() 259 newPos->LowPart = dwNewPos; in MySetFilePointerEx() 260 newPos->HighPart = lHigh; in MySetFilePointerEx()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | iowin32.c | 246 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMov… in MySetFilePointerEx() argument 249 return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod); in MySetFilePointerEx() 257 if ((newPos != NULL) && (fOk)) in MySetFilePointerEx() 259 newPos->LowPart = dwNewPos; in MySetFilePointerEx() 260 newPos->HighPart = lHigh; in MySetFilePointerEx()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGAttributeParser.cpp | 48 bool SkSVGAttributeParser::matchStringToken(const char* token, const char** newPos) const { in matchStringToken() 60 if (newPos) { in matchStringToken() 61 *newPos = c; in matchStringToken() 86 const char* newPos; in parseExpectedStringToken() local 87 if (!matchStringToken(expected, &newPos)) { in parseExpectedStringToken() 91 fCurPos = newPos; in parseExpectedStringToken()
|
/third_party/node/lib/internal/readline/ |
D | interface.js | 645 const newPos = this.getCursorPos(); 647 if (oldPos.rows < newPos.rows) { 1051 const newPos = this.getCursorPos(); 1054 if (oldPos.rows === newPos.rows) { 1055 const diffWidth = newPos.cols - oldPos.cols;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | TimeUnitFormat.java | 255 int newPos = -1; in parseObject() local 298 newPos = pos.getIndex(); in parseObject() 328 pos.setIndex(newPos); in parseObject()
|
D | SimpleDateFormat.java | 2868 int newPos = originalPos; in matchLiteral() local 2869 while (newPos < tlen) { in matchLiteral() 2870 char ich = text.charAt(newPos); in matchLiteral() 2874 ++newPos; in matchLiteral() 2876 complete[0] = newPos > originalPos; in matchLiteral() 2877 pos = newPos; in matchLiteral()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeUnitFormat.java | 253 int newPos = -1; in parseObject() local 296 newPos = pos.getIndex(); in parseObject() 326 pos.setIndex(newPos); in parseObject()
|
D | SimpleDateFormat.java | 2889 int newPos = originalPos; in matchLiteral() local 2890 while (newPos < tlen) { in matchLiteral() 2891 char ich = text.charAt(newPos); in matchLiteral() 2895 ++newPos; in matchLiteral() 2897 complete[0] = newPos > originalPos; in matchLiteral() 2898 pos = newPos; in matchLiteral()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ParsingPrimitives.cs | 501 int newPos = 0; in ReadRawBytesSlow() 504 Buffer.BlockCopy(chunk, 0, bytes, newPos, chunk.Length); in ReadRawBytesSlow() 505 newPos += chunk.Length; in ReadRawBytesSlow()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGAttributeParser.h | 84 bool matchStringToken(const char* token, const char** newPos = nullptr) const;
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tmutfmt.cpp | 181 int32_t newPos = -1; in parseObject() local 246 newPos = pos.getIndex(); in parseObject() 280 pos.setIndex(newPos); in parseObject()
|
/third_party/icu/icu4c/source/i18n/ |
D | tmutfmt.cpp | 181 int32_t newPos = -1; in parseObject() local 246 newPos = pos.getIndex(); in parseObject() 280 pos.setIndex(newPos); in parseObject()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tmutfmt.cpp | 181 int32_t newPos = -1; in parseObject() local 246 newPos = pos.getIndex(); in parseObject() 280 pos.setIndex(newPos); in parseObject()
|
/third_party/typescript/src/services/ |
D | services.ts | 2316 …const newPos = text.substring(pos, textRange.end).search(`(${openMultilineRegex})|(${closeMultilin… constant 2320 …: isCommenting || !isTextWhiteSpaceLike(text, pos, newPos === -1 ? textRange.end : pos + newPos); … 2321 pos = newPos === -1 ? textRange.end + 1 : pos + newPos + closeMultiline.length;
|