Searched refs:hasNoon (Results 1 – 10 of 10) sorted by relevance
167 rule.hasNoon = true; in setDayPeriodForHoursFromCutoffs()236 private boolean hasNoon; field in DayPeriodRules241 hasNoon = false; in DayPeriodRules()362 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
2014 } else if (hour == 12 && minute == 0 && second == 0 && ruleSet->hasNoon()) { in subFormat()
236 boolean hasNoon = nm != null && nm.noon != null; in generateFormat()242 if (hasNoon) { in generateFormat()255 } else if (hasNoon) { in generateFormat()
1986 } else if (hour == 12 && minute == 0 && second == 0 && ruleSet.hasNoon()) { in subFormat()
1974 } else if (hour == 12 && minute == 0 && second == 0 && ruleSet.hasNoon()) { in subFormat()