Home
last modified time | relevance | path

Searched defs:timeScale (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp40 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) in utmscale_getTimeScaleValue()
57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64()
81 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_toInt64()
/third_party/icu/icu4c/source/i18n/
Dutmscale.cpp40 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) in utmscale_getTimeScaleValue()
57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64()
81 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_toInt64()
/third_party/node/deps/icu-small/source/i18n/
Dutmscale.cpp40 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) in utmscale_getTimeScaleValue()
57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) UPRV_NO_SANITIZ… in utmscale_fromInt64()
80 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status) UPRV_NO_SANIT… in utmscale_toInt64()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DUniversalTimeScale.java338 public static long from(long otherTime, int timeScale) in from()
355 public static BigDecimal bigDecimalFrom(double otherTime, int timeScale) in bigDecimalFrom()
375 public static BigDecimal bigDecimalFrom(long otherTime, int timeScale) in bigDecimalFrom()
395 public static BigDecimal bigDecimalFrom(BigDecimal otherTime, int timeScale) in bigDecimalFrom()
443 public static long toLong(long universalTime, int timeScale) in toLong()
470 public static BigDecimal toBigDecimal(long universalTime, int timeScale) in toBigDecimal()
488 public static BigDecimal toBigDecimal(BigDecimal universalTime, int timeScale) in toBigDecimal()
602 public static BigDecimal toBigDecimalTrunc(BigDecimal universalTime, int timeScale) in toBigDecimalTrunc()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUniversalTimeScale.java376 public static long from(long otherTime, int timeScale) in from()
395 public static BigDecimal bigDecimalFrom(double otherTime, int timeScale) in bigDecimalFrom()
417 public static BigDecimal bigDecimalFrom(long otherTime, int timeScale) in bigDecimalFrom()
439 public static BigDecimal bigDecimalFrom(BigDecimal otherTime, int timeScale) in bigDecimalFrom()
489 public static long toLong(long universalTime, int timeScale) in toLong()
518 public static BigDecimal toBigDecimal(long universalTime, int timeScale) in toBigDecimal()
538 public static BigDecimal toBigDecimal(BigDecimal universalTime, int timeScale) in toBigDecimal()
654 public static BigDecimal toBigDecimalTrunc(BigDecimal universalTime, int timeScale) in toBigDecimalTrunc()