Home
last modified time | relevance | path

Searched defs:otherTime (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/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()
576 private static TimeScaleData fromRangeCheck(long otherTime, int scale) in fromRangeCheck()
/external/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()
628 private static TimeScaleData fromRangeCheck(long otherTime, int scale) in fromRangeCheck()
/external/icu/icu4c/source/i18n/
Dutmscale.cpp57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2913 int64_t utmscale_fromInt64_android(int64_t otherTime, UDateTimeScale timeScale, UErrorCode * status… in utmscale_fromInt64_android()