HomeSort by relevance Sort by last modified time
    Searched defs:DOW (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/unicode/
dtrule.h 39 DOW, /**< The Nth occurence of the day of week,
75 * by this constructor is <code>DOW</code>.
178 * is <code>DOW</code>, the value is always 0.
194 * in the month. When the date rule type is not <code>DOW</code>,
  /external/icu4c/test/cintltst/
ccaltst.c     [all...]
  /external/icu4c/test/intltest/
caltest.cpp 572 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); local
576 if (dow < min ||
577 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range");
578 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
702 * results in the first WOY/DOW day of the year satisfying the
705 * of 1 (for YEAR_WOY 1998) and a DOW of Tuesday, and falls in the
1421 int32_t dow = cal.get(UCAL_DOW_LOCAL, status); local
1679 int32_t dow = cal.get(UCAL_DAY_OF_WEEK, status); local
    [all...]

Completed in 238 milliseconds