Home
last modified time | relevance | path

Searched refs:toMin (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
Dutmstest.c186 … int64_t toMin = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_TO_MIN_VALUE, &status); in TestToLimits() local
189 toLimitTest(toMin, fromMin, (UDateTimeScale)scale); in TestToLimits()
266 int64_t toMin, toMax; in TestToInt64() local
269 toMin = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_TO_MIN_VALUE, &status); in TestToInt64()
279 result = utmscale_toInt64(toMin, (UDateTimeScale)scale, &status); in TestToInt64()
284 if (toMin > U_INT64_MIN) { in TestToInt64()
286 result = utmscale_toInt64(toMin - 1, (UDateTimeScale)scale, &status); in TestToInt64()