Home
last modified time | relevance | path

Searched refs:spanStart (Results 1 - 17 of 17) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java591 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 DEdits.java579 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 Dedits.cpp656 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 Dedits.cpp656 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 Dedits.cpp656 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 DSkPathOpsSimplify.cpp51 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 DSkOpSegment.cpp168 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 DSkPathOpsOp.cpp165 SkOpSpan* spanStart = start->starter(end); in bridgeOp() local
166 if (!spanStart->done()) { in bridgeOp()
170 current->markDone(spanStart); in bridgeOp()
H A DSkPathOpsTSect.cpp986 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 DUnicodeSetStringSpanTest.java345 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 DUnicodeSetStringSpanTest.java342 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 Dusettest.cpp2681 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 Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 134 milliseconds