HomeSort by relevance Sort by last modified time
    Searched refs:dow (Results 26 - 41 of 41) sorted by null

12

  /external/icu4c/i18n/
simpletz.cpp 516 int32_t year, month, dom, dow; local
520 Grego::dayToFields(day, year, month, dom, dow);
523 (uint8_t) dow, millis,
549 Grego::dayToFields(day, year, month, dom, dow);
551 (uint8_t) dow, millis,
793 // value indicating which DOW, such as +1 for first,
847 * DOW_IN_MONTH DOM DOW>=DOM DOW<=DOM no DST
    [all...]
timezone.cpp 624 int32_t year, month, dom, dow; local
628 Grego::dayToFields(day, year, month, dom, dow);
631 (uint8_t) dow, millis,
    [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...]
calregts.cpp 584 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); local
590 if (dow < min || dow > max)
591 errln("FAIL: Day of week %d out of range [%d,%d]\n", dow, min, max);
592 if (dow != UCAL_SUNDAY)
593 errln(UnicodeString("FAIL: Day of week should be SUNDAY Got ") + dow);
845 int32_t dow = a->get(UCAL_DAY_OF_WEEK, status); local
846 if (dow != UCAL_THURSDAY)
847 errln(UnicodeString("Fail: Want THURSDAY Got ") + dow);
1115 int32_t dow = DISAM_int[i+3]; local
2109 int32_t dow = cal.get(UCAL_DAY_OF_WEEK, status); local
    [all...]
dtfmrgts.cpp 1279 int32_t dow; member in class:Test1684Data
    [all...]
  /bionic/libc/tzcode/
localtime.c 845 int d, m1, yy0, yy1, yy2, dow; local
889 dow = ((26 * m1 - 2) / 10 +
891 if (dow < 0)
892 dow += DAYSPERWEEK;
895 ** "dow" is the day-of-week of the first day of the month. Get
896 ** the day-of-month (zero-origin) of the first "dow" day of the
899 d = rulep->r_day - dow;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 822 int d, m1, yy0, yy1, yy2, dow; local
866 dow = ((26 * m1 - 2) / 10 +
868 if (dow < 0)
869 dow += DAYSPERWEEK;
872 ** "dow" is the day-of-week of the first day of the month. Get
873 ** the day-of-month (zero-origin) of the first "dow" day of the
876 d = rulep->r_day - dow;
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 822 int d, m1, yy0, yy1, yy2, dow; local
866 dow = ((26 * m1 - 2) / 10 +
868 if (dow < 0)
869 dow += DAYSPERWEEK;
872 ** "dow" is the day-of-week of the first day of the month. Get
873 ** the day-of-month (zero-origin) of the first "dow" day of the
876 d = rulep->r_day - dow;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 67 int dow = cal.get(Calendar.DAY_OF_WEEK); local
70 + " expected: " + dow, cal.get(Calendar.DAY_OF_WEEK) != dow);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 632 int32_t year, month, dom, dow; local
636 Grego::dayToFields(day, year, month, dom, dow);
639 (uint8_t) dow, millis,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp 1275 int32_t dow; member in class:Test1684Data
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 67 int dow = cal.get(Calendar.DAY_OF_WEEK); local
70 + " expected: " + dow, cal.get(Calendar.DAY_OF_WEEK) != dow);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 716 int dow = -1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1728 milliseconds

12