HomeSort by relevance Sort by last modified time
    Searched refs:DOW (Results 1 - 9 of 9) 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/i18n/
wintzimpl.cpp 55 U_ASSERT(std->getRule()->getDateRuleType() == DateTimeRule::DOW);
56 U_ASSERT(dst->getRule()->getDateRuleType() == DateTimeRule::DOW);
61 // Always use DOW type rule
dtrule.cpp 34 fDateRuleType(DateTimeRule::DOW), fTimeRuleType(timeType) {
tzrule.cpp 275 if (type == DateTimeRule::DOW) {
276 // Normalize DOW rule into DOW_GEQ_DOM or DOW_LEQ_DOM
299 int32_t dow = Grego::dayOfWeek(ruleDay);
300 int32_t delta = fDateTimeRule->getRuleDayOfWeek() - dow;
356 int32_t year, month, dom, dow, doy, mid;
357 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
380 int32_t year, month, dom, dow, doy, mid;
381 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
vtzone.cpp 189 int32_t year, month, dom, dow, doy, mid; local
190 Grego::timeToFields(time, year, month, dom, dow, doy, mid);
373 * dow day of week in BYDAY, or 0 when not found
379 static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim,
387 dow = 0;
474 dow = wday + 1;
761 * Check if the DOW rule specified by month, weekInMonth and dayOfWeek is equivalent
772 if (dtrule->getDateRuleType() == DateTimeRule::DOW
814 int32_t month = -1, dom = 0, dow = 0; local
827 dow = rule->getRuleDayOfWeek()
1662 int32_t y, m, d, dow, doy, mid; local
1938 int32_t year, month, dom, dow, doy, mid; local
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c     [all...]
  /external/icu4c/test/intltest/
caltest.cpp 660 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); local
664 if (dow < min ||
665 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range");
666 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
790 * results in the first WOY/DOW day of the year satisfying the
793 * of 1 (for YEAR_WOY 1998) and a DOW of Tuesday, and falls in the
1509 int32_t dow = cal.get(UCAL_DOW_LOCAL, status); local
1767 int32_t dow = cal.get(UCAL_DAY_OF_WEEK, status); local
    [all...]
tzrulets.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 144 milliseconds