Searched defs:otherTime (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UniversalTimeScale.java | 373 public static long from(long otherTime, int timeScale) in from() 392 public static BigDecimal bigDecimalFrom(double otherTime, int timeScale) in bigDecimalFrom() 414 public static BigDecimal bigDecimalFrom(long otherTime, int timeScale) in bigDecimalFrom() 436 public static BigDecimal bigDecimalFrom(BigDecimal otherTime, int timeScale) in bigDecimalFrom() 625 private static TimeScaleData fromRangeCheck(long otherTime, int scale) in fromRangeCheck()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | UniversalTimeScale.java | 335 public static long from(long otherTime, int timeScale) in from() 352 public static BigDecimal bigDecimalFrom(double otherTime, int timeScale) in bigDecimalFrom() 372 public static BigDecimal bigDecimalFrom(long otherTime, int timeScale) in bigDecimalFrom() 392 public static BigDecimal bigDecimalFrom(BigDecimal otherTime, int timeScale) in bigDecimalFrom() 573 private static TimeScaleData fromRangeCheck(long otherTime, int scale) in fromRangeCheck()
|
/external/icu/icu4c/source/i18n/ |
D | utmscale.c | 55 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64()
|