Searched refs:EasterRule (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | EasterHoliday.java | 35 super(name, new EasterRule(0, false)); in EasterHoliday() 48 super(name, new EasterRule(daysAfter, false)); in EasterHoliday() 63 super(name, new EasterRule(daysAfter, orthodox)); in EasterHoliday() 139 class EasterRule implements DateRule { class 140 public EasterRule(int daysAfterEaster, boolean isOrthodox) { in EasterRule() method in EasterRule
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | EasterHoliday.java | 33 super(name, new EasterRule(0, false)); in EasterHoliday() 46 super(name, new EasterRule(daysAfter, false)); in EasterHoliday() 61 super(name, new EasterRule(daysAfter, orthodox)); in EasterHoliday() 137 class EasterRule implements DateRule { class 138 public EasterRule(int daysAfterEaster, boolean isOrthodox) { in EasterRule() method in EasterRule
|