/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
HebrewTest.java | 51 // year month day field amount year month day 67 { 5757, KISLEV, 1, DATE, 30, 5757, KISLEV, 2 }, // 29-day month 68 { 5758, KISLEV, 1, DATE, 31, 5758, KISLEV, 2 }, // 30-day month 95 // year month day field amount year month day 113 { 5757, KISLEV, 1, DATE, 30, 5757, TEVET, 2 }, // 29-day month 114 { 5758, KISLEV, 1, DATE, 31, 5758, TEVET, 2 }, // 30-day month 140 // Julian Day Era Year Month Day WkDay Hour Min Se 475 int day = 15; local [all...] |
/external/v8/test/intl/date-format/ |
property-override.js | 48 day: 'numeric', hour: 'numeric', minute: 'numeric', 57 'calendar', 'day', 'era', 'hour12', 'hour', 'locale',
|
/hardware/bsp/intel/peripheral/libupm/src/maxds3231m/ |
maxds3231m.cxx | 65 time.day = BCDtoDEC(buffer[4]);
|
/hardware/bsp/intel/peripheral/libupm/src/wt5001/ |
wt5001.cxx | 360 bool WT5001::setDate(uint16_t year, uint8_t month, uint8_t day) 371 pkt[6] = day; // day 544 bool WT5001::getDate(uint16_t *year, uint8_t *month, uint8_t *day) 567 *day = buf[3];
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
XMLGregorianCalendar.java | 91 * <a name="datetimefield-day"/> 93 * <td> day </td> 198 * int day, 207 * int day, 217 * int day, 289 * @param day value constraints summarized in <a href="#datetimefield-day">day field of date/time field mapping table</a>. 291 * @throws IllegalArgumentException if <code>day</code> parameter is 295 public abstract void setDay(int day); [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 300 const wchar_t * _WLocale_full_dayofweek(_Locale_time_t * ltime, int day,
302 { GetLocaleInfoW(ltime->lc.id, LOCALE_SDAYNAME1 + day, buf, (int)bufSize); return buf; }
304 const wchar_t * _WLocale_abbrev_dayofweek(_Locale_time_t * ltime, int day,
306 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVDAYNAME1 + day, buf, (int)bufSize); return buf; }
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleDayPickerFragment.java | 50 * configured to display the week number, start the week on a given day, show a 105 // The first day of the focus month 107 // The first day that is visible in the view 145 // This allows us to update our position when a day is tapped 149 Time day = mAdapter.getSelectedDay(); 150 if (day.year != mSelectedDay.year || day.yearDay != mSelectedDay.yearDay) { 151 goTo(day.toMillis(true), true, true, false); 314 * Fixes the day names header to provide correct spacing and updates the 384 // Set the selected day [all...] |
/packages/apps/Settings/src/com/android/settings/ |
DateTimeSettings.java | 175 public void onDateSet(DatePicker view, int year, int month, int day) { 178 setDate(activity, year, month, day); 324 /* package */ static void setDate(Context context, int year, int month, int day) { 329 c.set(Calendar.DAY_OF_MONTH, day);
|
/toolchain/binutils/binutils-2.25/include/nlm/ |
internal.h | 212 long day; member in struct:nlm_internal_version_header
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneRegression.java | 100 * day of onset 1:59 AM STD = display name 1:59 AM ST 102 * day of end 0:59 AM STD = display name 1:59 AM DT 222 // the MILLSECOND field; you need to pass in the millis in the day in STANDARD 302 * in the MILLIS field, instead of the STANDARD MILLIS IN DAY. 325 int day = cal.get(Calendar.DATE); local 333 long offset = tz.getOffset(era, year, month, day, dayOfWeek, millis); 495 int day = DATA[i+2]; local 501 zone.setStartRule(month, day, dayOfWeek, time); 506 errln("setStartRule(month=" + month + ", day=" + day [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneRegression.java | 96 * day of onset 1:59 AM STD = display name 1:59 AM ST 98 * day of end 0:59 AM STD = display name 1:59 AM DT 218 // the MILLSECOND field; you need to pass in the millis in the day in STANDARD 298 * in the MILLIS field, instead of the STANDARD MILLIS IN DAY. 321 int day = cal.get(Calendar.DATE); local 329 long offset = tz.getOffset(era, year, month, day, dayOfWeek, millis); 491 int day = DATA[i+2]; local 497 zone.setStartRule(month, day, dayOfWeek, time); 502 errln("setStartRule(month=" + month + ", day=" + day [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/ |
decorators.py | 41 def __init__(self, year, month, day, extra_guidance=''): 42 self._date_of_support_removal = datetime.date(year, month, day)
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ |
sigbase.py | 34 day = int(what[6:8]) 38 return calendar.timegm((year, month, day, hour, minute, second,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
index.php | 74 $day = substr($timePart, 6, 2);
variable 77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
JavaTimeZone.java | 110 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { 111 return javatz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
|
/external/icu/icu4c/source/i18n/unicode/ |
timezone.h | 471 * @param day The reference date's day-in-month (1-based) 472 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 473 * @param millis The reference date's milliseconds in day, local standard time 478 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 493 * @param day the day-in-month of the given date. 494 * @param dayOfWeek the day-of-week of the given date. 495 * @param milliseconds the millis in day in <em>standard</em> local time. 501 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, [all...] |
vtzone.h | 169 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce 205 * @param day The reference date's day-in-month (1-based) 206 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 207 * @param millis The reference date's milliseconds in day, local standard time 212 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 226 * @param day The reference date's day-in-month (1-based) 227 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 228 * @param millis The reference date's milliseconds in day, local standard tim [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
JavaTimeZone.java | 108 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { 109 return javatz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/ |
TimeZoneJDK.java | 99 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { 100 return fJdkTz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
|
/external/libchrome/base/time/ |
time_mac.cc | 175 date.day = exploded.day_of_month; 206 exploded->day_of_month = date.day;
|
/external/pdfium/fpdfsdk/src/javascript/ |
JS_Value.h | 157 int day, 207 double JS_MakeDate(double day, double time);
|
/frameworks/base/core/java/android/app/ |
DatePickerDialog.java | 48 private static final String DAY = "day"; 85 * @param dayOfMonth the initially selected day of month (1-31, depending 104 * @param dayOfMonth the initially selected day of month (1-31, depending 197 * @param dayOfMonth the day of month (1-31, depending on month) 208 state.putInt(DAY, mDatePicker.getDayOfMonth()); 217 final int day = savedInstanceState.getInt(DAY); local 218 mDatePicker.init(year, month, day, this); 240 * @param dayOfMonth th selected day of the month (1-31, depending o [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/ |
DatePickerFocusTest.java | 187 // tab back into the day-selection pager 194 // Move up out again, then down back into the day-selection pager. 229 private void assertDateIs(int month, final int day, final int year) throws Throwable { 234 assertEquals(day, mDatePicker.getDayOfMonth());
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
TimeStatsAggregator.java | 35 public static final String DAY_OF_WEEK = "Day of Week"; 36 public static final String TIME_OF_DAY = "Time of Day"; 37 public static final String PERIOD_OF_DAY = "Period of Day"; 107 private static String getDayOfWeek(int day) { 108 switch (day) { 183 // get all possible day values 188 // set the fake time of day 194 // set the fake day of week 195 // set to "" to disable the fake day
|
/external/icu/icu4c/source/samples/cal/ |
cal.c | 131 /* use long day names */ 249 /* Determine the first day of the week */ 265 /* Determine the first day of the week */ 279 * (e.g. it will be one to fetch day names, since Sunday is 280 * day 1 *not* day 0.) 283 * the output array. This is used when fetching day names 328 /* Get the day names for the specified locale, in either long or short 409 /* Print the day names */ 424 int32_t width, pad, i, day; local [all...] |