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

/libcore/ojluni/src/main/java/java/util/
H A DGregorianCalendar.java513 // The default value of gregorianCutover.
528 private long gregorianCutover = DEFAULT_GREGORIAN_CUTOVER; field in class:GregorianCalendar
531 * The fixed date of the gregorianCutover.
537 * The normalized year of the gregorianCutover in Gregorian, with
543 * The normalized year of the gregorianCutover in Julian, with 0
766 if (cutoverTime == gregorianCutover) {
776 gregorianCutover = cutoverTime;
799 if (time < gregorianCutover) {
815 return new Date(gregorianCutover);
879 gregorianCutover
[all...]

Completed in 5 milliseconds