Lines Matching defs:small
1045 * Recursively test between 'small' and 'large', up to the depth
1048 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large,
1053 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1059 _aux2ExtremeDates(fmt, small, mid, buf, buflen, cbuf, count+1, ec) &&
1068 * binary search of a predefined interval (from 'small' to 'large').
1082 const double small = 1000; /* 1 sec */
1096 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);