Lines Matching full:limits
1181 CASE, // make sure binary search finds limits
2819 * Count spans on a string with the method according to type and set the span limits.
2830 int32_t limits[], int32_t limitsCapacity,
2918 limits[count]=start;
2934 limits[count]=start;
2954 limits[limitsCapacity-count]=length;
2964 memmove(limits, limits+(limitsCapacity-count), count*4);
2972 limits[limitsCapacity-count]= length >=0 ? length : slen(s, isUTF16);
2985 memmove(limits, limits+(limitsCapacity-count), count*4);
3027 int32_t limits[500];
3051 limits, LENGTHOF(limits), expectCount);
3060 if(limitsCount>LENGTHOF(limits)) {
3062 testName, (long)index, setNames[i], typeName, (long)limitsCount, (long)LENGTHOF(limits));
3065 memcpy(expectLimits, limits, limitsCount*4);
3071 if(limits[j]!=expectLimits[j]) {
3072 errln("FAIL: %s[0x%lx].%s.%s span count=%ld limits[%d]=%ld != %ld",
3074 j, (long)limits[j], (long)expectLimits[j]);
3423 // "-options" limits the scope of testing for the current set.