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

/external/icu4c/samples/datecal/
H A Dccal.c47 ucal_add(cal, UCAL_DATE, 1, &status);
/external/icu4c/test/cintltst/
H A Dccaltst.c817 log_verbose("\nTesting to confirm that adding to various fields works with ucal_add()\n");
819 ucal_add(cal,UCAL_YEAR, 1, &status);
820 if (U_FAILURE(status)) { log_err("ucal_add failed: %s\n", u_errorName(status)); return; }
823 ucal_add(cal,UCAL_MONTH, 12, &status);
824 if (U_FAILURE(status)) { log_err("ucal_add failed: %s\n", u_errorName(status) ); return; }
827 ucal_add(cal,UCAL_DATE, 1, &status);
828 if (U_FAILURE(status)) { log_err("ucal_add failed: %s\n", u_errorName(status) ); return; }
831 ucal_add(cal,UCAL_DATE, 2, &status);
832 if (U_FAILURE(status)) { log_err("ucal_add failed: %s\n", u_errorName(status) ); return; }
835 ucal_add(ca
[all...]
/external/icu4c/samples/cal/
H A Dcal.c519 ucal_add(c, UCAL_DATE, 1, status);
685 ucal_add(left_cal, UCAL_DATE, 1, status);
733 ucal_add(right_cal, UCAL_DATE, 1, status);
/external/icu4c/i18n/unicode/
H A Ducal.h969 ucal_add(UCalendar* cal,
986 * @see ucal_add
/external/icu4c/i18n/
H A Ducal.cpp392 ucal_add( UCalendar* cal, function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h365 #define ucal_add ucal_add_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h365 #define ucal_add ucal_add_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h365 #define ucal_add ucal_add_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h365 #define ucal_add ucal_add_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h502 #define ucal_add U_ICU_ENTRY_POINT_RENAME(ucal_add) macro

Completed in 172 milliseconds