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

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DEasterHoliday.java57 * @param orthodox Use the Orthodox calendar?
61 public EasterHoliday(int daysAfter, boolean orthodox, String name) argument
63 super(name, new EasterRule(daysAfter, orthodox));
143 orthodox.setGregorianChange(new Date(Long.MAX_VALUE));
144 calendar = orthodox;
278 private static GregorianCalendar orthodox = new GregorianCalendar(/* new SimpleTimeZone(0, "UTC") */); field in class:EasterRule
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DEasterHoliday.java58 * @param orthodox Use the Orthodox calendar?
63 public EasterHoliday(int daysAfter, boolean orthodox, String name) argument
65 super(name, new EasterRule(daysAfter, orthodox));
157 orthodox.setGregorianChange(new Date(Long.MAX_VALUE));
158 calendar = orthodox;
292 private static GregorianCalendar orthodox = new GregorianCalendar(/* new SimpleTimeZone(0, "UTC") */); field in class:EasterRule

Completed in 1283 milliseconds