Lines Matching full:calfr
78 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
247 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
249 log_err("FAIL: error in ucal_open calfr : %s\n", u_errorName(status));
257 calfrclone = ucal_clone(calfr, &status);
259 log_err("FAIL: error in ucal_clone calfr : %s\n", u_errorName(status));
280 if(caldef && caldef2 && calfr && calit) {
281 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE ||
282 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
357 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
361 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
412 ucal_close(calfr);