HomeSort by relevance Sort by last modified time
    Searched refs:wom (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/test/java/time/tck/java/time/temporal/
TCKWeekFields.java 316 int wom = day.get(womField); local
321 assertEquals(result.get(womField), wom, "Week of Month should not change"); local
411 int wom = date.get(womField); local
413 for (int j = wom - 10; j < wom + 10; j++) {
416 assertEquals(parsed, date.plusWeeks(j - wom), " ::" + str + ": :" + i + "::" + j);
480 int wom = date.get(womField); local
482 for (int j = wom - 10; j < wom + 10; j++) {
485 assertEquals(parsed, date.plusWeeks(j - wom), " ::" + str + ": :" + i + "::" + j)
    [all...]
  /libcore/ojluni/src/main/java/java/time/temporal/
WeekFields.java     [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 1286 int32_t wom; member in class:Test1684Data
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 679 int wom; field in class:IBMCalendarTest.TestData
685 int womyear, int wommon, int wom, int dow,
692 this.wom = wom;
750 cal.set(Calendar.WEEK_OF_MONTH, test.wom);
756 "\n GregorianCalendar.WOM gave " + ms2);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 676 int wom; field in class:IBMCalendarTest.TestData
682 int womyear, int wommon, int wom, int dow,
689 this.wom = wom;
747 cal.set(Calendar.WEEK_OF_MONTH, test.wom);
753 "\n GregorianCalendar.WOM gave " + ms2);
    [all...]

Completed in 300 milliseconds