HomeSort by relevance Sort by last modified time
    Searched defs:dow (Results 26 - 50 of 62) sorted by null

12 3

  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 1286 int32_t dow; member in class:Test1684Data
    [all...]
tzregts.cpp 372 int32_t dow = testCal->get(UCAL_DAY_OF_WEEK, status); local
376 dow = UCAL_SUNDAY + ((dow - UCAL_SUNDAY + 6) % 7);
381 dow = UCAL_SUNDAY + ((dow - UCAL_SUNDAY + 1) % 7);
388 (uint8_t)dow,
    [all...]
caltest.cpp 720 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); local
724 if (dow < min ||
725 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range");
726 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
850 * 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
1569 int32_t dow = cal.get(UCAL_DOW_LOCAL, status); local
1827 int32_t dow = cal.get(UCAL_DAY_OF_WEEK, status); local
    [all...]
calregts.cpp 587 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); local
593 if (dow < min || dow > max)
594 errln("FAIL: Day of week %d out of range [%d,%d]\n", dow, min, max);
595 if (dow != UCAL_SUNDAY)
596 errln(UnicodeString("FAIL: Day of week should be SUNDAY Got ") + dow);
848 int32_t dow = a->get(UCAL_DAY_OF_WEEK, status); local
849 if (dow != UCAL_THURSDAY)
850 errln(UnicodeString("Fail: Want THURSDAY Got ") + dow);
1118 int32_t dow = DISAM_int[i+3]; local
2112 int32_t dow = cal.get(UCAL_DAY_OF_WEEK, status); local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 2338 int dow = calendar.get(Calendar.DAY_OF_WEEK); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTestUtility.java 286 // DOW + WALL
313 case DateTimeRule.DOW:
570 int dow = cal.get(Calendar.DAY_OF_WEEK); local
572 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
573 b_offset = tza_b.getOffset(era, year, month, day, dow, mid);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java 1711 int month = -1, dom = 0, dow = 0, dtype = -1; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 75 Changeover -7 days: 1582/9/28 dow=6
76 Changeover -6 days: 1582/9/29 dow=7
77 Changeover -5 days: 1582/9/30 dow=1
78 Changeover -4 days: 1582/10/1 dow=2
79 Changeover -3 days: 1582/10/2 dow=3
80 Changeover -2 days: 1582/10/3 dow=4
81 Changeover -1 days: 1582/10/4 dow=5
82 Changeover +0 days: 1582/10/15 dow=6
83 Changeover +1 days: 1582/10/16 dow=7
84 Changeover +2 days: 1582/10/17 dow=
100 dom = cal.get(Calendar.DATE), dow = cal.get(Calendar.DAY_OF_WEEK); local
479 int dow = cal.get(Calendar.DAY_OF_WEEK); local
    [all...]
IBMCalendarTest.java 140 logln("Ok: DOW " + data[i] + " type=" + type);
142 errln("FAIL: DOW " + data[i] + " type=" + type +
675 int dow; field in class:IBMCalendarTest.TestData
680 int womyear, int wommon, int wom, int dow,
688 this.dow = dow;
746 cal.set(Calendar.DAY_OF_WEEK, test.dow);
    [all...]
CalendarRegressionTest.java 358 int dow = cal.get(Calendar.DAY_OF_WEEK); local
364 if (dow < min || dow > max)
365 errln("FAIL: Day of week " + dow + " out of range");
366 if (dow != Calendar.SUNDAY)
367 errln("FAIL: Day of week should be SUNDAY Got " + dow);
496 int dow = a.get(Calendar.DAY_OF_WEEK); local
497 if (dow != Calendar.THURSDAY)
498 errln("Fail: Want THURSDAY Got " + dow);
698 int dow = ((Integer)DISAM[i+2]).intValue() local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 238 int dow = testCal.get(Calendar.DAY_OF_WEEK); local
242 dow = Calendar.SUNDAY + ((dow - Calendar.SUNDAY + 6) % 7);
247 dow = Calendar.SUNDAY + ((dow - Calendar.SUNDAY + 1) % 7);
254 dow,
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 700 int32_t year, month, dom, dow; local
704 Grego::dayToFields(day, year, month, dom, dow);
707 (uint8_t) dow, millis,
    [all...]
calendar.cpp 1573 int32_t dow = julianDayToDayOfWeek(julianDay); local
1891 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); local
1949 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); local
3667 int32_t dow = fFirstDayOfWeek; local
    [all...]
