Searched refs:UCAL_MINIMAL_DAYS_IN_FIRST_WEEK (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ducal.h221 * defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>UCAL_MINIMAL_DAYS_IN_FIRST_WEEK</code>
234 * defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>UCAL_MINIMAL_DAYS_IN_FIRST_WEEK</code>
241 * @see #UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
880 UCAL_MINIMAL_DAYS_IN_FIRST_WEEK, enumerator in enum:UCalendarAttribute
934 * UCAL_MINIMAL_DAYS_IN_FIRST_WEEK, UCAL_REPEATED_WALL_TIME or UCAL_SKIPPED_WALL_TIME
949 * UCAL_MINIMAL_DAYS_IN_FIRST_WEEK, UCAL_REPEATED_WALL_TIME or UCAL_SKIPPED_WALL_TIME
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducal.cpp324 case UCAL_MINIMAL_DAYS_IN_FIRST_WEEK:
354 case UCAL_MINIMAL_DAYS_IN_FIRST_WEEK:
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c428 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK);
430 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,i);
431 if (ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) != i)
435 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,count);
840 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1);
936 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1);
1031 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1);

Completed in 207 milliseconds