Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dusettest.cpp3073 int32_t expectLimits[], int32_t &expectCount, in testSpan() argument
3113 memcpy(expectLimits, limits, limitsCount*4); in testSpan()
3119 if(limits[j]!=expectLimits[j]) { in testSpan()
3122 j, (long)limits[j], (long)expectLimits[j]); in testSpan()
3137 limit=expectLimits[i]; in testSpan()
3175 int32_t expectLimits[500]; in testSpan() local
3177 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index); in testSpan()
3214 int32_t expectLimits[500]; in testSpanBothUTFs() local
3220 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs()
3249 expect=expectLimits[i]; in testSpanBothUTFs()
[all …]
Dusettest.h169 int32_t expectLimits[], int32_t &expectCount,