Searched refs:UCAL_WEEKEND_ONSET (Results 1 – 3 of 3) sorted by relevance
1357 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()
1812 if ( dayType == UCAL_WEEKEND_ONSET || dayType == UCAL_WEEKEND_CEASE ) { in TestWeekend()