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

1 23

  /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/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...]
  /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...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 1286 int32_t dow; member in class:Test1684Data
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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...]
  /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...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
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...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
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...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKLocalDate.java 762 DayOfWeek dow = DayOfWeek.MONDAY;
767 assertSame(d.getDayOfWeek(), dow);
768 dow = dow.plus(1);
    [all...]
TCKLocalDateTime.java     [all...]
  /prebuilts/go/darwin-x86/src/net/mail/
message.go 81 for _, dow := range dows {
86 s := dow + day + " Jan " + year + " 15:04" + second + " " + zone
  /prebuilts/go/linux-x86/src/net/mail/
message.go 81 for _, dow := range dows {
86 s := dow + day + " Jan " + year + " 15:04" + second + " " + zone
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 

Completed in 812 milliseconds

1 23