Searched refs:UCAL_WEEKEND_ONSET (Results 1 – 9 of 9) sorted by relevance
1370 UCAL_WEEKEND_ONSET, enumerator
1415 UCAL_WEEKEND_ONSET, enumerator
2540 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()2552 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()2608 case UCAL_WEEKEND_ONSET: in isWeekend()2615 return (dayType == UCAL_WEEKEND_ONSET)? in isWeekend()
2556 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()2568 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()2624 case UCAL_WEEKEND_ONSET: in isWeekend()2631 return (dayType == UCAL_WEEKEND_ONSET)? in isWeekend()
1843 if ( dayType == UCAL_WEEKEND_ONSET || dayType == UCAL_WEEKEND_CEASE ) { in TestWeekend()