Searched refs:ucal_setTimeZone (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/i18n/unicode/
H A Ducal.h743 ucal_setTimeZone(UCalendar* cal,
/external/icu4c/test/cintltst/
H A Dccaltst.c530 /*testing ucal_setTimeZone() function*/
531 log_verbose("\nTesting if the function ucal_setTimeZone() works fine\n");
539 ucal_setTimeZone(caldef2,tzID, 3, &status);
541 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
544 log_verbose("ucal_setTimeZone worked fine\n");
555 ucal_setTimeZone(caldef2, tzID, 3, &status);
557 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
566 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status));
569 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone() offset=%d\n", zoneOffset);
572 ucal_setTimeZone(caldef
[all...]
/external/icu4c/i18n/
H A Ducal.cpp185 ucal_setTimeZone( UCalendar* cal, function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h393 #define ucal_setTimeZone ucal_setTimeZone_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h393 #define ucal_setTimeZone ucal_setTimeZone_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h393 #define ucal_setTimeZone ucal_setTimeZone_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h393 #define ucal_setTimeZone ucal_setTimeZone_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h545 #define ucal_setTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_setTimeZone) macro

Completed in 101 milliseconds