/external/chromium/third_party/icu/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 | 1358 int32_t woy = (dayOfYear - 1 + relDowJan1) \/ 7; \/\/ 0..53 local 2667 int32_t woy = internalGet(bestField); local [all...] |
/external/icu4c/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 | 1376 int32_t woy = (dayOfYear - 1 + relDowJan1) \/ 7; \/\/ 0..53 local 2784 int32_t woy = internalGet(bestField); local [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
caltest.cpp | 649 /* Note: The following test used to expect YEAR 1997, WOY 1 to 653 * desired. Using YEAR in combination with WOY is ambiguous, and 654 * results in the first WOY/DOW day of the year satisfying the 656 * it propertly resolves to Tue Dec 30 1997, which has a WOY value 1375 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local 1635 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local [all...] |
calregts.cpp | 919 sdf.applyPattern("EEE dd MMM yyyy 'WOY'ww'-'YYYY 'DOY'DDD"); 966 int32_t woy = testCal->get(UCAL_WEEK_OF_YEAR,status); local 1040 int32_t woy = DISAM_int[i+2]; local 2025 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local [all...] |
/external/icu4c/test/intltest/ |
caltest.cpp | 697 /* Note: The following test used to expect YEAR 1997, WOY 1 to 701 * desired. Using YEAR in combination with WOY is ambiguous, and 702 * results in the first WOY/DOW day of the year satisfying the 704 * it propertly resolves to Tue Dec 30 1997, which has a WOY value 1420 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local 1680 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local [all...] |
calregts.cpp | 948 sdf.applyPattern("EEE dd MMM yyyy 'WOY'ww'-'YYYY 'DOY'DDD"); 995 int32_t woy = testCal->get(UCAL_WEEK_OF_YEAR,status); local 1069 int32_t woy = DISAM_int[i+2]; local 2054 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local [all...] |