Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCAL_WEEKEND

2530         return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET;
2542 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET;
2545 return (fWeekendCeaseMillis >= 86400000) ? UCAL_WEEKEND : UCAL_WEEKEND_CEASE;
2547 return UCAL_WEEKEND;
2596 case UCAL_WEEKEND: