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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 593 int woy1 = cal.get(Calendar.WEEK_OF_YEAR); local
609 if (woy1 == woy2 && wom1 == wom2) {
610 logln("Ok: WEEK_OF_YEAR: " + woy1 +
613 errln("FAIL: WEEK_OF_YEAR: " + woy1 + " => " + woy2 +
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 2604 int32_t woy1 = cal.get(UCAL_WEEK_OF_YEAR, ec); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 589 int woy1 = cal.get(Calendar.WEEK_OF_YEAR); local
605 if (woy1 == woy2 && wom1 == wom2) {
606 logln("Ok: WEEK_OF_YEAR: " + woy1 +
609 errln("FAIL: WEEK_OF_YEAR: " + woy1 + " => " + woy2 +
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp     [all...]

Completed in 140 milliseconds