H A D | usettest.cpp | 3144 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], in testSpan() function in UnicodeSetTest 3245 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], in testSpan() function in UnicodeSetTest 3251 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index); in testSpan() 3291 expectCount=-1; // Get expectLimits[] from testSpan(). in testSpanBothUTFs() 3294 testSpan(sets, s16, length16, true, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs() 3334 testSpan(sets, s8, length8, false, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs() 3412 testSpan(sets, s, -1, true, (whichSpans&~SPAN_UTF8), testName, 0); in testSpanUTF16String() 3413 testSpan(sets, s, UPRV_LENGTHOF(s)-1, true, (whichSpans&~SPAN_UTF8), testName, 1); in testSpanUTF16String() 3509 testSpan(sets, s, -1, false, (whichSpans&~SPAN_UTF16), testName, 0); in testSpanUTF8String() 3510 testSpan(set in testSpanUTF8String() [all...] |