/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Edits.java | 591 int spanStart, spanLength; in findIndex() 593 spanStart = srcIndex; in findIndex() 596 spanStart = destIndex; in findIndex() 599 if (i < spanStart) { in findIndex() 600 if (i >= (spanStart / 2)) { in findIndex() 605 spanStart = findSource ? srcIndex : destIndex; in findIndex() 606 if (i >= spanStart) { in findIndex() 612 // spanStart is the start of the current span, first of the remaining ones. in findIndex() 618 if (i >= (spanStart - len)) { in findIndex() 619 int n = ((spanStart in findIndex() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Edits.java | 579 int spanStart, spanLength; in findIndex() 581 spanStart = srcIndex; in findIndex() 584 spanStart = destIndex; in findIndex() 587 if (i < spanStart) { in findIndex() 588 if (i >= (spanStart / 2)) { in findIndex() 593 spanStart = findSource ? srcIndex : destIndex; in findIndex() 594 if (i >= spanStart) { in findIndex() 600 // spanStart is the start of the current span, first of the remaining ones. in findIndex() 606 if (i >= (spanStart - len)) { in findIndex() 607 int n = ((spanStart in findIndex() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | edits.cpp | 656 int32_t spanStart, spanLength; 658 spanStart = srcIndex; 661 spanStart = destIndex; 664 if (i < spanStart) { 665 if (i >= (spanStart / 2)) { 671 spanStart = findSource ? srcIndex : destIndex; 672 if (i >= spanStart) { 678 // spanStart is the start of the current span, first of the remaining ones. 684 if (i >= (spanStart - len)) { 685 int32_t n = ((spanStart [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | edits.cpp | 656 int32_t spanStart, spanLength; 658 spanStart = srcIndex; 661 spanStart = destIndex; 664 if (i < spanStart) { 665 if (i >= (spanStart / 2)) { 671 spanStart = findSource ? srcIndex : destIndex; 672 if (i >= spanStart) { 678 // spanStart is the start of the current span, first of the remaining ones. 684 if (i >= (spanStart - len)) { 685 int32_t n = ((spanStart [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | edits.cpp | 656 int32_t spanStart, spanLength; 658 spanStart = srcIndex; 661 spanStart = destIndex; 664 if (i < spanStart) { 665 if (i >= (spanStart / 2)) { 671 spanStart = findSource ? srcIndex : destIndex; 672 if (i >= spanStart) { 678 // spanStart is the start of the current span, first of the remaining ones. 684 if (i >= (spanStart - len)) { 685 int32_t n = ((spanStart [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsSimplify.cpp | 51 SkOpSpan* spanStart = start->starter(end); in bridgeWinding() local 52 if (!spanStart->done()) { in bridgeWinding() 56 current->markDone(spanStart); in bridgeWinding() 128 SkOpSpan* spanStart = start->starter(end); in bridgeXor() local 129 if (!spanStart->done()) { in bridgeXor()
|
H A D | SkOpSegment.cpp | 168 const SkOpSpan* spanStart = start->starter(end); in addCurveTo() local 169 FAIL_IF(spanStart->alreadyAdded()); in addCurveTo() 170 const_cast<SkOpSpan*>(spanStart)->markAdded(); in addCurveTo() 894 SkOpSpan* spanStart = start->starter(end); in markAndChaseWinding() local 896 bool success = markWinding(spanStart, winding); in markAndChaseWinding() 900 while ((other = other->nextChase(&start, &step, &spanStart, &last))) { in markAndChaseWinding() 904 if (spanStart->windSum() != SK_MinS32) { in markAndChaseWinding() 905 // SkASSERT(spanStart->windSum() == winding); // FIXME: is this assert too aggressive? in markAndChaseWinding() 909 (void) other->markWinding(spanStart, winding); in markAndChaseWinding() 919 SkOpSpan* spanStart in markAndChaseWinding() local [all...] |
H A D | SkPathOpsOp.cpp | 165 SkOpSpan* spanStart = start->starter(end); in bridgeOp() local 166 if (!spanStart->done()) { in bridgeOp() 170 current->markDone(spanStart); in bridgeOp()
|
H A D | SkPathOpsTSect.cpp | 986 bool spanStart, oppStart; in intersects() local 987 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects() 992 if (spanStart) { in intersects()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 345 int spanStart = containsSpanBackUTF16(set, s, matchStart, in containsSpanBackUTF16() 347 if (spanStart < minSpanStart) { in containsSpanBackUTF16() 348 minSpanStart = spanStart; in containsSpanBackUTF16()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 342 int spanStart = containsSpanBackUTF16(set, s, matchStart, in containsSpanBackUTF16() 344 if (spanStart < minSpanStart) { in containsSpanBackUTF16() 345 minSpanStart = spanStart; in containsSpanBackUTF16()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 2681 int32_t spanStart=containsSpanBackUTF16(set, s, matchStart, in containsSpanBackUTF16() local 2683 if(spanStart<minSpanStart) { in containsSpanBackUTF16() 2684 minSpanStart=spanStart; in containsSpanBackUTF16() 2882 int32_t spanStart=containsSpanBackUTF8(set, s, matchStart, in containsSpanBackUTF8() local 2884 if(spanStart<minSpanStart) { in containsSpanBackUTF8() 2885 minSpanStart=spanStart; in containsSpanBackUTF8()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |