Home | History | Annotate | Download | only in cintltst

Lines Matching defs:large

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);
1060 _aux2ExtremeDates(fmt, mid, large, buf, buflen, cbuf, count+1, ec);
1066 * For certain large dates, udat_format crashes on MacOS. This test
1068 * binary search of a predefined interval (from 'small' to 'large').
1083 const double large = 1e+30; /* well beyond usable UDate range */
1096 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);