HomeSort by relevance Sort by last modified time
    Searched refs:DAY_PARTS (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
hebrwcal.cpp 353 static const int32_t DAY_PARTS = 24*HOUR_PARTS;
360 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;
396 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation
397 frac = frac % DAY_PARTS; // Time of day
559 double m = ((d * (double)DAY_PARTS)/ (double) MONTH_PARTS); // Months (approx)
  /external/icu4c/i18n/
hebrwcal.cpp 353 static const int32_t DAY_PARTS = 24*HOUR_PARTS;
360 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;
396 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation
397 frac = frac % DAY_PARTS; // Time of day
559 double m = ((d * (double)DAY_PARTS)/ (double) MONTH_PARTS); // Months (approx)

Completed in 13 milliseconds