Lines Matching refs:ucal_getAttribute
406 count=ucal_getAttribute(calit, UCAL_LENIENT); in TestCalendar()
407 count2=ucal_getAttribute(calfr, UCAL_LENIENT); in TestCalendar()
410 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 || in TestCalendar()
411 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) ) in TestCalendar()
418 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count) in TestCalendar()
422 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK); in TestCalendar()
425 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i) in TestCalendar()
429 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */ in TestCalendar()
437 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK); in TestCalendar()
440 if (ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) != i) in TestCalendar()
1974 if (ucal_getAttribute(ucal, UCAL_REPEATED_WALL_TIME) != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTime()
1978 if (ucal_getAttribute(ucal, UCAL_SKIPPED_WALL_TIME) != UCAL_WALLTIME_LAST) { in TestAmbiguousWallTime()