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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h 215 * defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>UCAL_MINIMAL_DAYS_IN_FIRST_WEEK</code>
228 * defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>UCAL_MINIMAL_DAYS_IN_FIRST_WEEK</code>
234 * @see #UCAL_FIRST_DAY_OF_WEEK
799 UCAL_FIRST_DAY_OF_WEEK,
812 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
827 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 286 case UCAL_FIRST_DAY_OF_WEEK:
309 case UCAL_FIRST_DAY_OF_WEEK:
  /external/icu4c/i18n/
ucal.cpp 321 case UCAL_FIRST_DAY_OF_WEEK:
350 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
877 UCAL_FIRST_DAY_OF_WEEK,
935 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
950 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.cpp 217 m_firstDayOfWeek = ucal_getAttribute(udat_getCalendar(m_shortDateFormat), UCAL_FIRST_DAY_OF_WEEK) - UCAL_SUNDAY;
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 377 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
379 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,i);
380 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
390 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count);
    [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 2357 milliseconds