Home
last modified time | relevance | path

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

/external/icu4c/samples/cal/
Dcal.c250 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal()
266 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal()
/external/icu4c/i18n/
Ducal.cpp306 case UCAL_FIRST_DAY_OF_WEEK: in ucal_getAttribute()
335 case UCAL_FIRST_DAY_OF_WEEK: in ucal_setAttribute()
/external/icu4c/i18n/unicode/
Ducal.h859 UCAL_FIRST_DAY_OF_WEEK, enumerator
/external/icu4c/test/cintltst/
Dccaltst.c408 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK); in TestCalendar()
410 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,i); in TestCalendar()
411 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i) in TestCalendar()
421 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count); in TestCalendar()