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

  /libcore/luni/src/main/java/java/util/
Grego.java 32 public static final long MIN_MILLIS = -184303902528000000L;
  /external/chromium/third_party/icu/source/i18n/
gregoimp.h 106 * MIN_MILLIS.
114 #define MIN_MILLIS ((MIN_JULIAN - kEpochStartAsJulianDay) * kOneDay)
vtzone.cpp 157 if (date < MIN_MILLIS) {
158 number = (int64_t)MIN_MILLIS;
376 * until time defined by UNTIL attribute or MIN_MILLIS if not available
388 until = MIN_MILLIS;
693 if (until != MIN_MILLIS) {
    [all...]
rbtz.cpp 163 UDate lastTransitionTime = MIN_MILLIS;
calendar.cpp 1006 } else if (millis < MIN_MILLIS) {
1007 millis = MIN_MILLIS;
    [all...]
  /external/icu4c/i18n/
gregoimp.h 106 * MIN_MILLIS.
114 #define MIN_MILLIS ((MIN_JULIAN - kEpochStartAsJulianDay) * kOneDay)
vtzone.cpp 157 if (date < MIN_MILLIS) {
158 number = (int64_t)MIN_MILLIS;
376 * until time defined by UNTIL attribute or MIN_MILLIS if not available
388 until = MIN_MILLIS;
693 if (until != MIN_MILLIS) {
    [all...]
rbtz.cpp 163 UDate lastTransitionTime = MIN_MILLIS;
calendar.cpp 1016 } else if (millis < MIN_MILLIS) {
1017 millis = MIN_MILLIS;
    [all...]

Completed in 64 milliseconds