Searched refs:UCAL_WEEKDAY (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | ucal.h | 1332 UCAL_WEEKDAY, enumerator
|
/external/icu4c/i18n/ |
D | calendar.cpp | 2295 return UCAL_WEEKDAY; in getDayOfWeekType() 2299 return UCAL_WEEKDAY; in getDayOfWeekType() 2303 return UCAL_WEEKDAY; in getDayOfWeekType() 2307 return UCAL_WEEKDAY; in getDayOfWeekType() 2314 return (fWeekendCeaseMillis == 0) ? UCAL_WEEKDAY : UCAL_WEEKEND_CEASE; in getDayOfWeekType() 2363 case UCAL_WEEKDAY: in isWeekend()
|
D | ucal.cpp | 587 return UCAL_WEEKDAY; in ucal_getDayOfWeekType()
|
/external/icu4c/test/cintltst/ |
D | ccaltst.c | 1679 { UCAL_MONDAY, UCAL_WEEKDAY, 0 }, 1680 { UCAL_FRIDAY, UCAL_WEEKDAY, 0 }, 1685 { UCAL_WEDNESDAY,UCAL_WEEKDAY, 0 }, 1686 { UCAL_SATURDAY, UCAL_WEEKDAY, 0 },
|