Home | History | Annotate | Download | only in intltest

Lines Matching defs:limits

1227         CASE, // make sure binary search finds limits
2867 * Count spans on a string with the method according to type and set the span limits.
2878 int32_t limits[], int32_t limitsCapacity,
2966 limits[count]=start;
2982 limits[count]=start;
3002 limits[limitsCapacity-count]=length;
3012 memmove(limits, limits+(limitsCapacity-count), count*4);
3020 limits[limitsCapacity-count]= length >=0 ? length : slen(s, isUTF16);
3033 memmove(limits, limits+(limitsCapacity-count), count*4);
3075 int32_t limits[500];
3099 limits, LENGTHOF(limits), expectCount);
3108 if(limitsCount>LENGTHOF(limits)) {
3110 testName, (long)index, setNames[i], typeName, (long)limitsCount, (long)LENGTHOF(limits));
3113 memcpy(expectLimits, limits, limitsCount*4);
3119 if(limits[j]!=expectLimits[j]) {
3120 errln("FAIL: %s[0x%lx].%s.%s span count=%ld limits[%d]=%ld != %ld",
3122 j, (long)limits[j], (long)expectLimits[j]);
3471 // "-options" limits the scope of testing for the current set.