HomeSort by relevance Sort by last modified time
    Searched defs:woy (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GregorianCalendar.java 568 int woy = get(WEEK_OF_YEAR); local
574 if (woy >= 52) {
578 if (woy == 1) {
582 woy += amount;
584 if (woy < 1 || woy > 52) {
597 woy = ((woy + lastWoy - 1) % lastWoy) + 1;
599 set(WEEK_OF_YEAR, woy);
    [all...]
Calendar.java 5113 int woy = (dayOfYear - 1 + relDowJan1) \/ 7; \/\/ 0..53 local
    [all...]
  /external/icu/icu4c/source/i18n/
gregocal.cpp 36 * 01/24/2000 aliu Revised computeJulianDay for YEAR YEAR_WOY WOY.
477 if((bestField == UCAL_WEEK_OF_YEAR) && // if we are doing WOY calculations, we are counting relative to Jan 1 *julian*
519 fprintf(stderr, "%s:%d: [WOY/WOM] gregorian week shift of %d += %d\n",
772 // // Compute doy of first (relative) DOW of WOY 1
867 int32_t woy = get(UCAL_WEEK_OF_YEAR, status); local
    [all...]
calendar.cpp 1639 int32_t woy = (dayOfYear - 1 + relDowJan1) \/ 7; \/\/ 0..53 local
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 836 /* Note: The following test used to expect YEAR 1997, WOY 1 to
840 * desired. Using YEAR in combination with WOY is ambiguous, and
841 * results in the first WOY/DOW day of the year satisfying the
843 * it propertly resolves to Tue Dec 30 1997, which has a WOY value
1559 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
1819 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
    [all...]
calregts.cpp 1041 int32_t woy = testCal->get(UCAL_WEEK_OF_YEAR,status); local
1115 int32_t woy = DISAM_int[i+2]; local
2108 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegression.java 626 int woy = testCal.get(Calendar.WEEK_OF_YEAR); local
627 log(testCal.getTime() + " " + woy);
628 if (woy != DATA[j + 1 + i]) {
678 int woy = ((Integer)DISAM[i+1]).intValue(); local
683 testCal.set(Calendar.WEEK_OF_YEAR, woy);
685 log(y + "-W" + woy +
731 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") +
743 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,")
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 466 milliseconds