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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 613 int woy2 = cal.get(Calendar.WEEK_OF_YEAR); local
623 if (woy1 == woy2 && wom1 == wom2) {
627 errln("FAIL: WEEK_OF_YEAR: " + woy1 + " => " + woy2 +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 610 int woy2 = cal.get(Calendar.WEEK_OF_YEAR); local
620 if (woy1 == woy2 && wom1 == wom2) {
624 errln("FAIL: WEEK_OF_YEAR: " + woy1 + " => " + woy2 +
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 2615 int32_t woy2 = cal.get(UCAL_WEEK_OF_YEAR, ec); local
    [all...]
caltest.cpp 1602 int32_t woy2 = cal.get(UCAL_WEEK_OF_YEAR, status); local
    [all...]

Completed in 3296 milliseconds