Searched refs:UCAL_WEEKEND_CEASE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h1361 UCAL_WEEKEND_CEASE enumerator in enum:UCalendarWeekdayType
1375 * the type UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE. In this case, the
1391 * If ucal_getDayOfWeekType() returns UCAL_WEEKEND_CEASE for the specified dayOfWeek,
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h1359 UCAL_WEEKEND_CEASE enumerator in enum:UCalendarWeekdayType
1373 * the type UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE. In this case, the
1389 * If ucal_getDayOfWeekType() returns UCAL_WEEKEND_CEASE for the specified dayOfWeek,
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp2327 return (fWeekendCeaseMillis >= 86400000) ? UCAL_WEEKEND : UCAL_WEEKEND_CEASE;
2381 case UCAL_WEEKEND_CEASE:
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp2476 return (fWeekendCeaseMillis >= 86400000) ? UCAL_WEEKEND : UCAL_WEEKEND_CEASE;
2530 case UCAL_WEEKEND_CEASE:
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1697 int32_t transition; /* transition time if dayType is UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE; else must be 0 */
1800 if ( dayType == UCAL_WEEKEND_ONSET || dayType == UCAL_WEEKEND_CEASE ) {
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1701 int32_t transition; /* transition time if dayType is UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE; else must be 0 */
1804 if ( dayType == UCAL_WEEKEND_ONSET || dayType == UCAL_WEEKEND_CEASE ) {

Completed in 220 milliseconds