Searched refs:UCAL_WEEKEND_ONSET (Results 1 – 5 of 5) sorted by relevance
1415 UCAL_WEEKEND_ONSET, enumerator
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()
1841 if ( dayType == UCAL_WEEKEND_ONSET || dayType == UCAL_WEEKEND_CEASE ) { in TestWeekend()