Searched defs:weekendCeaseMillis (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCalendar.java1368 * weekend stops at weekendCeaseMillis milliseconds after midnight
1377 * equal to weekendCeaseMillis are considered not to be the
1381 private int weekendCeaseMillis; field in class:Calendar
4467 return (weekendCeaseMillis >= 86400000) ? WEEKEND : WEEKEND_CEASE;
4495 return weekendCeaseMillis;
4642 public final int weekendCeaseMillis; field in class:Calendar.WeekData
4652 * @param weekendCeaseMillis the cease time in millis during the cease day.
4656 int weekendCease, int weekendCeaseMillis) {
4662 this.weekendCeaseMillis = weekendCeaseMillis;
4654 WeekData(int fdow, int mdifw, int weekendOnset, int weekendOnsetMillis, int weekendCease, int weekendCeaseMillis) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java1426 * weekend stops at weekendCeaseMillis milliseconds after midnight
1435 * equal to weekendCeaseMillis are considered not to be the
1439 private int weekendCeaseMillis; field in class:Calendar
4596 return (weekendCeaseMillis >= 86400000) ? WEEKEND : WEEKEND_CEASE;
4623 return weekendCeaseMillis;
4788 public final int weekendCeaseMillis; field in class:Calendar.WeekData
4798 * @param weekendCeaseMillis the cease time in millis during the cease day.
4804 int weekendCease, int weekendCeaseMillis) {
4810 this.weekendCeaseMillis = weekendCeaseMillis;
4802 WeekData(int fdow, int mdifw, int weekendOnset, int weekendOnsetMillis, int weekendCease, int weekendCeaseMillis) argument
[all...]

Completed in 128 milliseconds