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

  /external/icu4c/i18n/
ucal.cpp 306 case UCAL_FIRST_DAY_OF_WEEK:
335 case UCAL_FIRST_DAY_OF_WEEK:
  /external/icu4c/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/icu4c/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
859 UCAL_FIRST_DAY_OF_WEEK,
923 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
938 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 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);
    [all...]

Completed in 100 milliseconds