Searched refs:calfr (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 312 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status); in TestCalendar() 322 calfrclone = ucal_clone(calfr, &status); in TestCalendar() 345 if(caldef && caldef2 && calfr && calit) { in TestCalendar() 346 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE || in TestCalendar() 347 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) { in TestCalendar() 363 ucal_close(calfr); in TestCalendar() 427 count2=ucal_getAttribute(calfr, UCAL_LENIENT); in TestCalendar() 431 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) ) in TestCalendar() 482 ucal_close(calfr); in TestCalendar()
|