HomeSort by relevance Sort by last modified time
    Searched refs:MIN_MILLIS (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/java/util/
Grego.java 32 public static final long MIN_MILLIS = -184303902528000000L;
  /external/icu4c/i18n/
gregoimp.h 106 * MIN_MILLIS.
114 #define MIN_MILLIS ((MIN_JULIAN - kEpochStartAsJulianDay) * kOneDay)
vtzone.cpp 159 if (date < MIN_MILLIS) {
160 number = (int64_t)MIN_MILLIS;
378 * until time defined by UNTIL attribute or MIN_MILLIS if not available
390 until = MIN_MILLIS;
695 if (until != MIN_MILLIS) {
    [all...]
rbtz.cpp 165 UDate lastTransitionTime = MIN_MILLIS;
calendar.cpp 1018 } else if (millis < MIN_MILLIS) {
1019 millis = MIN_MILLIS;
    [all...]

Completed in 291 milliseconds