Searched refs:UCAL_WEEKDAY (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1710 { UCAL_MONDAY, UCAL_WEEKDAY, 0 }, 1711 { UCAL_FRIDAY, UCAL_WEEKDAY, 0 }, 1716 { UCAL_WEDNESDAY,UCAL_WEEKDAY, 0 }, 1717 { UCAL_THURSDAY, UCAL_WEEKDAY, 0 }, 1722 { UCAL_MONDAY, UCAL_WEEKDAY, 0 }, 1723 { UCAL_FRIDAY, UCAL_WEEKDAY, 0 }, 1724 { UCAL_SATURDAY, UCAL_WEEKDAY, 0 },
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1342 UCAL_WEEKDAY, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | calendar.cpp | 2521 return UCAL_WEEKDAY; in getDayOfWeekType() 2525 return UCAL_WEEKDAY; in getDayOfWeekType() 2529 return UCAL_WEEKDAY; in getDayOfWeekType() 2534 return UCAL_WEEKDAY; in getDayOfWeekType() 2538 return UCAL_WEEKDAY; in getDayOfWeekType() 2594 case UCAL_WEEKDAY: in isWeekend()
|
D | ucal.cpp | 602 return UCAL_WEEKDAY; in ucal_getDayOfWeekType()
|