Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucal_setTimeZone

592     /*testing ucal_setTimeZone() and ucal_getTimeZoneID function*/
593 log_verbose("\nTesting if the function ucal_setTimeZone() and ucal_getTimeZoneID work fine\n");
611 ucal_setTimeZone(caldef2,tzID, 3, &status);
613 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
616 log_verbose("ucal_setTimeZone worked fine\n");
637 ucal_setTimeZone(caldef2, tzID, 3, &status);
639 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
648 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status));
651 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone() offset=%d\n", zoneOffset);
654 ucal_setTimeZone(caldef2, NULL, -1, &status);
656 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
665 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status));
668 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone() offset=%d\n", zoneOffset);
2314 ucal_setTimeZone(ucal, itemPtr->zoneName, -1, &status);