Home
last modified time | relevance | path

Searched refs:oldStart (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dmerge.js104 oldStart: Infinity
107 oldStart: Infinity
123 oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart),
125 newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset),
129 mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines);
198 return test.oldStart < check.oldStart
[all...]
H A Dapply.js107 toPos = offset + hunk.oldStart - 1;
135 minLine = hunk.offset + hunk.oldStart + hunk.oldLines;
143 _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1;
H A Dreverse.js33 oldStart: hunk.newStart,
35 newStart: hunk.oldStart,
H A Dcreate.js182 oldStart: oldRangeStart,
255 hunk.oldStart -= 1;
262 ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@');
H A Dparse.js91 oldStart: +chunkHeader[1],
102 hunk.oldStart += 1;
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js730 oldStart: +chunkHeader[1],
741 hunk.oldStart += 1;
912 toPos = offset + hunk.oldStart - 1;
928 minLine = hunk.offset + hunk.oldStart + hunk.oldLines;
936 _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1;
1102 oldStart: oldRangeStart,
1171 hunk.oldStart -= 1;
1178 ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@');
1270 oldStart: Infinity
1273 oldStart
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPatternTokenizer.java235 int oldStart = start; in normalize()
242 start = oldStart; in normalize()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPatternTokenizer.java237 int oldStart = start; in normalize()
244 start = oldStart; in normalize()
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp127 uint32_t oldStart = oldRange.baseMipLevel; in pipelineBarrier() local
129 if (std::max(newStart, oldStart) <= std::min(newEnd, oldEnd)) { in pipelineBarrier()
/third_party/icu/icu4c/source/common/
H A Dunistr.cpp1165 int32_t oldStart, in findAndReplace()
1176 oldText.pinIndices(oldStart, oldLength); in findAndReplace()
1184 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length); in findAndReplace()
1162 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) findAndReplace() argument
/third_party/node/deps/icu-small/source/common/
H A Dunistr.cpp1207 int32_t oldStart, in findAndReplace()
1218 oldText.pinIndices(oldStart, oldLength); in findAndReplace()
1226 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length); in findAndReplace()
1204 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) findAndReplace() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr.cpp1164 int32_t oldStart, in findAndReplace()
1175 oldText.pinIndices(oldStart, oldLength); in findAndReplace()
1183 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length); in findAndReplace()
1161 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) findAndReplace() argument
/third_party/icu/icu4c/source/common/unicode/
H A Dunistr.h2514 * [`oldStart`, `oldStart + oldLength`) with the characters
2521 * @param oldStart the start of the search range in `oldText`
2532 int32_t oldStart,
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunistr.h2514 * [`oldStart`, `oldStart + oldLength`) with the characters
2521 * @param oldStart the start of the search range in `oldText`
2532 int32_t oldStart,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h2514 * [`oldStart`, `oldStart + oldLength`) with the characters
2521 * @param oldStart the start of the search range in `oldText`
2532 int32_t oldStart,
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 33 milliseconds