HomeSort by relevance Sort by last modified time
    Searched full:monthstart (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/icu/source/i18n/
islamcal.cpp 210 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const {
357 return monthStart(eyear, month) + 1948439;
403 startDate = monthStart(year, month);
431 dayOfMonth = (days - monthStart(year, month)) + 1;
434 dayOfYear = (days - monthStart(year, 0) + 1);
persncal.cpp 285 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const {
persncal.h 186 int32_t monthStart(int32_t year, int32_t month) const;
islamcal.h 251 int32_t monthStart(int32_t year, int32_t month) const;
gregocal.cpp 843 // additional 10 if we are after the cutover. Thus the monthStart
    [all...]
  /external/icu4c/i18n/
islamcal.cpp 210 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const {
357 return monthStart(eyear, month) + 1948439;
403 startDate = monthStart(year, month);
431 dayOfMonth = (days - monthStart(year, month)) + 1;
434 dayOfYear = (days - monthStart(year, 0) + 1);
persncal.cpp 285 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const {
persncal.h 186 int32_t monthStart(int32_t year, int32_t month) const;
islamcal.h 251 int32_t monthStart(int32_t year, int32_t month) const;
gregocal.cpp 843 // additional 10 if we are after the cutover. Thus the monthStart
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 463 Time monthStart = mTempTime;
464 monthStart.set(mViewCalendar);
465 monthStart.monthDay = 1;
466 monthStart.hour = 0;
467 monthStart.minute = 0;
468 monthStart.second = 0;
469 long millis = monthStart.normalize(true /* ignore isDst */);
470 int startDay = Time.getJulianDay(millis, monthStart.gmtoff);
    [all...]

Completed in 1949 milliseconds