ccaltst.c | 83 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local 247 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); 285 if(caldef && caldef2 && calfr && calit) { 286 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE || 416 ucal_close(caldef2); 453 UCalendar *caldef = 0, *caldef2 = 0; local 467 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); 506 ucal_setMillis(caldef2, d2, &status); 510 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status); 513 ucal_setTimeZone(caldef2,tzID, 3, &status) [all...] |