Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCAL_FIRST_DAY_OF_WEEK

414     count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
416 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,i);
417 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
427 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count);