HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 51 - 75 of 756) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
coptccal.cpp 78 int32_t eyear, month, day, era, year; local
79 jdToCE(julianDay, getJDEpochOffset(), eyear, month, day);
92 internalSet(UCAL_MONTH, month);
94 internalSet(UCAL_DAY_OF_YEAR, (30 * month) + day);
153 CopticCalendar::copticToJD(int32_t year, int32_t month, int32_t day)
155 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);
dtrule.cpp 20 DateTimeRule::DateTimeRule(int32_t month,
24 : fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(0), fWeekInMonth(0), fMillisInDay(millisInDay),
28 DateTimeRule::DateTimeRule(int32_t month,
33 : fMonth(month), fDayOfMonth(0), fDayOfWeek(dayOfWeek), fWeekInMonth(weekInMonth), fMillisInDay(millisInDay),
37 DateTimeRule::DateTimeRule(int32_t month,
44 fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(dayOfWeek), fWeekInMonth(0), fMillisInDay(millisInDay),
ethpccal.cpp 104 int32_t eyear, month, day, era, year; local
105 jdToCE(julianDay, getJDEpochOffset(), eyear, month, day);
123 internalSet(UCAL_MONTH, month);
125 internalSet(UCAL_DAY_OF_YEAR, (30 * month) + day);
197 EthiopicCalendar::ethiopicToJD(int32_t year, int32_t month, int32_t date)
199 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
persncal.h 40 * months are 30 days long. The last month is 29 days long in normal years,
59 * Constant for Farvardin, the 1st month of the Persian year.
65 * Constant for Ordibehesht, the 2nd month of the Persian year.
71 * Constant for Khordad, the 3rd month of the Persian year.
77 * Constant for Tir, the 4th month of the Persian year.
83 * Constant for Mordad, the 5th month of the Persian year.
89 * Constant for Shahrivar, the 6th month of the Persian year.
95 * Constant for Mehr, the 7th month of the Persian year.
101 * Constant for Aban, the 8th month of the Persian year.
107 * Constant for Azar, the 9th month of the Persian year.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.css 110 .day-cell.current-month {
165 .month-popup-button,
166 .month-popup-button:hover,
167 .month-popup-button:disabled {
174 .month-popup-button:disabled {
178 .month-popup-button {
187 .month-popup-button .disclosure-triangle {
191 .month-popup-button .disclosure-triangle svg {
236 .year-list-cell .month-chooser {
240 .month-buttons-row
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.h 85 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
87 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
  /external/icu/icu4c/source/test/cintltst/
ccaltst.h 85 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
87 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 31 public void drawMonthDay(Canvas canvas, int year, int month, int day,
39 if (isOutOfRange(year, month, day)) {
  /external/chromium_org/third_party/icu/source/samples/translit/answers/
main_3.cpp 66 for (int32_t month = Calendar::JANUARY;
67 month <= Calendar::DECEMBER;
68 ++month) {
72 cal->set(1999, month, 4);
main_4.cpp 70 for (int32_t month = Calendar::JANUARY;
71 month <= Calendar::DECEMBER;
72 ++month) {
76 cal->set(1999, month, 4);
  /external/chromium_org/third_party/icu/source/samples/translit/
main.cpp 72 for (int32_t month = Calendar::JANUARY;
73 month <= Calendar::DECEMBER;
74 ++month) {
78 cal->set(1999, month, 4);
  /external/chromium_org/v8/src/
date.cc 56 int days, int* year, int* month, int* day) {
59 // the same year and month as the cached 'days'.
65 *month = ymd_month_;
111 *month = i;
120 *month = 0;
123 *month = 1;
127 DCHECK(DaysFromYearMonth(*year, *month) + *day - 1 == save_days);
130 ymd_month_ = *month;
136 int DateCache::DaysFromYearMonth(int year, int month) {
142 year += month / 12
    [all...]
  /external/icu/icu4c/source/samples/translit/answers/
main_3.cpp 66 for (int32_t month = Calendar::JANUARY;
67 month <= Calendar::DECEMBER;
68 ++month) {
72 cal->set(1999, month, 4);
main_4.cpp 70 for (int32_t month = Calendar::JANUARY;
71 month <= Calendar::DECEMBER;
72 ++month) {
76 cal->set(1999, month, 4);
  /external/icu/icu4c/source/samples/translit/
main.cpp 72 for (int32_t month = Calendar::JANUARY;
73 month <= Calendar::DECEMBER;
74 ++month) {
78 cal->set(1999, month, 4);
  /external/lzma/CPP/Windows/
Time.h 15 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day,
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTime.java 22 * <li> month - The month in the range 1..12.
23 * <li> day - The day of the month in the range 1..31.
33 * fields (year, month, and day).
43 /** @return Returns The month in the range 1..12. */
46 /** @param month Sets the month 1..12 */
47 void setMonth(int month);
49 /** @return Returns the day of the month in the range 1..31. */
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateTimeFieldsState.h 36 // save/restore for input type "date", "datetime", "datetime-local", "month",
39 // Each field can contain invalid value for date, e.g. day of month field can
40 // be 30 even if month field is February.
62 unsigned month() const { return m_month; } function in class:blink::DateTimeFieldsState
82 void setMonth(unsigned month) { m_month = month; }
  /external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.h 57 // dayOfWeek: [0, 6] 0 being Monday, day: [1, 31], month: [0, 11], year: ex: 2011, hours: [0, 23], minutes: [0, 59], seconds: [0, 59], utcOffset: [-720,720].
58 WTF_EXPORT String makeRFC2822DateString(unsigned dayOfWeek, unsigned day, unsigned month, unsigned year, unsigned hours, unsigned minutes, unsigned seconds, int utcOffset);
74 WTF_EXPORT double dateToDaysFrom1970(int year, int month, int day);
76 WTF_EXPORT int dayInYear(int year, int month, int day);
  /external/chromium_org/third_party/icu/source/i18n/
persncal.h 40 * months are 30 days long. The last month is 29 days long in normal years,
59 * Constant for Farvardin, the 1st month of the Persian year.
65 * Constant for Ordibehesht, the 2nd month of the Persian year.
71 * Constant for Khordad, the 3rd month of the Persian year.
77 * Constant for Tir, the 4th month of the Persian year.
83 * Constant for Mordad, the 5th month of the Persian year.
89 * Constant for Shahrivar, the 6th month of the Persian year.
95 * Constant for Mehr, the 7th month of the Persian year.
101 * Constant for Aban, the 8th month of the Persian year.
107 * Constant for Azar, the 9th month of the Persian year.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtrule.h 24 * a rule specified by month, day of month, day of week and
37 DOM = 0, /**< The exact day of month,
43 DOW_LEQ_DOM /**< The last occurence of the day of week on or before the day of month,
58 * Constructs a <code>DateTimeRule</code> by the day of month and
62 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
63 * @param dayOfMonth The day of month, 1-based.
69 DateTimeRule(int32_t month, int32_t dayOfMonth,
77 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtrule.h 24 * a rule specified by month, day of month, day of week and
37 DOM = 0, /**< The exact day of month,
43 DOW_LEQ_DOM /**< The last occurence of the day of week on or before the day of month,
58 * Constructs a <code>DateTimeRule</code> by the day of month and
62 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
63 * @param dayOfMonth The day of month, 1-based.
69 DateTimeRule(int32_t month, int32_t dayOfMonth,
77 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
    [all...]
  /frameworks/av/media/mtp/
MtpUtils.cpp 31 representation, YYYY shall be replaced by the year, MM replaced by the month (01-12),
38 int year, month, day, hour, minute, second; local
42 &year, &month, &day, &hour, &minute, &second) != 6)
59 tm.tm_mon = month - 1; // mktime uses months in 0 - 11 range
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 85 * 1 to 4 or 5. Week 1 of a month (the days with <code>WEEK_OF_MONTH =
88 * contiguous days in that month, ending on the day before
90 * month may be shorter than 7 days, need not start on
92 * previous month. Days of a month before week 1 have a
133 * System.out.println("MONTH: " + calendar.get(Calendar.MONTH));
158 * System.out.println("MONTH: " + calendar.get(Calendar.MONTH));
240 * @param month
389 int month = fields[MONTH] + value; local
495 int month = dayOfYear \/ 32; local
715 int month = fields[MONTH]; local
1082 int month = dayOfYear \/ 32; local
    [all...]
SimpleTimeZone.java 31 * {@code SimpleTimeZone} should count from the end of the month
102 * By default, this constructor specifies day-of-week-in-month rules. That
108 * Day of month: To specify an exact day of the month, such as March 1, set
111 * Day of week after day of month: To specify the first day of the week
112 * occurring on or after an exact day of the month, make the day of the week
117 * Day of week before day of month: To specify the last day of the week
118 * occurring on or before an exact day of the month, make the day of the
119 * week and the day of the month negative. For example, if {@code startDay} is {@code -21}
134 * the daylight savings starting month. The month indexing is 0-based. eg,
    [all...]

Completed in 442 milliseconds

1 23 4 5 6 7 8 91011>>