/external/chromium/third_party/icu/public/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/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/chromium/third_party/icu/source/test/cintltst/ |
ccaltst.c | [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
caltest.cpp | 524 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); local 528 if (dow < min || 529 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range"); 530 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow); 654 * results in the first WOY/DOW day of the year satisfying the 657 * of 1 (for YEAR_WOY 1998) and a DOW of Tuesday, and falls in the 1376 int32_t dow = cal.get(UCAL_DOW_LOCAL, status); local 1634 int32_t dow = cal.get(UCAL_DAY_OF_WEEK, status); local [all...] |
/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...] |