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

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c95 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
283 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
321 if(caldef && caldef2 && calfr && calit) {
322 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE ||
452 ucal_close(caldef2);
489 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0; local
507 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
565 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status);
593 idLen = ucal_getTimeZoneID(caldef2, id, sizeof(id)/sizeof(id[0]), &status);
603 ucal_setMillis(caldef2, d
[all...]

Completed in 139 milliseconds