Searched refs:calit (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 107 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; in TestCalendar() local 316 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status); in TestCalendar() 345 if(caldef && caldef2 && calfr && calit) { in TestCalendar() 347 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) { in TestCalendar() 364 ucal_close(calit); in TestCalendar() 426 count=ucal_getAttribute(calit, UCAL_LENIENT); in TestCalendar() 428 ucal_setAttribute(calit, UCAL_LENIENT, 0); in TestCalendar() 430 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 || in TestCalendar() 437 ucal_setAttribute(calit, UCAL_LENIENT, count); in TestCalendar() 438 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count) in TestCalendar() [all …]
|