Searched refs:ucal_set (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/samples/datecal/
H A Dccal.c26 ucal_set(cal, UCAL_YEAR, 2000);
27 ucal_set(cal, UCAL_MONTH, UCAL_FEBRUARY); /* FEBRUARY */
28 ucal_set(cal, UCAL_DATE, 26);
29 ucal_set(cal, UCAL_HOUR_OF_DAY, 23);
30 ucal_set(cal, UCAL_MINUTE, 0);
31 ucal_set(cal, UCAL_SECOND, 0);
32 ucal_set(cal, UCAL_MILLISECOND, 0);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c220 /*Test ucal_set/getDefaultTimeZone*/
788 /*Testing the ucal_set() , ucal_clear() functions of calendar*/
792 ucal_set(cal, UCAL_YEAR, 1997);
793 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
794 ucal_set(cal, UCAL_DATE, 3);
797 ucal_set(cal, UCAL_YEAR, 1997);
798 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
799 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
800 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1);
803 ucal_set(ca
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/cal/
H A Dcal.c247 ucal_set(c, UCAL_YEAR, year);
261 ucal_set(c, UCAL_MONTH, month);
263 ucal_set(c, UCAL_YEAR, year);
473 ucal_set(c, UCAL_DATE, 1);
617 ucal_set(left_cal, UCAL_MONTH, i);
618 ucal_set(left_cal, UCAL_DATE, 1);
619 ucal_set(right_cal, UCAL_MONTH, i + 1);
620 ucal_set(right_cal, UCAL_DATE, 1);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ducal.h1138 * @see ucal_set
1165 ucal_set(UCalendar* cal,
1179 * @see ucal_set
1197 * @see ucal_set
1211 * @see ucal_set
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ducal.cpp476 ucal_set( UCalendar* cal, function
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Durename.h532 #define ucal_set U_ICU_ENTRY_POINT_RENAME(ucal_set) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h533 #define ucal_set U_ICU_ENTRY_POINT_RENAME(ucal_set) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h533 #define ucal_set U_ICU_ENTRY_POINT_RENAME(ucal_set) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h533 #define ucal_set U_ICU_ENTRY_POINT_RENAME(ucal_set) macro

Completed in 234 milliseconds