Searched refs:gregorianCutover (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DGregorianCalendar.java508 // The default value of gregorianCutover.
523 private long gregorianCutover = DEFAULT_GREGORIAN_CUTOVER; field in class:GregorianCalendar
526 * The fixed date of the gregorianCutover.
532 * The normalized year of the gregorianCutover in Gregorian, with
538 * The normalized year of the gregorianCutover in Julian, with 0
740 if (cutoverTime == gregorianCutover) {
750 gregorianCutover = cutoverTime;
773 if (time < gregorianCutover) {
789 return new Date(gregorianCutover);
841 gregorianCutover
[all...]

Completed in 30 milliseconds