Searched refs:yearWoy (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dgregocal.h628 * The Gregorian implementation assumes a yearWoy in gregorian format, according to the current era.
632 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
H A Dcalendar.h1710 * The Calendar implementation assumes yearWoy is in extended gregorian form
1714 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h628 * The Gregorian implementation assumes a yearWoy in gregorian format, according to the current era.
632 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
H A Dcalendar.h1710 * The Calendar implementation assumes yearWoy is in extended gregorian form
1714 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp3109 // Jan 1 of (yearWoy+1) is in yearWoy+1 - recalculate JD to next year
3207 int32_t Calendar::handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy)
3212 //return yearWoy;
3220 int32_t jan1Start = handleComputeMonthStart(yearWoy, 0, FALSE);
3221 int32_t nextJan1Start = handleComputeMonthStart(yearWoy+1, 0, FALSE); // next year's Jan1 start
3261 // therefore WOY1 is always solidly within yearWoy
3262 return yearWoy;
3266 return yearWoy-1; // previous year
3268 return yearWoy; // i
[all...]
H A Dgregocal.cpp1224 int32_t GregorianCalendar::handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy) argument
1229 yearWoy = 1 - yearWoy;
1231 return Calendar::handleGetExtendedYearFromWeekFields(yearWoy, woy);
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp3270 // Jan 1 of (yearWoy+1) is in yearWoy+1 - recalculate JD to next year
3368 int32_t Calendar::handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy)
3373 //return yearWoy;
3381 int32_t jan1Start = handleComputeMonthStart(yearWoy, 0, FALSE);
3382 int32_t nextJan1Start = handleComputeMonthStart(yearWoy+1, 0, FALSE); // next year's Jan1 start
3422 // therefore WOY1 is always solidly within yearWoy
3423 return yearWoy;
3427 return yearWoy-1; // previous year
3429 return yearWoy; // i
[all...]
H A Dgregocal.cpp1224 int32_t GregorianCalendar::handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy) argument
1229 yearWoy = 1 - yearWoy;
1231 return Calendar::handleGetExtendedYearFromWeekFields(yearWoy, woy);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp1795 int32_t yearWoy = year; local
1797 if (woy >= 52) --yearWoy;
1799 if (woy == 1) ++yearWoy;
1843 cal.set(UCAL_YEAR_WOY, yearWoy);
1860 cal.set(UCAL_YEAR_WOY, yearWoy);
1906 cal.set(UCAL_YEAR_WOY, yearWoy);
1917 cal.set(UCAL_YEAR_WOY, yearWoy - 2);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp1816 int32_t yearWoy = year; local
1818 if (woy >= 52) --yearWoy;
1820 if (woy == 1) ++yearWoy;
1864 cal.set(UCAL_YEAR_WOY, yearWoy);
1881 cal.set(UCAL_YEAR_WOY, yearWoy);
1927 cal.set(UCAL_YEAR_WOY, yearWoy);
1938 cal.set(UCAL_YEAR_WOY, yearWoy - 2);

Completed in 255 milliseconds