Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c498 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0; in TestGetSetDateAPI() local
517 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
558 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
559 ucal_setMillis(caldef3, testMillis, &status); in TestGetSetDateAPI()
568 ucal_setAttribute(caldef3, UCAL_LENIENT, 1); in TestGetSetDateAPI()
569 ucal_setMillis(caldef3, testMillis, &status); in TestGetSetDateAPI()
586 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
587 ucal_setMillis(caldef3, testMillis, &status); in TestGetSetDateAPI()
592 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status); in TestGetSetDateAPI()
752 ucal_close(caldef3); in TestGetSetDateAPI()