Searched refs:UCAL_MINIMAL_DAYS_IN_FIRST_WEEK (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 429 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK); in TestCalendar() 431 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,i); in TestCalendar() 432 if (ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) != i) in TestCalendar() 436 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,count); in TestCalendar() 841 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1); in TestFieldGetSet() 937 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1); in TestAddRollExtensive() 1032 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1); in TestAddRollExtensive()
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 324 case UCAL_MINIMAL_DAYS_IN_FIRST_WEEK: in ucal_getAttribute() 354 case UCAL_MINIMAL_DAYS_IN_FIRST_WEEK: in ucal_setAttribute()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 880 UCAL_MINIMAL_DAYS_IN_FIRST_WEEK, enumerator
|