Home | History | Annotate | Download | only in cintltst

Lines Matching refs:calit

83     UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
256 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
258 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status));
285 if(caldef && caldef2 && calfr && calit) {
287 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
361 count=ucal_getAttribute(calit, UCAL_LENIENT);
363 ucal_setAttribute(calit, UCAL_LENIENT, 0);
365 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
372 ucal_setAttribute(calit, UCAL_LENIENT, count);
373 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
377 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
379 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,i);
380 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
384 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
390 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count);
392 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK);
394 ucal_setAttribute(calit
395 if (ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) != i)
399 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,count);
418 ucal_close(calit);