Lines Matching refs:ucal_setAttribute
400 ucal_setAttribute(calit, UCAL_LENIENT, 0); in TestCalendar()
401 ucal_setAttribute(caldef, UCAL_LENIENT, count2); in TestCalendar()
409 ucal_setAttribute(calit, UCAL_LENIENT, count); in TestCalendar()
416 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,i); in TestCalendar()
427 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count); in TestCalendar()
431 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,i); in TestCalendar()
436 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,count); in TestCalendar()
550 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
560 ucal_setAttribute(caldef3, UCAL_LENIENT, 1); in TestGetSetDateAPI()
578 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
791 ucal_setAttribute(cal, UCAL_LENIENT, 0); in TestFieldGetSet()
841 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1); in TestFieldGetSet()
871 ucal_setAttribute(cal, UCAL_LENIENT, 1); in TestFieldGetSet()
937 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1); in TestAddRollExtensive()
1032 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1); in TestAddRollExtensive()
1975 ucal_setAttribute(ucal, UCAL_REPEATED_WALL_TIME, UCAL_WALLTIME_FIRST); in TestAmbiguousWallTime()
1988 ucal_setAttribute(ucal, UCAL_REPEATED_WALL_TIME, UCAL_WALLTIME_LAST); in TestAmbiguousWallTime()
2001 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_FIRST); in TestAmbiguousWallTime()
2014 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_LAST); in TestAmbiguousWallTime()
2027 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_NEXT_VALID); in TestAmbiguousWallTime()
2040 ucal_setAttribute(ucal, UCAL_LENIENT, 0); in TestAmbiguousWallTime()