Home
last modified time | relevance | path

Searched refs:oldStart (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPatternTokenizer.java235 int oldStart = start; in normalize() local
242 start = oldStart; in normalize()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPatternTokenizer.java233 int oldStart = start; in normalize() local
240 start = oldStart; in normalize()
/external/eigen/Eigen/src/SparseCore/
DSparseMatrix.h454 Index oldStart = m_outerIndex[1];
459 Index offset = oldStart - m_outerIndex[j];
464 m_data.index(m_outerIndex[j]+k) = m_data.index(oldStart+k);
465 m_data.value(m_outerIndex[j]+k) = m_data.value(oldStart+k);
469 oldStart = nextOldStart;
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp1217 int32_t oldStart = position; in subparse() local
1648 parsePosition.setIndex(oldStart); in subparse()
1669 parsePosition.setIndex(oldStart); in subparse()
1686 parsePosition.setIndex(oldStart); in subparse()
1687 parsePosition.setErrorIndex(oldStart); in subparse()
1732 … os=%d, err=%s\n", position, parsedNum.data(), parsePosition.getIndex(),oldStart,u_errorName(err)); in subparse()
1735 if(parsePosition.getIndex() == oldStart) in subparse()
1774 parsePosition.setIndex(oldStart); in subparse()
/external/lz4/programs/
Dfuzzer.c981 size_t oldStart = 0; in FUZ_unitTests() local
998 …if (testStart == oldStart + oldSize) // Corner case not covered by this test (LZ4_decompress_saf… in FUZ_unitTests()
1007 …e_usingDict(testCompressed, testVerify, result, (int)testSize, testInput + oldStart, (int)oldSize); in FUZ_unitTests()
1020 oldStart = testStart; in FUZ_unitTests()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js337 calcEditDistances: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
338 var rowCount = oldEnd - oldStart + 1;
348 …if (this.equals(current[currentStart + j - 1], old[oldStart + i - 1])) distances[i][j] = distances…
400 calcSplices: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
403 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
404 … if (currentStart == 0 && oldStart == 0) prefixCount = this.sharedPrefix(current, old, minLength);
407 oldStart += prefixCount;
410 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0) return [];
413 while (oldStart < oldEnd) splice.removed.push(old[oldStart++]);
415 … } else if (oldStart == oldEnd) return [ newSplice(currentStart, [], currentEnd - currentStart) ];
[all …]
Dwebcomponents.js378 calcEditDistances: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
379 var rowCount = oldEnd - oldStart + 1;
389 …if (this.equals(current[currentStart + j - 1], old[oldStart + i - 1])) distances[i][j] = distances…
441 calcSplices: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
444 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
445 … if (currentStart == 0 && oldStart == 0) prefixCount = this.sharedPrefix(current, old, minLength);
448 oldStart += prefixCount;
451 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0) return [];
454 while (oldStart < oldEnd) splice.removed.push(old[oldStart++]);
456 … } else if (oldStart == oldEnd) return [ newSplice(currentStart, [], currentEnd - currentStart) ];
[all …]
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
DShadowDOM.js337 calcEditDistances: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
338 var rowCount = oldEnd - oldStart + 1;
348 …if (this.equals(current[currentStart + j - 1], old[oldStart + i - 1])) distances[i][j] = distances…
400 calcSplices: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
403 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
404 … if (currentStart == 0 && oldStart == 0) prefixCount = this.sharedPrefix(current, old, minLength);
407 oldStart += prefixCount;
410 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0) return [];
413 while (oldStart < oldEnd) splice.removed.push(old[oldStart++]);
415 … } else if (oldStart == oldEnd) return [ newSplice(currentStart, [], currentEnd - currentStart) ];
[all …]
Dwebcomponents.js378 calcEditDistances: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
379 var rowCount = oldEnd - oldStart + 1;
389 …if (this.equals(current[currentStart + j - 1], old[oldStart + i - 1])) distances[i][j] = distances…
441 calcSplices: function(current, currentStart, currentEnd, old, oldStart, oldEnd) { argument
444 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
445 … if (currentStart == 0 && oldStart == 0) prefixCount = this.sharedPrefix(current, old, minLength);
448 oldStart += prefixCount;
451 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0) return [];
454 while (oldStart < oldEnd) splice.removed.push(old[oldStart++]);
456 … } else if (oldStart == oldEnd) return [ newSplice(currentStart, [], currentEnd - currentStart) ];
[all …]
/external/icu/icu4c/source/common/
Dunistr.cpp1136 int32_t oldStart, in findAndReplace() argument
1147 oldText.pinIndices(oldStart, oldLength); in findAndReplace()
1155 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length); in findAndReplace()
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js5478 old, oldStart, oldEnd) { argument
5480 var rowCount = oldEnd - oldStart + 1;
5496 if (this.equals(current[currentStart + j - 1], old[oldStart + i - 1]))
5587 old, oldStart, oldEnd) { argument
5591 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
5592 if (currentStart == 0 && oldStart == 0)
5599 oldStart += prefixCount;
5603 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0)
5608 while (oldStart < oldEnd)
5609 splice.removed.push(old[oldStart++]);
[all …]
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dpolymer.js5478 old, oldStart, oldEnd) { argument
5480 var rowCount = oldEnd - oldStart + 1;
5496 if (this.equals(current[currentStart + j - 1], old[oldStart + i - 1]))
5587 old, oldStart, oldEnd) { argument
5591 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
5592 if (currentStart == 0 && oldStart == 0)
5599 oldStart += prefixCount;
5603 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0)
5608 while (oldStart < oldEnd)
5609 splice.removed.push(old[oldStart++]);
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java2414 int oldStart = parsePosition.getIndex(); in subparse() local
2705 parsePosition.setIndex(oldStart); in subparse()
2729 parsePosition.setIndex(oldStart); in subparse()
2748 parsePosition.setIndex(oldStart); in subparse()
2749 parsePosition.setErrorIndex(oldStart); in subparse()
2791 if (parsePosition.getIndex() == oldStart) { in subparse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java2428 int oldStart = parsePosition.getIndex(); in subparse() local
2719 parsePosition.setIndex(oldStart); in subparse()
2743 parsePosition.setIndex(oldStart); in subparse()
2762 parsePosition.setIndex(oldStart); in subparse()
2763 parsePosition.setErrorIndex(oldStart); in subparse()
2805 if (parsePosition.getIndex() == oldStart) { in subparse()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.jobs_3.7.0.v20150330-2103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/icu/icu4c/source/common/unicode/
Dunistr.h2559 int32_t oldStart,
/external/robolectric/v1/lib/main/
Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12