Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dutmscale.c55 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() argument
70 if (otherTime < data[UTSV_FROM_MIN_VALUE] || otherTime > data[UTSV_FROM_MAX_VALUE]) { in utmscale_fromInt64()
75 return (otherTime + data[UTSV_EPOCH_OFFSET_VALUE]) * data[UTSV_UNITS_VALUE]; in utmscale_fromInt64()
/external/icu4c/i18n/unicode/
Dutmscale.h460 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);