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

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c489 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0; local
508 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
549 ucal_setAttribute(caldef3, UCAL_LENIENT, 0);
550 ucal_setMillis(caldef3, testMillis, &status);
559 ucal_setAttribute(caldef3, UCAL_LENIENT, 1);
560 ucal_setMillis(caldef3, testMillis, &status);
577 ucal_setAttribute(caldef3, UCAL_LENIENT, 0);
578 ucal_setMillis(caldef3, testMillis, &status);
583 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status);
743 ucal_close(caldef3);
[all...]

Completed in 187 milliseconds