Home | History | Annotate | Download | only in cintltst

Lines Matching defs:large

1171  * Recursively test between 'small' and 'large', up to the depth
1174 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large,
1179 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1186 _aux2ExtremeDates(fmt, mid, large, buf, buflen, cbuf, count+1, ec);
1192 * For certain large dates, udat_format crashes on MacOS. This test
1194 * binary search of a predefined interval (from 'small' to 'large').
1209 const double large = 1e+30; /* well beyond usable UDate range */
1222 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);