Lines Matching refs:fromMax
172 … int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); in TestFromLimits() local
175 roundTripTest(fromMax, (UDateTimeScale)scale); in TestFromLimits()
186 … int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); in TestToLimits() local
191 toLimitTest(toMax, fromMax, (UDateTimeScale)scale); in TestToLimits()
208 int64_t fromMin, fromMax; in TestFromInt64() local
212 fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); in TestFromInt64()
235 result = utmscale_fromInt64(fromMax, (UDateTimeScale)scale, &status); in TestFromInt64()
240 if (fromMax < U_INT64_MAX) { in TestFromInt64()
242 result = utmscale_fromInt64(fromMax + 1, (UDateTimeScale)scale, &status); in TestFromInt64()
338 … int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); in TestMonkey() local
341 initRandom(fromMin, fromMax); in TestMonkey()