Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCAL_FIRST_DAY_OF_WEEK

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)
421 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count);