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

/external/icu4c/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);
/external/icu4c/test/cintltst/
H A Dccaltst.c179 /*Test ucal_set/getDefaultTimeZone*/
673 /*Testing the ucal_set() , ucal_clear() functions of calendar*/
677 ucal_set(cal, UCAL_YEAR, 1997);
678 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
679 ucal_set(cal, UCAL_DATE, 3);
682 ucal_set(cal, UCAL_YEAR, 1997);
683 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
684 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
685 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1);
688 ucal_set(ca
[all...]
/external/icu4c/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);
/external/icu4c/i18n/unicode/
H A Ducal.h985 * @see ucal_set
1012 ucal_set(UCalendar* cal,
1026 * @see ucal_set
1044 * @see ucal_set
1058 * @see ucal_set
/external/icu4c/i18n/
H A Ducal.cpp414 ucal_set( UCalendar* cal, function
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h387 #define ucal_set ucal_set_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h387 #define ucal_set ucal_set_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h387 #define ucal_set ucal_set_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h387 #define ucal_set ucal_set_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h493 #define ucal_set ucal_set_4_2 macro

Completed in 252 milliseconds