Home
last modified time | relevance | path

Searched refs:UCAL_WEEKDAY (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1710 { 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/
Ducal.h1342 UCAL_WEEKDAY, enumerator
/external/icu/icu4c/source/i18n/
Dcalendar.cpp2521 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()
Ducal.cpp602 return UCAL_WEEKDAY; in ucal_getDayOfWeekType()