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

  /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 1378 int32_t woy = (dayOfYear - 1 + relDowJan1) \/ 7; \/\/ 0..53 local
2786 int32_t woy = internalGet(bestField); 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...]

Completed in 878 milliseconds