Searched refs:hasNoon (Results 1 – 7 of 7) sorted by relevance
164 rule.hasNoon = true; in setDayPeriodForHoursFromCutoffs()233 private boolean hasNoon; field in DayPeriodRules238 hasNoon = false; in DayPeriodRules()359 public boolean hasNoon() { return hasNoon; } in hasNoon() method in DayPeriodRules
160 rule.hasNoon = true; in setDayPeriodForHoursFromCutoffs()229 private boolean hasNoon; field in DayPeriodRules234 hasNoon = false; in DayPeriodRules()355 public boolean hasNoon() { return hasNoon; } in hasNoon() method in DayPeriodRules
52 UBool hasNoon() const { return fHasNoon; } in hasNoon() function
1895 } else if (hour == 12 && minute == 0 && second == 0 && ruleSet->hasNoon()) { in subFormat()
1946 } else if (hour == 12 && minute == 0 && second == 0 && ruleSet.hasNoon()) { in subFormat()
1936 } else if (hour == 12 && minute == 0 && second == 0 && ruleSet.hasNoon()) { in subFormat()
124 com/ibm/icu/impl/DayPeriodRules#hasNoon:()Z