Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucal_getAttribute

398     count=ucal_getAttribute(calit, UCAL_LENIENT);
399 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
402 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
403 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
410 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
414 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
417 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
421 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
429 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK);
432 if (ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) != i)
1966 if (ucal_getAttribute(ucal, UCAL_REPEATED_WALL_TIME) != UCAL_WALLTIME_LAST) {
1970 if (ucal_getAttribute(ucal, UCAL_SKIPPED_WALL_TIME) != UCAL_WALLTIME_LAST) {