HomeSort by relevance Sort by last modified time
    Searched refs:DAY_LIMIT (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
DayPeriodInfo.java 23 public static final int DAY_LIMIT = 24 * HOUR;
101 midnight(MIDNIGHT, MIDNIGHT), am(MIDNIGHT, NOON), noon(NOON, NOON), pm(NOON, DAY_LIMIT),
124 // the arrays must be in sorted order. First must have start= zero. Last must have end = DAY_LIMIT (and !includesEnd)
137 if (dayPeriod == null || start < 0 || start > end || end > DAY_LIMIT
189 if (last.end != DAY_LIMIT) {
274 * If not (millisInDay > 0 && The millisInDay < DAY_LIMIT) throws exception.
280 } else if (millisInDay >= DAY_LIMIT) {
  /external/cldr/tools/java/org/unicode/cldr/test/
ExampleGenerator.java 562 int time = (((info.get0() + info.get1()) % DayPeriodInfo.DAY_LIMIT) / 2);
    [all...]

Completed in 305 milliseconds