HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_FIRST_DAY_OF_WEEK (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/samples/cal/
cal.c 250 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK);
266 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 221 * defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>UCAL_MINIMAL_DAYS_IN_FIRST_WEEK</code>
234 * defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>UCAL_MINIMAL_DAYS_IN_FIRST_WEEK</code>
240 * @see #UCAL_FIRST_DAY_OF_WEEK
875 UCAL_FIRST_DAY_OF_WEEK,
933 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
948 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 321 case UCAL_FIRST_DAY_OF_WEEK:
350 case UCAL_FIRST_DAY_OF_WEEK:
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 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);
    [all...]

Completed in 93 milliseconds