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

/external/icu/icu4c/source/test/intltest/
H A Dusettest.h167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
H A Dusettest.cpp3048 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3149 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3155 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index);
3195 expectCount=-1; // Get expectLimits[] from testSpan().
3198 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index);
3238 testSpan(sets, s8, length8, FALSE, whichSpans, expectLimits, expectCount, testName, index);
3316 testSpan(sets, s, -1, TRUE, (whichSpans&~SPAN_UTF8), testName, 0);
3317 testSpan(sets, s, UPRV_LENGTHOF(s)-1, TRUE, (whichSpans&~SPAN_UTF8), testName, 1);
3413 testSpan(sets, s, -1, FALSE, (whichSpans&~SPAN_UTF16), testName, 0);
3414 testSpan(set
[all...]

Completed in 103 milliseconds