Searched refs:getWeekendTransition (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ducal.cpp613 return ((Calendar*)cal)->getWeekendTransition(dayOfWeek, *status);
H A Dcalendar.cpp2551 Calendar::getWeekendTransition(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const function in class:Calendar
2603 int32_t transitionMillis = getWeekendTransition(dayOfWeek, status);
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h1385 * method getWeekendTransition() will return the point of
1408 virtual int32_t getWeekendTransition(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCalendar.java1103 * Call getWeekendTransition() to get the point of transition.
1117 * Call getWeekendTransition() to get the point of transition.
4339 * method getWeekendTransition() will return the point of
4351 * @see #getWeekendTransition
4404 public int getWeekendTransition(int dayOfWeek) { method in class:Calendar
4421 * @see #getWeekendTransition
4435 * @see #getWeekendTransition
4454 int transition = getWeekendTransition(dow);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DIBMCalendarTest.java109 // The getWeekendTransition() API is tested indirectly via the
919 /*int x=*/ cal.getWeekendTransition(weekendOnset);
920 /*int x=*/ cal.getWeekendTransition(weekendCease);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java1149 * Call getWeekendTransition() to get the point of transition.
1162 * Call getWeekendTransition() to get the point of transition.
4471 * method getWeekendTransition() will return the point of
4483 * @see #getWeekendTransition
4534 public int getWeekendTransition(int dayOfWeek) { method in class:Calendar
4551 * @see #getWeekendTransition
4566 * @see #getWeekendTransition
4586 int transition = getWeekendTransition(dow);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIBMCalendarTest.java105 // The getWeekendTransition() API is tested indirectly via the
915 /*int x=*/ cal.getWeekendTransition(weekendOnset);
916 /*int x=*/ cal.getWeekendTransition(weekendCease);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 233 milliseconds