Searched refs:UCAL_WEEKEND_ONSET (Results 1 – 3 of 3) sorted by relevance
1353 UCAL_WEEKEND_ONSET, enumerator
2530 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()2542 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()2598 case UCAL_WEEKEND_ONSET: in isWeekend()2605 return (dayType == UCAL_WEEKEND_ONSET)? in isWeekend()
1804 if ( dayType == UCAL_WEEKEND_ONSET || dayType == UCAL_WEEKEND_CEASE ) { in TestWeekend()