Searched refs:UDTS_MAX_SCALE (Results 1 – 3 of 3) sorted by relevance
155 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestEpochOffsets()168 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestFromLimits()182 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestToLimits()205 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestFromInt64()248 result = utmscale_fromInt64(0, UDTS_MAX_SCALE, &status); in TestFromInt64()266 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestToInt64()310 result = utmscale_toInt64(0, UDTS_MAX_SCALE, &status); in TestToInt64()334 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestMonkey()
23 static const int64_t timeScaleTable[UDTS_MAX_SCALE][UTSV_MAX_SCALE_VALUE] = {44 if (timeScale < UDTS_JAVA_TIME || UDTS_MAX_SCALE <= timeScale in utmscale_getTimeScaleValue()63 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_fromInt64()87 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_toInt64()
287 UDTS_MAX_SCALE enumerator