Home | History | Annotate | Download | only in cintltst

Lines Matching refs:fromMax

172         int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status);
175 roundTripTest(fromMax, (UDateTimeScale)scale);
186 int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status);
191 toLimitTest(toMax, fromMax, (UDateTimeScale)scale);
208 int64_t fromMin, fromMax;
212 fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status);
235 result = utmscale_fromInt64(fromMax, (UDateTimeScale)scale, &status);
237 log_err("utmscale_fromInt64(fromMax, %d, &status) generated U_ILLEGAL_ARGUMENT_ERROR.\n", scale);
240 if (fromMax < U_INT64_MAX) {
242 result = utmscale_fromInt64(fromMax + 1, (UDateTimeScale)scale, &status);
244 log_err("utmscale_fromInt64(fromMax + 1, %d, &status) didn't generate U_ILLEGAL_ARGUMENT_ERROR.\n", scale);
338 int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status);
341 initRandom(fromMin, fromMax);