HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 176 - 200 of 481) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/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/icu4c/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,
timezone.h 395 * @param month The reference date's month (0-based; 0 is January)
396 * @param day The reference date's day-in-month (1-based)
403 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
416 * @param month the month in the given date.
417 * Month is 0-based. e.g., 0 for January.
418 * @param day the day-in-month of the given date.
421 * @param monthLength the length of the given month in days.
426 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day
    [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...]
MonthListView.java 17 package com.android.calendar.month;
38 // behavior. Between MIN_VELOCITY_FOR_FLING and MULTIPLE_MONTH_VELOCITY_THRESHOLD, do one month
39 // fling. Above MULTIPLE_MONTH_VELOCITY_THRESHOLD, do multiple month flings according to the
40 // fling strength. When doing multiple month fling, the velocity is reduced by this threshold
41 // to prevent moving from one month fling to 4 months and above flings.
131 // Do a "snap to start of month" fling
139 // Below the threshold, fling one month. Above the threshold , fling
147 // detected the list moved back one month.
162 // Get the day of the first day of the next/previous month
166 mTempTime.month += monthsToJump
    [all...]
  /external/bison/build-aux/
update-b4-copyright 29 my ($sec, $min, $hour, $mday, $month, $year) = localtime (time ());
  /external/chromium/base/
time_posix.cc 91 exploded->month = timestruct.tm_mon + 1;
107 timestruct.tm_mon = exploded.month - 1;
  /external/icu4c/i18n/
buddhcal.cpp 79 int32_t BuddhistCalendar::handleComputeMonthStart(int32_t eyear, int32_t month,
83 return GregorianCalendar::handleComputeMonthStart(eyear, month, useMonth);
olsontz.h 100 * cessation lists consist of the month, dowim, dow, time, and time
166 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
173 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
vzone.h 180 * @param month The reference date's month (0-based; 0 is January)
181 * @param day The reference date's day-in-month (1-based)
188 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
202 * @param month The reference date's month (0-based; 0 is January)
203 * @param day The reference date's day-in-month (1-based)
206 * @param monthLength The length of the given month in days.
211 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
  /external/kernel-headers/original/linux/
rtc.h 104 extern int rtc_month_days(unsigned int month, unsigned int year);
105 extern int rtc_year_days(unsigned int day, unsigned int month, unsigned int year);
  /frameworks/base/core/jni/
Time.cpp 69 static inline int days_this_month(int year, int month)
71 int n = DAYS_PER_MONTH[month];
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
DatePickerHelper.java 30 public static final int MONTH = 0;
35 return getNumberPickerField(MONTH).getText();
52 getNumberPickerIncrementButton(MONTH).click();
61 getNumberPickerDecrementButton(MONTH).click();
129 int calMonth = cal.get(Calendar.MONTH);
133 // while accounting for number of days in month and considering
148 // Adjust month - increment or decrement using the shortest path
184 * Get the number of days in the month
186 * @param month
189 private static int getDaysInMonth(int year, int month) {
    [all...]
  /bionic/libc/kernel/common/linux/mmc/
card.h 32 unsigned char month; member in struct:mmc_cid
  /development/ndk/platforms/android-3/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /external/chromium/net/ftp/
ftp_directory_listing_parser_windows.cc 29 if (!base::StringToInt(date_parts[0], &time_exploded.month))
  /external/kernel-headers/original/linux/mmc/
card.h 23 unsigned char month; member in struct:mmc_cid
  /external/libxml2/include/libxml/
nanoftp.h 51 * @month: the month
63 const char *month, int day, int hour,
  /external/webkit/Source/WebCore/html/
DateComponents.h 41 // * Month type: year-month
42 // * Date type: year-month-day
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
66 int month() const { return m_month; } function in class:WebCore::DateComponents
93 // Sets year and month.
95 // Sets year, month and monthDay.
101 // Sets year, month, monthDay, hour, minute, second and millisecond.
103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
118 // For Month type. Updates m_year and m_month
    [all...]
MonthInputType.cpp 56 return InputTypeNames::month();
  /external/wpa_supplicant_8/src/utils/
os_none.c 29 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid

Completed in 1889 milliseconds

1 2 3 4 5 6 78 91011>>