Searched refs:month (Results 51 - 75 of 389) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/samples/translit/answers/
H A Dmain_4.cpp70 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/
H A Dmain.cpp72 for (int32_t month = Calendar::JANUARY;
73 month <= Calendar::DECEMBER;
74 ++month) {
78 cal->set(1999, month, 4);
/external/chromium_org/v8/src/
H A Ddate.cc56 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) { argument
142 year += month / 1
55 YearMonthDayFromDays( int days, int* year, int* month, int* day) argument
[all...]
/external/chromium_org/v8/test/intl/date-format/
H A Dparse-MMMdy.js32 {year: 'numeric', month: 'short',
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-builtinbust-7.js16 month: "long",
/external/icu/icu4c/source/i18n/
H A Dislamcal.h42 * Each month of the calendar starts when the new moon's crescent is visible
50 * and 30-day months, with a leap day added to the last month of 11 out of
61 * start of a month in the religious calendar to differ from the civil calendar
66 * of a lunar month with a fairly high degree of certainty. However, these
73 * which approach is used to determine the start of a month. By default, the
107 * Constant for Muharram, the 1st month of the Islamic year.
113 * Constant for Safar, the 2nd month of the Islamic year.
119 * Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year.
125 * Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year.
131 * Constant for Jumada al-awwal or (Jumada I), the 5th month o
[all...]
H A Dpersncal.h40 * 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 o
[all...]
H A Djapancal.cpp37 int8_t month; member in struct:__anon21898
329 int32_t month = 0; local
335 return kEraInfo[era].month-1;
338 return month;
341 int32_t JapaneseCalendar::getDefaultDayInMonth(int32_t eyear, int32_t month) argument
347 if(month == (kEraInfo[era].month-1)) {
389 // the binary search to handle the month/dom comparison.
412 diff,low, high, i, kEraInfo[i].month-1, kEraInfo[i].day, kEraInfo[i].year, internalGet(UCAL_MONTH), internalGet(UCAL_DATE),year);
416 // are the same, compare days of month
[all...]
/external/icu/icu4c/source/samples/translit/answers/
H A Dmain_3.cpp66 for (int32_t month = Calendar::JANUARY;
67 month <= Calendar::DECEMBER;
68 ++month) {
72 cal->set(1999, month, 4);
H A Dmain_4.cpp70 for (int32_t month = Calendar::JANUARY;
71 month <= Calendar::DECEMBER;
72 ++month) {
76 cal->set(1999, month, 4);
/external/icu/icu4c/source/samples/translit/
H A Dmain.cpp72 for (int32_t month = Calendar::JANUARY;
73 month <= Calendar::DECEMBER;
74 ++month) {
78 cal->set(1999, month, 4);
/external/lzma/CPP/Windows/
H A DTime.h15 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day,
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTime.java22 * <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); argument
49 /** @return Returns the day of the month in the range 1..31. */
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateTimeFieldsState.h36 // 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; } argument
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDateMath.h57 // 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/
H A Dpersncal.h40 * 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 o
[all...]
H A Djapancal.cpp37 int8_t month; member in struct:__anon12092
329 int32_t month = 0; local
335 return kEraInfo[era].month-1;
338 return month;
341 int32_t JapaneseCalendar::getDefaultDayInMonth(int32_t eyear, int32_t month) argument
347 if(month == (kEraInfo[era].month-1)) {
389 // the binary search to handle the month/dom comparison.
412 diff,low, high, i, kEraInfo[i].month-1, kEraInfo[i].day, kEraInfo[i].year, internalGet(UCAL_MONTH), internalGet(UCAL_DATE),year);
416 // are the same, compare days of month
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtrule.h24 * 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 Th
[all...]
H A Dgregocal.h235 * @param month The value used to set the MONTH time field in the calendar. Month
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
249 * @param month The value used to set the MONTH time field in the calendar. Month
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
265 * @param month The value used to set the MONTH time field in the calendar. Month
275 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);
497 * given month in the given extended year. Subclasses should override
500 * @param month the zero-based month, or 0 if useMonth is false
503 * the given month
[all...]
/external/chromium_org/v8/test/intl/overrides/
H A Ddate.js38 [], {year: 'numeric', month: 'numeric', day: 'numeric',
51 locale, {year: 'numeric', month: 'numeric', day: 'numeric',
60 var options = {year: 'numeric', month: 'long', day: 'numeric',
/external/icu/icu4c/source/i18n/unicode/
H A Ddtrule.h24 * 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 Th
[all...]
H A Dgregocal.h235 * @param month The value used to set the MONTH time field in the calendar. Month
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
249 * @param month The value used to set the MONTH time field in the calendar. Month
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
265 * @param month The value used to set the MONTH time field in the calendar. Month
275 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);
497 * given month in the given extended year. Subclasses should override
500 * @param month the zero-based month, or 0 if useMonth is false
503 * the given month
[all...]
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_unittest.cc35 mock_current_time_exploded.month = 11;
75 int year, month, day_of_month, hour, minute; local
77 base::StringToInt(lines[9 * i + 4], &month);
100 EXPECT_EQ(month, time_exploded.month);
/external/chromium_org/third_party/lcov/bin/
H A Dupdateversion.pl47 my ($sec, $min, $hour, $year, $month, $day);
51 ($sec, $min, $hour, $day, $month, $year) = localtime($stat[9]);
53 $month += 1;
55 return (sprintf("%04d-%02d-%02d", $year, $month, $day),
56 sprintf("%04d%02d%02d%02d%02d.%02d", $year, $month, $day,
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp30 FX_BYTE _gAfxGetMonthDays(FX_SHORT year, FX_BYTE month) argument
33 switch (month)
101 dt.month = newtime->tm_mon + 1;
121 dt.month = (FX_BYTE)st.wMonth;
145 int d1 = (((int)dt1.dt.year) << 16) | (((int)dt1.dt.month) << 8) | (int)dt1.dt.day;
147 int d3 = (((int)dt2.dt.year) << 16) | (((int)dt2.dt.month) << 8) | (int)dt2.dt.day;
159 int d1 = (((int)dt1.dt.year) << 16) | (((int)dt1.dt.month) << 8) | (int)dt1.dt.day;
161 int d3 = (((int)dt2.dt.year) << 16) | (((int)dt2.dt.month) << 8) | (int)dt2.dt.day;
173 int d1 = (((int)dt1.dt.year) << 16) | (((int)dt1.dt.month) << 8) | (int)dt1.dt.day;
175 int d3 = (((int)dt2.dt.year) << 16) | (((int)dt2.dt.month) <<
[all...]

Completed in 377 milliseconds

1234567891011>>