• Home
  • Raw
  • Download

Lines Matching refs:ucal_setAttribute

408     ucal_setAttribute(calit, UCAL_LENIENT, 0);  in TestCalendar()
409 ucal_setAttribute(caldef, UCAL_LENIENT, count2); in TestCalendar()
417 ucal_setAttribute(calit, UCAL_LENIENT, count); in TestCalendar()
424 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,i); in TestCalendar()
435 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count); in TestCalendar()
439 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,i); in TestCalendar()
444 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,count); in TestCalendar()
558 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
568 ucal_setAttribute(caldef3, UCAL_LENIENT, 1); in TestGetSetDateAPI()
586 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
799 ucal_setAttribute(cal, UCAL_LENIENT, 0); in TestFieldGetSet()
849 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1); in TestFieldGetSet()
879 ucal_setAttribute(cal, UCAL_LENIENT, 1); in TestFieldGetSet()
945 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1); in TestAddRollExtensive()
1040 ucal_setAttribute(cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,1); in TestAddRollExtensive()
1983 ucal_setAttribute(ucal, UCAL_REPEATED_WALL_TIME, UCAL_WALLTIME_FIRST); in TestAmbiguousWallTime()
1996 ucal_setAttribute(ucal, UCAL_REPEATED_WALL_TIME, UCAL_WALLTIME_LAST); in TestAmbiguousWallTime()
2009 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_FIRST); in TestAmbiguousWallTime()
2022 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_LAST); in TestAmbiguousWallTime()
2035 ucal_setAttribute(ucal, UCAL_SKIPPED_WALL_TIME, UCAL_WALLTIME_NEXT_VALID); in TestAmbiguousWallTime()
2048 ucal_setAttribute(ucal, UCAL_LENIENT, 0); in TestAmbiguousWallTime()