Home | History | Annotate | Download | only in cintltst

Lines Matching refs:calit

90     UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
287 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
289 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status));
316 if(caldef && caldef2 && calfr && calit) {
318 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
392 calit, UCAL_LENIENT);
394 ucal_setAttribute(calit, UCAL_LENIENT, 0);
396 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
403 ucal_setAttribute(calit, UCAL_LENIENT, count);
404 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
408 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
410 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,i);
411 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
415 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
421 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count);
423 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK);
425 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,i);
426 if (ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) != i)
430 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,count);
449 ucal_close(calit);