Searched defs:DOW (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ddtrule.h41 DOW, /**< The Nth occurence of the day of week, enumerator in enum:DateTimeRule::DateRuleType
77 * by this constructor is <code>DOW</code>.
180 * is <code>DOW</code>, the value is always 0.
196 * in the month. When the date rule type is not <code>DOW</code>,
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DDateTimeRule.java35 public static final int DOW = 1; field in class:DateTimeRule
104 * by this constructor is <code>DOW</code>.
117 dateRuleType = DOW;
177 * is <code>DOW</code>, the value is always 0.
197 * When the date rule type is not <code>DOW</code>, the value is
242 case DOW:
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DDateTimeRule.java38 public static final int DOW = 1; field in class:DateTimeRule
119 * by this constructor is <code>DOW</code>.
134 dateRuleType = DOW;
200 * is <code>DOW</code>, the value is always 0.
224 * When the date rule type is not <code>DOW</code>, the value is
277 case DOW:
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCalendarTestFmwk.java51 public final static int DOW = Calendar.DAY_OF_WEEK; field in class:CalendarTestFmwk
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarTestFmwk.java50 public final static int DOW = Calendar.DAY_OF_WEEK; field in class:CalendarTestFmwk
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1212 int32_t initialDOW, DOW, newDOW, expectedDOW; local
1236 log_verbose("\nTesting the DOW progression\n");
1242 DOW = newDOW;
1243 log_verbose("DOW = %d...\n", DOW);
1253 expectedDOW = 1 + (DOW + delta - 1) % 7;
1816 log_err("FAIL: locale %s DOW %d getDayOfWeekType() status %s\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, u_errorName(status) );
1819 log_err("FAIL: locale %s DOW %d type %d, expected %d\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, dayType, daysOfWeekPtr->dayType );
1821 log_verbose("OK: locale %s DOW %d type %d\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, dayType );
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp850 * results in the first WOY/DOW day of the year satisfying the
853 * of 1 (for YEAR_WOY 1998) and a DOW of Tuesday, and falls in the
1555 * When adding the YEAR_WOY, the WOY and DOW should remain constant. - aliu
1724 int32_t DOW, newDOW = initialDOW; local
1727 DOW = newDOW;
1728 logln(UnicodeString("DOW = ") + DOW + " " + dateToString(cur->getTime(status), str));
1734 int32_t expectedDOW = 1 + (DOW + delta - 1) % 7;
1913 // Make sure DOW_LOCAL disambiguates over DOW
1926 logln("%.f : DOW
[all...]

Completed in 1255 milliseconds