Searched refs:caldef3 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 490 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0; in TestGetSetDateAPI() local 509 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI() 550 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI() 551 ucal_setMillis(caldef3, testMillis, &status); in TestGetSetDateAPI() 560 ucal_setAttribute(caldef3, UCAL_LENIENT, 1); in TestGetSetDateAPI() 561 ucal_setMillis(caldef3, testMillis, &status); in TestGetSetDateAPI() 578 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI() 579 ucal_setMillis(caldef3, testMillis, &status); in TestGetSetDateAPI() 584 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status); in TestGetSetDateAPI() 744 ucal_close(caldef3); in TestGetSetDateAPI()
|