D | usettest.cpp | 3102 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], in testSpan() function in UnicodeSetTest 3203 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], in testSpan() function in UnicodeSetTest 3209 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index); in testSpan() 3252 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs() 3292 testSpan(sets, s8, length8, FALSE, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs() 3370 testSpan(sets, s, -1, TRUE, (whichSpans&~SPAN_UTF8), testName, 0); in testSpanUTF16String() 3371 testSpan(sets, s, UPRV_LENGTHOF(s)-1, TRUE, (whichSpans&~SPAN_UTF8), testName, 1); in testSpanUTF16String() 3467 testSpan(sets, s, -1, FALSE, (whichSpans&~SPAN_UTF16), testName, 0); in testSpanUTF8String() 3468 testSpan(sets, s, UPRV_LENGTHOF(s)-1, FALSE, (whichSpans&~SPAN_UTF16), testName, 1); in testSpanUTF8String()
|