Lines Matching refs:expectLimits
3105 int32_t expectLimits[], int32_t &expectCount, in testSpan() argument
3145 memcpy(expectLimits, limits, limitsCount*4); in testSpan()
3151 if(limits[j]!=expectLimits[j]) { in testSpan()
3154 j, (long)limits[j], (long)expectLimits[j]); in testSpan()
3169 limit=expectLimits[i]; in testSpan()
3207 int32_t expectLimits[500]; in testSpan() local
3209 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index); in testSpan()
3246 int32_t expectLimits[500]; in testSpanBothUTFs() local
3252 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs()
3281 expect=expectLimits[i]; in testSpanBothUTFs()
3283 expectLimits[i]=length8; in testSpanBothUTFs()
3288 expectLimits[i]=j; in testSpanBothUTFs()
3292 testSpan(sets, s8, length8, FALSE, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs()