Searched refs:woy (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dgregocal.cpp867 int32_t woy = get(UCAL_WEEK_OF_YEAR, status); local
873 if (woy >= 52) {
877 if (woy == 1) {
881 woy += amount;
883 if (woy < 1 || woy > 52) {
896 woy = ((woy + lastWoy - 1) % lastWoy) + 1;
898 set(UCAL_WEEK_OF_YEAR, woy);
1224 int32_t GregorianCalendar::handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy) argument
[all...]
H A Dcalendar.cpp1447 int32_t woy = (dayOfYear - 1 + relDowJan1) / 7; // 0..53 local
1449 ++woy;
1454 if (woy == 0) {
1461 woy = weekNumber(prevDoy, dayOfWeek);
1478 woy = 1;
1483 fFields[UCAL_WEEK_OF_YEAR] = woy;
3087 int32_t woy = internalGet(bestField);
3096 if(woy==1) { // FIRST WEEK ---------------------------------
3098 fprintf(stderr, "%s:%d - woy=%d, yp=%d, nj(%d)=%d, nf=%d", __FILE__, __LINE__,
3105 // nextFirst is now the localized DOW of Jan 1 of y-woy
[all...]
/external/icu/icu4c/source/i18n/
H A Dgregocal.cpp867 int32_t woy = get(UCAL_WEEK_OF_YEAR, status); local
873 if (woy >= 52) {
877 if (woy == 1) {
881 woy += amount;
883 if (woy < 1 || woy > 52) {
896 woy = ((woy + lastWoy - 1) % lastWoy) + 1;
898 set(UCAL_WEEK_OF_YEAR, woy);
1224 int32_t GregorianCalendar::handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy) argument
[all...]
H A Dcalendar.cpp1576 int32_t woy = (dayOfYear - 1 + relDowJan1) / 7; // 0..53 local
1578 ++woy;
1583 if (woy == 0) {
1590 woy = weekNumber(prevDoy, dayOfWeek);
1607 woy = 1;
1612 fFields[UCAL_WEEK_OF_YEAR] = woy;
3248 int32_t woy = internalGet(bestField);
3257 if(woy==1) { // FIRST WEEK ---------------------------------
3259 fprintf(stderr, "%s:%d - woy=%d, yp=%d, nj(%d)=%d, nf=%d", __FILE__, __LINE__,
3266 // nextFirst is now the localized DOW of Jan 1 of y-woy
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dgregocal.h632 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
H A Dcalendar.h1714 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h632 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
H A Dcalendar.h1714 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp1460 * invariant. YEAR_WOY should keep the woy/dow invariant. I've
1527 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
1564 if (ywy2 != (ywy+1) || woy2 != woy || dow2 != dow) {
1566 (ywy+1) + ", woy " + woy + ", dowLocal " + dow;
1787 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
1797 if (woy >= 52) --yearWoy;
1799 if (woy == 1) ++yearWoy;
1802 // Basic fields->time check y/woy/dow
1807 cal.set(UCAL_WEEK_OF_YEAR, woy);
[all...]
H A Dcalregts.cpp1041 int32_t woy = testCal->get(UCAL_WEEK_OF_YEAR,status); local
1044 UnicodeString(" ") + woy);
1045 if (woy != DATA[j + 1 + i]) {
1072 // y y_woy woy dow
1115 int32_t woy = DISAM_int[i+2]; local
1120 testCal->set(UCAL_WEEK_OF_YEAR, woy);
1125 log(UnicodeString("Y") + y + "-W" + woy +
1139 testCal->set(UCAL_WEEK_OF_YEAR, woy);
1144 log(UnicodeString("YWOY") + ywoy + "-W" + woy +
2065 // Check woy an
2108 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp1481 * invariant. YEAR_WOY should keep the woy/dow invariant. I've
1548 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
1585 if (ywy2 != (ywy+1) || woy2 != woy || dow2 != dow) {
1587 (ywy+1) + ", woy " + woy + ", dowLocal " + dow;
1808 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
1818 if (woy >= 52) --yearWoy;
1820 if (woy == 1) ++yearWoy;
1823 // Basic fields->time check y/woy/dow
1828 cal.set(UCAL_WEEK_OF_YEAR, woy);
[all...]
H A Dcalregts.cpp1041 int32_t woy = testCal->get(UCAL_WEEK_OF_YEAR,status); local
1044 UnicodeString(" ") + woy);
1045 if (woy != DATA[j + 1 + i]) {
1072 // y y_woy woy dow
1115 int32_t woy = DISAM_int[i+2]; local
1120 testCal->set(UCAL_WEEK_OF_YEAR, woy);
1125 log(UnicodeString("Y") + y + "-W" + woy +
1139 testCal->set(UCAL_WEEK_OF_YEAR, woy);
1144 log(UnicodeString("YWOY") + ywoy + "-W" + woy +
2065 // Check woy an
2108 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 650 milliseconds