Searched defs:testSpan (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpCoincidence.cpp277 bool SkOpCoincidence::addEndMovedSpans(const SkOpSpan* base, const SkOpSpanBase* testSpan) { argument
278 const SkOpPtT* testPtT = testSpan->ptT();
329 coinTe = testSpan->t();
337 oppTe = testSpan->t();
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp3105 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3206 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3212 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index);
3252 expectCount=-1; // Get expectLimits[] from testSpan().
3255 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index);
3295 testSpan(sets, s8, length8, FALSE, whichSpans, expectLimits, expectCount, testName, index);
3373 testSpan(sets, s, -1, TRUE, (whichSpans&~SPAN_UTF8), testName, 0);
3374 testSpan(sets, s, UPRV_LENGTHOF(s)-1, TRUE, (whichSpans&~SPAN_UTF8), testName, 1);
3470 testSpan(sets, s, -1, FALSE, (whichSpans&~SPAN_UTF16), testName, 0);
3471 testSpan(set
[all...]

Completed in 89 milliseconds