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

/libcore/luni/src/main/java/java/util/
H A DGregorianCalendar.java198 private static final long defaultGregorianCutover = -12219292800000l; field in class:GregorianCalendar
200 private long gregorianCutover = defaultGregorianCutover;
979 if (gregorianCutover != defaultGregorianCutover

Completed in 868 milliseconds