vtzone.cpp 192 int32_t year, month, dom, dow, doy, mid; local
193 Grego::timeToFields(time, year, month, dom, dow, doy, mid);
376 * dow day of week in BYDAY, or 0 when not found
382 static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim,
390 dow = 0;
477 dow = wday + 1;
764 * Check if the DOW rule specified by month, weekInMonth and dayOfWeek is equivalent
775 if (dtrule->getDateRuleType() == DateTimeRule::DOW
817 int32_t month = -1, dom = 0, dow = 0; local
830 dow = rule->getRuleDayOfWeek()
1665 int32_t y, m, d, dow, doy, mid; local
1941 int32_t year, month, dom, dow, doy, mid; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 837 int d, m1, yy0, yy1, yy2, dow; local
878 dow = ((26 * m1 - 2) / 10 +
880 if (dow < 0)
881 dow += DAYSPERWEEK;
884 ** "dow" is the day-of-week of the first day of the month. Get
885 ** the day-of-month (zero-origin) of the first "dow" day of the
888 d = rulep->r_day - dow;
    [all...]
tz2icu.cpp 769 int32_t dow; member in struct:FinalRulePart
817 dow = _dow;
830 if (mode != DOM && (dow < 0 || dow >= 7)) {
831 os << "Invalid input day of week " << dow; local
843 << month << dom << dow << time
868 // DOWGEQ: dom -(dow+1)
869 // DOWLEQ: -dom -(dow+1)
884 * Return a "dow" param suitable for SimpleTimeZone.
887 return (mode == DOM) ? 0 : -(dow+1)
961 int32_t month, dom, dow, time, offset; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java 1742 int month = -1, dom = 0, dow = 0, dtype = -1; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 74 Changeover -7 days: 1582/9/28 dow=6
75 Changeover -6 days: 1582/9/29 dow=7
76 Changeover -5 days: 1582/9/30 dow=1
77 Changeover -4 days: 1582/10/1 dow=2
78 Changeover -3 days: 1582/10/2 dow=3
79 Changeover -2 days: 1582/10/3 dow=4
80 Changeover -1 days: 1582/10/4 dow=5
81 Changeover +0 days: 1582/10/15 dow=6
82 Changeover +1 days: 1582/10/16 dow=7
83 Changeover +2 days: 1582/10/17 dow=
99 dom = cal.get(Calendar.DATE), dow = cal.get(Calendar.DAY_OF_WEEK); local
478 int dow = cal.get(Calendar.DAY_OF_WEEK); local
    [all...]
IBMCalendarTest.java 139 logln("Ok: DOW " + data[i] + " type=" + type);
141 errln("FAIL: DOW " + data[i] + " type=" + type +
674 int dow; field in class:IBMCalendarTest.TestData
679 int womyear, int wommon, int wom, int dow,
687 this.dow = dow;
745 cal.set(Calendar.DAY_OF_WEEK, test.dow);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 237 int dow = testCal.get(Calendar.DAY_OF_WEEK); local
241 dow = Calendar.SUNDAY + ((dow - Calendar.SUNDAY + 6) % 7);
246 dow = Calendar.SUNDAY + ((dow - Calendar.SUNDAY + 1) % 7);
253 dow,
    [all...]
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 804 int dow = internalGet(DAY_OF_WEEK) - getFirstDayOfWeek(); local
    [all...]
GregorianCalendar.java 1361 int dow = internalGet(DAY_OF_WEEK) - getFirstDayOfWeek(); local
1901 int dow = date.getDayOfWeek(); local
    [all...]
  /bionic/libc/tzcode/
localtime.c 930 int d, m1, yy0, yy1, yy2, dow; local
971 dow = ((26 * m1 - 2) / 10 +
973 if (dow < 0)
974 dow += DAYSPERWEEK;
977 ** "dow" is the day-of-week of the first day of the month. Get
978 ** the day-of-month (zero-origin) of the first "dow" day of the
981 d = rulep->r_day - dow;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 2576 int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self)); local
2686 int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self)); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 2576 int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self)); local
2686 int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self)); local
    [all...]

Completed in 1015 milliseconds

12 3