Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c518 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0; in TestGetSetDateAPI() local
537 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
548 ucal_close(caldef3); in TestGetSetDateAPI()
582 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
583 ucal_setMillis(caldef3, testMillis, &status); in TestGetSetDateAPI()
592 ucal_setAttribute(caldef3, UCAL_LENIENT, 1); in TestGetSetDateAPI()
593 ucal_setMillis(caldef3, testMillis, &status); in TestGetSetDateAPI()
610 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
611 ucal_setMillis(caldef3, testMillis, &status); in TestGetSetDateAPI()
616 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status); in TestGetSetDateAPI()
[all …]