Searched refs:hasNoon (Results 1 – 7 of 7) sorted by relevance
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
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
52 UBool hasNoon() const { return fHasNoon; } in hasNoon() function
1884 } 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()
1958 } else if (hour == 12 && minute == 0 && second == 0 && ruleSet.hasNoon()) { in subFormat()
1948 } else if (hour == 12 && minute == 0 && second == 0 && ruleSet.hasNoon()) { in subFormat()