/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
datetime.h | 15 * 2 month 1 byte, 1-12 24 /* # of bytes for year, month, and day. */ 30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */ 210 #define PyDate_FromDate(year, month, day) \ 211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType) 213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \ 214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
|
/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | 200 char *month[12]; member in struct:_Locale_time 714 int size, month, dayofweek; local 732 for (month = LOCALE_SMONTHNAME1; month <= LOCALE_SMONTHNAME12; ++month) { /* Small hack :-) */ 733 size = GetLocaleInfoA(ltime->lc.id, month, NULL, 0); 734 ltime->month[month - LOCALE_SMONTHNAME1] = (char*)malloc(size); 735 if (!ltime->month[month - LOCALE_SMONTHNAME1] [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 200 char *month[12]; member in struct:_Locale_time 714 int size, month, dayofweek; local 732 for (month = LOCALE_SMONTHNAME1; month <= LOCALE_SMONTHNAME12; ++month) { /* Small hack :-) */ 733 size = GetLocaleInfoA(ltime->lc.id, month, NULL, 0); 734 ltime->month[month - LOCALE_SMONTHNAME1] = (char*)malloc(size); 735 if (!ltime->month[month - LOCALE_SMONTHNAME1] [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParser.java | 101 private int month; field in class:DateTimeParser.Date 104 public Date(String year, int month, int day) { 106 this.month = month; 111 public int getMonth() { return month; } 205 m = month(); 218 final public int month() throws ParseException { method in class:DateTimeParser
|
/external/wpa_supplicant_8/src/utils/ |
os_internal.c | 55 int os_mktime(int year, int month, int day, int hour, int min, int sec, 60 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || 67 tm.tm_mon = month - 1; 90 tm->month = tm2->tm_mon + 1;
|
/external/chromium_org/third_party/icu/source/i18n/ |
olsontz.cpp | 329 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, 332 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) { 338 return getOffset(era, year, month, dom, dow, millis, 339 Grego::monthLength(year, month), 347 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, 356 || month < UCAL_JANUARY 357 || month > UCAL_DECEMBER 375 return finalZone->getOffset(era, year, month, dom, dow, 380 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis) 438 int32_t year, month, dom, dow; local 570 int32_t year, month, dom, dow, doy, mid; local [all...] |
olsontz.h | 101 * cessation lists consist of the month, dowim, dow, time, and time 167 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, 174 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
|
/external/icu/icu4c/source/i18n/ |
olsontz.cpp | 329 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, 332 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) { 338 return getOffset(era, year, month, dom, dow, millis, 339 Grego::monthLength(year, month), 347 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, 356 || month < UCAL_JANUARY 357 || month > UCAL_DECEMBER 375 return finalZone->getOffset(era, year, month, dom, dow, 380 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis) 438 int32_t year, month, dom, dow; local 570 int32_t year, month, dom, dow, doy, mid; local [all...] |
/frameworks/base/core/java/android/widget/ |
DatePicker.java | 57 * set to {@code spinner}, the date can be selected using year, month, and day 64 * set to {@code calendar}, the month and day can be selected using a 111 * @param monthOfYear The month that was set (0-11) for compatibility 113 * @param dayOfMonth The day of the month that was set. 170 * @param monthOfYear The initial month <strong>starting from zero</strong>. 171 * @param dayOfMonth The initial day of the month. 184 * @param month The month which is <strong>starting from zero</strong>. 185 * @param dayOfMonth The day of the month. 187 public void updateDate(int year, int month, int dayOfMonth) [all...] |
SimpleMonthView.java | 51 * A calendar-like view displaying a specified month and the appropriate selectable day numbers 52 * within the specified month. 306 private static boolean isValidMonth(int month) { 307 return month >= Calendar.JANUARY && month <= Calendar.DECEMBER; 312 * will only update if a new value is included, except for focus month, which will always 313 * default to no focus month if no value is passed in. The only required parameter is the 316 * @param selectedDay the selected day of the month, or -1 for no selection. 317 * @param month the month [all...] |
/libcore/luni/src/main/java/libcore/util/ |
ZoneInfo.java | 183 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int millis) { 201 calc += mlen[month] * MILLISECONDS_PER_DAY; 352 private int month; field in class:ZoneInfo.WallTime [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
date-format-tofte.js | 71 // Day of the month, 2 digits with leading zeros 80 // A full textual representation of a month 114 // Day of the month without leading zeros 135 // Numeric representation of a month, with leading zeros 141 // A short textual representation of a month, three letters 145 // Numeric representation of a month, without leading zeros 167 // English ordinal suffix for the day of the month, 2 characters
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
date-format-tofte.js | 71 // Day of the month, 2 digits with leading zeros 80 // A full textual representation of a month 114 // Day of the month without leading zeros 135 // Numeric representation of a month, with leading zeros 141 // A short textual representation of a month, three letters 145 // Numeric representation of a month, without leading zeros 167 // English ordinal suffix for the day of the month, 2 characters
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
date-format-tofte.js | 71 // Day of the month, 2 digits with leading zeros 80 // A full textual representation of a month 114 // Day of the month without leading zeros 135 // Numeric representation of a month, with leading zeros 141 // A short textual representation of a month, three letters 145 // Numeric representation of a month, without leading zeros 167 // English ordinal suffix for the day of the month, 2 characters
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
themeInputMultipleFields.css | 8 input[type="month" i], 40 input::-webkit-datetime-edit-month-field, 57 input::-webkit-datetime-edit-month-field:focus, 67 input::-webkit-datetime-edit-month-field[disabled], 89 input[type="month" i]::-webkit-inner-spin-button,
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
PlatformLocale.cpp | 105 m_builder.append(m_localizer.shortMonthLabels()[m_date.month()]); 107 m_builder.append(m_localizer.monthLabels()[m_date.month()]); 110 appendNumber(m_date.month() + 1, 2); 115 m_builder.append(m_localizer.shortStandAloneMonthLabels()[m_date.month()]); 117 m_builder.append(m_localizer.standAloneMonthLabels()[m_date.month()]); 120 appendNumber(m_date.month() + 1, 2); 403 case DateComponents::Month:
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
LocaleMacTest.cpp | 53 DateComponents dateComponents(int year, int month, int day) 56 date.setMillisecondsSinceEpochForDate(msForDate(year, month, day)); 67 double msForDate(int year, int month, int day) 69 return dateToDaysFrom1970(year, month, day) * msPerDay; 90 String formatDate(const String& localeString, int year, int month, int day) 93 return locale->formatDateTime(dateComponents(year, month, day)); 326 // The ru_RU locale returns different stand-alone month labels on OS versions.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
calendar.h | 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>, 91 * <code>UDate</code> (such as only year and month but no day in the month), 100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc. 111 * MONTH + DAY_OF_MONTH 112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK 113 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK 152 * month, day-of-month <em>and</em> day-of-week in some cases. 176 * month up in the date <code>December 12, <b>1996</b></code> results i [all...] |
rbtz.h | 140 * @param month The reference date's month (0-based; 0 is January) 141 * @param day The reference date's day-in-month (1-based) 148 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 161 * @param month The reference date's month (0-based; 0 is January) 162 * @param day The reference date's day-in-month (1-based) 165 * @param monthLength The length of the given month in days. 170 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
|
/external/chromium_org/v8/test/intl/overrides/ |
date.js | 38 [], {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/ |
calendar.h | 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>, 91 * <code>UDate</code> (such as only year and month but no day in the month), 100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc. 111 * MONTH + DAY_OF_MONTH 112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK 113 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK 152 * month, day-of-month <em>and</em> day-of-week in some cases. 176 * month up in the date <code>December 12, <b>1996</b></code> results i [all...] |
/libcore/luni/src/main/java/java/util/ |
Calendar.java | 32 * {@code YEAR}, {@code MONTH}, {@code DAY}, 57 * fields, as well as their meaning. For example, the first month of the year 58 * has value {@code MONTH} == {@code JANUARY} for all calendars. 66 * {@code GregorianCalendar} interprets {@code MONTH} == 72 * values between 1 and the length of the month. 84 * the first week of the month or year as a reference point. The first week of a 85 * month or year is defined as the earliest seven day period beginning on 87 * {@code getMinimalDaysInFirstWeek()} days of that month or year. Weeks 97 * {@code Date} (such as only year and month but no day in the month), o [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeekView.java | 17 package com.android.calendar.month; 82 * Which month is currently in focus, as defined by {@link Time#month} 87 * If this month should display week numbers. false if 0, true otherwise. 120 // Quick lookup for checking which days are in the focus month 122 // Quick lookup for checking which days are in an odd month (to set a different background) 126 // The month of the first day in this week 128 // The month of the last day in this week 204 * will only update if a new value is included, except for focus month, 205 * which will always default to no focus month if no value is passed in. Se [all...] |
/external/bison/build-aux/ |
update-b4-copyright | 29 my ($sec, $min, $hour, $mday, $month, $year) = localtime (time ());
|
/external/chromium_org/base/metrics/ |
field_trial.h | 343 // to the |total_probability|. Arguments |year|, |month| and |day_of_month| 354 const int month, 371 const int month,
|