Searched refs:testSpan (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dusettest.h176 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
180 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
H A Dusettest.cpp3110 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3211 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3217 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index);
3257 expectCount=-1; // Get expectLimits[] from testSpan().
3260 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index);
3300 testSpan(sets, s8, length8, FALSE, whichSpans, expectLimits, expectCount, testName, index);
3378 testSpan(sets, s, -1, TRUE, (whichSpans&~SPAN_UTF8), testName, 0);
3379 testSpan(sets, s, UPRV_LENGTHOF(s)-1, TRUE, (whichSpans&~SPAN_UTF8), testName, 1);
3475 testSpan(sets, s, -1, FALSE, (whichSpans&~SPAN_UTF16), testName, 0);
3476 testSpan(set
[all...]
/external/skia/src/pathops/
H A DSkOpCoincidence.h248 bool addEndMovedSpans(const SkOpSpan* base, const SkOpSpanBase* testSpan);
277 const SkOpSpan* base, const SkOpSpanBase* testSpan) const;
H A DSkOpCoincidence.cpp276 bool SkOpCoincidence::addEndMovedSpans(const SkOpSpan* base, const SkOpSpanBase* testSpan) { argument
277 const SkOpPtT* testPtT = testSpan->ptT();
328 coinTe = testSpan->t();
336 oppTe = testSpan->t();
H A DSkPathOpsDebug.cpp1484 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* base, const SkOpSpanBase* testSpan) const {
1485 const SkOpPtT* testPtT = testSpan->ptT();
1532 coinTe = testSpan->t();
1540 oppTe = testSpan->t();
/external/skqp/src/pathops/
H A DSkOpCoincidence.h248 bool addEndMovedSpans(const SkOpSpan* base, const SkOpSpanBase* testSpan);
277 const SkOpSpan* base, const SkOpSpanBase* testSpan) const;
H A DSkOpCoincidence.cpp276 bool SkOpCoincidence::addEndMovedSpans(const SkOpSpan* base, const SkOpSpanBase* testSpan) { argument
277 const SkOpPtT* testPtT = testSpan->ptT();
328 coinTe = testSpan->t();
336 oppTe = testSpan->t();
H A DSkPathOpsDebug.cpp1484 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* base, const SkOpSpanBase* testSpan) const {
1485 const SkOpPtT* testPtT = testSpan->ptT();
1532 coinTe = testSpan->t();
1540 oppTe = testSpan->t();

Completed in 274 milliseconds