Home
last modified time | relevance | path

Searched refs:testSpan (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dusettest.h172 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
176 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
Dusettest.cpp3102 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()