HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 151 - 175 of 931) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java 59 * of the fields Year, Month and Day to be displayed in the DatePicker.
69 * of the fields Year, Month and Day to be displayed in the DatePicker.
134 mInitMonth = cal.get(Calendar.MONTH);
173 protected boolean setDate(int year, int month, int day) {
180 GregorianCalendar cal = new GregorianCalendar(year, month, day);
188 mSelectedMonth = month;
189 updateDayStrings(year, month);
192 updateSelection(mColMonthIndex, month);
211 private void updateDayStrings(int year, int month) {
214 final GregorianCalendar calendar = new GregorianCalendar(year, month, 1)
    [all...]
  /external/icu/icu4c/source/i18n/
gregoimp.cpp 85 double Grego::fieldsToDay(int32_t year, int32_t month, int32_t dom) {
91 DAYS_BEFORE[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom
96 void Grego::dayToFields(double day, int32_t& year, int32_t& month,
129 month = (12 * (doy + correction) + 6) / 367; // zero-based month
130 dom = doy - DAYS_BEFORE[month + (isLeap ? 12 : 0)] + 1; // one-based DOM
134 void Grego::timeToFields(UDate time, int32_t& year, int32_t& month,
139 dayToFields(day, year, month, dom, dow, doy);
148 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom)
    [all...]
buddhcal.h 160 * given month in the given extended year. Subclasses should override
163 * @param month the zero-based month, or 0 if useMonth is false
166 * the given month
168 * day of the given month and year
171 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
coptccal.h 34 * the 1st month of the Coptic year.
40 * the 2nd month of the Coptic year.
46 * the 3rd month of the Coptic year.
52 * the 4th month of the Coptic year.
58 * the 5th month of the Coptic year.
64 * the 6th month of the Coptic year.
70 * the 7th month of the Coptic year.
76 * the 8th month of the Coptic year.
82 * the 9th month of the Coptic year.
88 * the 10th month of the Coptic year.
    [all...]
japancal.h 192 * Called by computeJulianDay. Returns the default month (0-based) for the year,
193 * taking year and era into account. Will return the first month of the given era, if
201 * Called by computeJulianDay. Returns the default day (1-based) for the month,
203 * era, if the current month is an ascension year and month.
205 * @param mon the month in the year
208 virtual int32_t getDefaultDayInMonth(int32_t eyear, int32_t month);
hebrwcal.h 39 * the lunar month (approximately 29.53 days) an extra "leap month" is
46 * The leap month is known as "Adar 1" and is inserted between the
47 * months of Shevat and Adar in leap years. Since the leap month does
49 * month numbers are particularly complex. Users of this class should
91 * Constant for Tishri, the 1st month of the Hebrew year.
95 * Constant for Heshvan, the 2nd month of the Hebrew year.
99 * Constant for Kislev, the 3rd month of the Hebrew year.
104 * Constant for Tevet, the 4th month of the Hebrew year.
109 * Constant for Shevat, the 5th month of the Hebrew year.
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java 148 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
150 * year, month, day, hour, minute, and second.
177 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
179 * year, month, day, hour, minute, and second.
194 * {@link java.util.Calendar#MONTH} = {@link java.util.Calendar#JANUARY},
197 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
368 * {@link java.util.Calendar#MONTH} = {@link java.util.Calendar#JANUARY},
371 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
525 * whose lexical representation contains only year and month components.
564 * whose lexical representation contains only year and month components
    [all...]
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmStorage.java 62 * @param month the integer represents a month
68 public Alarm saveAlarm(int month, int date, int hour, int minute) {
72 alarm.month = month;
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmStorage.java 62 * @param month the integer represents a month
68 public Alarm saveAlarm(int month, int date, int hour, int minute) {
72 alarm.month = month;
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmStorage.java 62 * @param month the integer represents a month
68 public Alarm saveAlarm(int month, int date, int hour, int minute) {
72 alarm.month = month;
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbEtwsInfo.java 151 int month = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[1]); local
173 time.month = month - 1;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
wt5001.js 108 var month = new MP3Player.uint8Array(0);
110 myMP3Player.getDate(year, month, day);
111 var mp3date = month.getitem(0) + "/";
ds1307.js 57 RTCObj.month + "/" + RTCObj.dayOfMonth + "/" + RTCObj.year + " " +
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
TestCase.java 63 get(Calendar.YEAR) + "/" + (get(Calendar.MONTH)+1) + "/" +
83 * @param month The MONTH (1-based) field of tested calendar on the given julian day
91 int era, int year, int month, int day,
99 set(Calendar.MONTH, month - 1);
108 * Initialize a TestCase object using a Gregorian year/month/day and
112 * @param gregMonth The Gregorian month of the date to be tested
113 * @param gregDay The Gregorian day of the month of the date to be tested
117 * @param month The MONTH (0-based) field of tested calendar on the given gregorian dat
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.h 48 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
TestCase.java 62 get(Calendar.YEAR) + "/" + (get(Calendar.MONTH)+1) + "/" +
82 * @param month The MONTH (1-based) field of tested calendar on the given julian day
90 int era, int year, int month, int day,
98 set(Calendar.MONTH, month - 1);
107 * Initialize a TestCase object using a Gregorian year/month/day and
111 * @param gregMonth The Gregorian month of the date to be tested
112 * @param gregDay The Gregorian day of the month of the date to be tested
116 * @param month The MONTH (0-based) field of tested calendar on the given gregorian dat
    [all...]
  /external/libchrome/crypto/
nss_util_unittest.cc 23 exploded.month = 12;
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 35 // + t.month + '-' + t.monthDay
101 // The month numbers are 0-relative, so Jan=0, Feb=1,...Dec=11
133 // The month numbers are 0-relative, so Jan=0, Feb=1,...Dec=11
190 if (local.year != test.year2 || local.month != test.month2
196 local.year, local.month, local.monthDay, local.hour, local.minute);
208 if (local.year != test.year2 || local.month != test.month2
214 local.year, local.month, local.monthDay, local.hour, local.minute);
231 if (local.year != test.year2 || local.month != test.month2
238 local.year, local.month, local.monthDay, local.hour, local.minute,
253 if (local.year != test.year2 || local.month != test.month
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ds1307.cxx 34 rtc->month << "/" << rtc->dayOfMonth << "/" << rtc->year << " "
maxds3231m.cxx 54 t.month = 3;
  /hardware/bsp/intel/peripheral/libupm/src/ds1307/
ds1307.h 63 * about seconds, minutes, hours, day of the week, day of the month,
64 * month, and year. It can operate in either a 24-hour or a 12-hour format.
168 * Holds a day of the month, 1-31
172 * Holds a month, 1-12
174 unsigned int month; member in class:upm::DS1307
  /external/dng_sdk/source/
dng_date_time.cpp 64 uint32 month,
71 , fMonth (month)
215 uint32 month,
220 fDateTime.fMonth = month;
255 unsigned month = 0; local
261 &month,
268 (uint32) month,
487 unsigned month = 0; local
493 &month,
498 (uint32) month,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
installer.py 34 def add_cron(self, name, command, minute="*", hour="*", mday="*", month="*", wday="*", who="root", env=None):
48 fp.write('%s %s %s %s %s %s %s\n' % (minute, hour, mday, month, wday, who, command))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
AbstractTestLog.java 116 public boolean isDateAtLeast(int year, int month, int day){
118 Calendar c = new GregorianCalendar(year, month, day);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
TimeZoneICU.java 67 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) {
68 return fIcuTz.getOffset(era, year, month, day, dayOfWeek, milliseconds);

Completed in 8374 milliseconds

1 2 3 4 5 67 8 91011>>