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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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) {
2289 * Write start times defined by a DOW rule using VTIMEZONE RRULE
2335 // Check if this rule can be converted to DOW rule
2337 // Can be represented by DOW rule
2344 // Can be represented by DOW rule with negative week number
2459 // Check if this rule can be converted to DOW rule
2461 // Can be represented by DOW rule
2465 // Can be represented by DOW rul
[all...]
/external/icu/icu4c/source/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) {
2289 * Write start times defined by a DOW rule using VTIMEZONE RRULE
2335 // Check if this rule can be converted to DOW rule
2337 // Can be represented by DOW rule
2344 // Can be represented by DOW rule with negative week number
2459 // Check if this rule can be converted to DOW rule
2461 // Can be represented by DOW rule
2465 // Can be represented by DOW rul
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1203 int32_t initialDOW, DOW, newDOW, expectedDOW; local
1227 log_verbose("\nTesting the DOW progression\n");
1233 DOW = newDOW;
1234 log_verbose("DOW = %d...\n", DOW);
1244 expectedDOW = 1 + (DOW + delta - 1) % 7;
1804 log_err("FAIL: locale %s DOW %d getDayOfWeekType() status %s\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, u_errorName(status) );
1807 log_err("FAIL: locale %s DOW %d type %d, expected %d\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, dayType, daysOfWeekPtr->dayType );
1809 log_verbose("OK: locale %s DOW %d type %d\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, dayType );
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp809 * results in the first WOY/DOW day of the year satisfying the
812 * of 1 (for YEAR_WOY 1998) and a DOW of Tuesday, and falls in the
1514 * When adding the YEAR_WOY, the WOY and DOW should remain constant. - aliu
1683 int32_t DOW, newDOW = initialDOW; local
1686 DOW = newDOW;
1687 logln(UnicodeString("DOW = ") + DOW + " " + dateToString(cur->getTime(status), str));
1693 int32_t expectedDOW = 1 + (DOW + delta - 1) % 7;
1872 // Make sure DOW_LOCAL disambiguates over DOW
1885 logln("%.f : DOW
[all...]
H A Dtzrulets.cpp1148 if (dtr->getDateRuleType() != DateTimeRule::DOW) {
1149 errln("FAIL: simple std rull must use DateTimeRule::DOW as date rule.");
1157 if (dtr->getDateRuleType() != DateTimeRule::DOW) {
1158 errln("FAIL: simple dst rull must use DateTimeRule::DOW as date rule.");
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1204 int32_t initialDOW, DOW, newDOW, expectedDOW; local
1228 log_verbose("\nTesting the DOW progression\n");
1234 DOW = newDOW;
1235 log_verbose("DOW = %d...\n", DOW);
1245 expectedDOW = 1 + (DOW + delta - 1) % 7;
1808 log_err("FAIL: locale %s DOW %d getDayOfWeekType() status %s\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, u_errorName(status) );
1811 log_err("FAIL: locale %s DOW %d type %d, expected %d\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, dayType, daysOfWeekPtr->dayType );
1813 log_verbose("OK: locale %s DOW %d type %d\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, dayType );
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp830 * results in the first WOY/DOW day of the year satisfying the
833 * of 1 (for YEAR_WOY 1998) and a DOW of Tuesday, and falls in the
1535 * When adding the YEAR_WOY, the WOY and DOW should remain constant. - aliu
1704 int32_t DOW, newDOW = initialDOW; local
1707 DOW = newDOW;
1708 logln(UnicodeString("DOW = ") + DOW + " " + dateToString(cur->getTime(status), str));
1714 int32_t expectedDOW = 1 + (DOW + delta - 1) % 7;
1893 // Make sure DOW_LOCAL disambiguates over DOW
1906 logln("%.f : DOW
[all...]
H A Dtzrulets.cpp1146 if (dtr->getDateRuleType() != DateTimeRule::DOW) {
1147 errln("FAIL: simple std rull must use DateTimeRule::DOW as date rule.");
1155 if (dtr->getDateRuleType() != DateTimeRule::DOW) {
1156 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 316 milliseconds