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

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/source/i18n/
simpletz.cpp 43 // and day-of-week-on-or-before-that-date mode (DOW_LE_DOM_MODE).
276 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
279 * the day of week in the month counting backward from the end of the month.
282 * specifies the day of the month, regardless of what day of the week it is.
283 * (e.g., (10, 0) is the tenth day of the month)
285 * specifies the day of the month counting backward from the end of the
286 * month, regardless of what day of the week it is (e.g., (-2, 0) is the
287 * next-to-last day of the month).
289 * first specified day of the week on or after the specfied day of the month
517 double day = uprv_floor(date \/ U_MILLIS_PER_DAY); local
    [all...]
olsontz.h 168 int32_t day, uint8_t dayOfWeek,
175 int32_t day, uint8_t dayOfWeek,
vzone.h 151 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce
181 * @param day The reference date's day-in-month (1-based)
182 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
183 * @param millis The reference date's milliseconds in day, local standard time
188 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
203 * @param day The reference date's day-in-month (1-based)
204 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
205 * @param millis The reference date's milliseconds in day, local standard tim
    [all...]
hebrwcal.h 37 * on the day of (an arithmetic approximation of) each new moon. Since the
349 * Return the Julian day number of day before the first day of the
354 * @param useMonth if false, compute the day before the first day of
355 * the given year, otherwise, compute the day before the first day of
357 * @param return the Julian day number of the day before the firs
    [all...]
reldtfmt.h 258 int32_t fDayMin; // day id of lowest #
259 int32_t fDayMax; // day id of highest #
271 * @param day day offset ( -1, 0, 1, etc.. )
275 const UChar *getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const;
  /external/chromium_org/third_party/WebKit/Source/core/css/
themeInputMultipleFields.css 36 input::-webkit-datetime-edit-day-field,
53 input::-webkit-datetime-edit-day-field:focus,
69 input::-webkit-datetime-edit-day-field[disabled],
  /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));
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 64 unsigned int day :5; /* 1 <= day <= 31 */ member in struct:_xmlSchemaValDate
78 long day; member in struct:_xmlSchemaValDuration
3549 long carry, mon, day; local
5840 unsigned long mon, day, hour = 0, min = 0; local
    [all...]
  /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/libxml2/
xmlschemastypes.c 64 unsigned int day :5; /* 1 <= day <= 31 */ member in struct:_xmlSchemaValDate
78 long day; member in struct:_xmlSchemaValDuration
3556 long carry, mon, day; local
5847 unsigned long mon, day, hour = 0, min = 0; local
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 32 * {@code YEAR}, {@code MONTH}, {@code DAY},
75 * {@code Calendar} defines a locale-specific seven day week using two
76 * parameters: the first day of the week and the minimal days in first week
85 * month or year is defined as the earliest seven day period beginning on
97 * {@code Date} (such as only year and month but no day in the month), or
110 * determining the day, the calendar will look for one of the following
125 * For the time of day:
140 * <li> 24:00:00 "belongs" to the following day. That is, 23:59 on Dec 31, 1969
145 * noon belongs to "pm", so on the same day, we have 12:00 am (midnight) &lt; 12:01 am,
260 * possible value to Sunday (where Sunday is the first day of the week)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 143 * @return {?Day|Week|Month}
152 return Day.parse(dateString);
192 function Day(year, month, date) {
213 Day.prototype = Object.create(DateType.prototype);
215 Day.ISOStringRegExp = /^(\d+)-(\d+)-(\d+)/;
219 * @return {?Day}
221 Day.parse = function(str) {
222 var match = Day.ISOStringRegExp.exec(str);
228 return new Day(year, month, date);
233 * @return {!Day}
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
background.js 13 var period = time[1] < 12 ? 'a.m.' : 'p.m.'; // The period of the day.
  /external/chromium_org/third_party/icu/source/i18n/
olsontz.h 168 int32_t day, uint8_t dayOfWeek,
175 int32_t day, uint8_t dayOfWeek,
vzone.h 151 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce
181 * @param day The reference date's day-in-month (1-based)
182 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
183 * @param millis The reference date's milliseconds in day, local standard time
188 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
203 * @param day The reference date's day-in-month (1-based)
204 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
205 * @param millis The reference date's milliseconds in day, local standard tim
    [all...]
hebrwcal.h 37 * on the day of (an arithmetic approximation of) each new moon. Since the
349 * Return the Julian day number of day before the first day of the
354 * @param useMonth if false, compute the day before the first day of
355 * the given year, otherwise, compute the day before the first day of
357 * @param return the Julian day number of the day before the firs
    [all...]
reldtfmt.h 245 int32_t fDayMin; // day id of lowest #
246 int32_t fDayMax; // day id of highest #
253 * @param day day offset ( -1, 0, 1, etc.. )
257 const UChar *getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
rbtz.h 141 * @param day The reference date's day-in-month (1-based)
142 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
143 * @param millis The reference date's milliseconds in day, local standard time
148 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
162 * @param day The reference date's day-in-month (1-based)
163 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
164 * @param millis The reference date's milliseconds in day, local standard time
170 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
rbtz.h 141 * @param day The reference date's day-in-month (1-based)
142 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
143 * @param millis The reference date's milliseconds in day, local standard time
148 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
162 * @param day The reference date's day-in-month (1-based)
163 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
164 * @param millis The reference date's milliseconds in day, local standard time
170 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
DowntimeCalendar.java 87 final int day = ((getDayOfWeek(time) - 1) + (daysOffset % n) + n) % n + 1; local
90 return mDays.contains(day) && time >= start && time < end;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py 373 eq(str(td(1)), "1 day, 0:00:00")
374 eq(str(td(-1)), "-1 day, 0:00:00")
544 self.assertEqual(dt.day, 1)
557 dt2 = self.theclass(dt.year, dt.month, dt.day)
587 # Verify that moving back a day gets to the end of year-1.
594 # Test every day in a leap-year and a non-leap year.
601 for day in range(1, maxday+1):
602 d = self.theclass(year, month, day)
609 a = self.theclass(a.year, a.month, a.day) # get rid of time parts
621 a = self.theclass(a.year, a.month, a.day) # get rid of time part
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py 373 eq(str(td(1)), "1 day, 0:00:00")
374 eq(str(td(-1)), "-1 day, 0:00:00")
544 self.assertEqual(dt.day, 1)
557 dt2 = self.theclass(dt.year, dt.month, dt.day)
587 # Verify that moving back a day gets to the end of year-1.
594 # Test every day in a leap-year and a non-leap year.
601 for day in range(1, maxday+1):
602 d = self.theclass(year, month, day)
609 a = self.theclass(a.year, a.month, a.day) # get rid of time parts
621 a = self.theclass(a.year, a.month, a.day) # get rid of time part
    [all...]
  /external/chromium_org/chrome/browser/history/
visit_filter.cc 38 void VisitFilter::SetDayOfTheWeekFilter(int day) {
39 day_ = day;
182 // around the day barrier.
190 void VisitFilter::GetTimesOnTheDayOfTheWeek(int day,
201 exploded_time.day_of_week - day);
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_entry.js 32 var day = timeTokens[2];
37 this.time = new Date(year, month, day, hour, minute,
  /external/chromium_org/third_party/libxml/src/include/libxml/
nanoftp.h 33 * @day: the day
38 * Note that only one of year and day:minute are specified.
44 const char *month, int day, int hour,

Completed in 1315 milliseconds

1 2 3 4 5 67 8 91011>>