Searched refs:UDTS_MAX_SCALE (Results 1 – 4 of 4) sorted by relevance
157 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestEpochOffsets()170 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestFromLimits()184 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestToLimits()207 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestFromInt64()250 result = utmscale_fromInt64(0, UDTS_MAX_SCALE, &status); in TestFromInt64()268 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestToInt64()312 result = utmscale_toInt64(0, UDTS_MAX_SCALE, &status); in TestToInt64()336 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) { in TestMonkey()
25 static const int64_t timeScaleTable[UDTS_MAX_SCALE][UTSV_MAX_SCALE_VALUE] = {46 if (timeScale < UDTS_JAVA_TIME || UDTS_MAX_SCALE <= timeScale in utmscale_getTimeScaleValue()65 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_fromInt64()89 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_toInt64()
291 UDTS_MAX_SCALE enumerator