Searched refs:caldef2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 104 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; in TestCalendar() local 292 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar() 330 if(caldef && caldef2 && calfr && calit) { in TestCalendar() 331 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE || in TestCalendar() 461 ucal_close(caldef2); in TestCalendar() 498 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0; in TestGetSetDateAPI() local 516 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI() 574 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status); in TestGetSetDateAPI() 602 idLen = ucal_getTimeZoneID(caldef2, id, UPRV_LENGTHOF(id), &status); in TestGetSetDateAPI() 612 ucal_setMillis(caldef2, d2, &status); in TestGetSetDateAPI() [all …]
|