Lines Matching refs:testSpan
91 CASE(22,TestSpan);
3102 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4],
3203 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4],
3209 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index);
3249 expectCount=-1; // Get expectLimits[] from testSpan().
3252 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index);
3292 testSpan(sets, s8, length8, FALSE, whichSpans, expectLimits, expectCount, testName, index);
3370 testSpan(sets, s, -1, TRUE, (whichSpans&~SPAN_UTF8), testName, 0);
3371 testSpan(sets, s, UPRV_LENGTHOF(s)-1, TRUE, (whichSpans&~SPAN_UTF8), testName, 1);
3467 testSpan(sets, s, -1, FALSE, (whichSpans&~SPAN_UTF16), testName, 0);
3468 testSpan(sets, s, UPRV_LENGTHOF(s)-1, FALSE, (whichSpans&~SPAN_UTF16), testName, 1);
3499 void UnicodeSetTest::TestSpan() {