Searched refs:DOW (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/i18n/unicode/
H A Ddtrule.h39 DOW, /**< The Nth occurence of the day of week, enumerator in enum:DateTimeRule::DateRuleType
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/
H A Dwintzimpl.cpp55 U_ASSERT(std->getRule()->getDateRuleType() == DateTimeRule::DOW);
56 U_ASSERT(dst->getRule()->getDateRuleType() == DateTimeRule::DOW);
61 // Always use DOW type rule
H A Ddtrule.cpp34 fDateRuleType(DateTimeRule::DOW), fTimeRuleType(timeType) {
H A Dtzrule.cpp275 if (type == DateTimeRule::DOW) {
276 // Normalize DOW rule into DOW_GEQ_DOM or DOW_LEQ_DOM
H A Dvtzone.cpp762 * Check if the DOW rule specified by month, weekInMonth and dayOfWeek is equivalent
773 if (dtrule->getDateRuleType() == DateTimeRule::DOW
832 if (dtype == DateTimeRule::DOW) {
2273 * Write start times defined by a DOW rule using VTIMEZONE RRULE
2319 // Check if this rule can be converted to DOW rule
2321 // Can be represented by DOW rule
2328 // Can be represented by DOW rule with negative week number
2443 // Check if this rule can be converted to DOW rule
2445 // Can be represented by DOW rule
2449 // Can be represented by DOW rul
[all...]
/external/icu4c/test/cintltst/
H A Dccaltst.c1079 int32_t initialDOW, DOW, newDOW, expectedDOW; local
1103 log_verbose("\nTesting the DOW progression\n");
1109 DOW = newDOW;
1110 log_verbose("DOW = %d...\n", DOW);
1120 expectedDOW = 1 + (DOW + delta - 1) % 7;
1673 log_err("FAIL: locale %s DOW %d getDayOfWeekType() status %s\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, u_errorName(status) );
1676 log_err("FAIL: locale %s DOW %d type %d, expected %d\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, dayType, daysOfWeekPtr->dayType );
1678 log_verbose("OK: locale %s DOW %d type %d\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, dayType );
/external/icu4c/test/intltest/
H A Dcaltest.cpp717 * results in the first WOY/DOW day of the year satisfying the
720 * of 1 (for YEAR_WOY 1998) and a DOW of Tuesday, and falls in the
1422 * When adding the YEAR_WOY, the WOY and DOW should remain constant. - aliu
1591 int32_t DOW, newDOW = initialDOW; local
1594 DOW = newDOW;
1595 logln(UnicodeString("DOW = ") + DOW + " " + dateToString(cur->getTime(status), str));
1601 int32_t expectedDOW = 1 + (DOW + delta - 1) % 7;
1780 // Make sure DOW_LOCAL disambiguates over DOW
1793 logln("%.f : DOW
[all...]
H A Dtzrulets.cpp1147 if (dtr->getDateRuleType() != DateTimeRule::DOW) {
1148 errln("FAIL: simple std rull must use DateTimeRule::DOW as date rule.");
1156 if (dtr->getDateRuleType() != DateTimeRule::DOW) {
1157 errln("FAIL: simple dst rull must use DateTimeRule::DOW as date rule.");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 602 milliseconds