Home | History | Annotate | Download | only in cintltst

Lines Matching defs:large

1240  * Recursively test between 'small' and 'large', up to the depth
1243 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large,
1248 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1255 _aux2ExtremeDates(fmt, mid, large, buf, buflen, cbuf, count+1, ec);
1261 * For certain large dates, udat_format crashes on MacOS. This test
1263 * binary search of a predefined interval (from 'small' to 'large').
1278 const double large = 1e+30; /* well beyond usable UDate range */
1291 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);