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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h1220 UCAL_WEEKEND_ONSET, enumerator in enum:UCalendarWeekdayType
1239 * the type UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE. In this case, the
1253 * this calendar system. If ucal_getDayOfWeekType() rerturns UCAL_WEEKEND_ONSET
/external/icu4c/i18n/unicode/
H A Ducal.h1355 UCAL_WEEKEND_ONSET, enumerator in enum:UCalendarWeekdayType
1374 * the type UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE. In this case, the
1388 * this calendar system. If ucal_getDayOfWeekType() rerturns UCAL_WEEKEND_ONSET
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp2138 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET;
2194 case UCAL_WEEKEND_ONSET:
2201 return (dayType == UCAL_WEEKEND_ONSET)?
/external/icu4c/i18n/
H A Dcalendar.cpp2317 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET;
2373 case UCAL_WEEKEND_ONSET:
2380 return (dayType == UCAL_WEEKEND_ONSET)?
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1547 int32_t transition; /* transition time if dayType is UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE; else must be 0 */
1640 if ( dayType == UCAL_WEEKEND_ONSET || dayType == UCAL_WEEKEND_CEASE ) {
/external/icu4c/test/cintltst/
H A Dccaltst.c1690 int32_t transition; /* transition time if dayType is UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE; else must be 0 */
1786 if ( dayType == UCAL_WEEKEND_ONSET || dayType == UCAL_WEEKEND_CEASE ) {

Completed in 125 milliseconds