Searched refs:date (Results 276 - 300 of 586) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp80 // Get proper date time format
170 UnicodeString *date = new UnicodeString(); local
175 formatDate(&st_local, *date);
179 timeDateArray[1].adoptString(date);
H A Dsimpletz.cpp42 // available. Set February to 29 days to accomodate rules with that date
43 // and day-of-week-on-or-before-that-date mode (DOW_LE_DOM_MODE).
273 * the exact starting date. Their exact meaning depend on their respective signs,
473 // Compare the date to the starting and ending rules.+1 = date>rule, -1
474 // = date<rule, 0 = date==rule.
509 SimpleTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, argument
517 double day = uprv_floor(date / U_MILLIS_PER_DAY);
518 int32_t millis = (int32_t) (date
718 inDaylightTime(UDate date, UErrorCode& status) const argument
[all...]
H A Dcalendar.cpp237 //TODO: ULOC_FULL_NAME is out of date and too small..
1064 * @param date the new time in UTC milliseconds from the epoch.
1134 Calendar::set(int32_t year, int32_t month, int32_t date) argument
1138 set(UCAL_DATE, date);
1144 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) argument
1148 set(UCAL_DATE, date);
1156 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) argument
1160 set(UCAL_DATE, date);
1375 * the allowable range for the date to which this calendar is set.
1473 // Compute time-related fields. These are indepent of the date an
2497 isWeekend(UDate date, UErrorCode &status) const argument
[all...]
H A Ducal.cpp268 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { argument
287 gregocal->setGregorianChange(date, *pErrorCode);
407 int32_t date,
413 ((Calendar*)cal)->set(year, month, date);
421 int32_t date,
429 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
617 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) argument
622 return ((Calendar*)cal)->isWeekend(date, *status);
404 ucal_setDate( UCalendar* cal, int32_t year, int32_t month, int32_t date, UErrorCode *status) argument
418 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) argument
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.cc224 if (promo->GetList("date", &date_list)) {
225 const base::DictionaryValue* date; local
226 if (date_list->GetDictionary(0, &date)) {
229 if (date->GetString("start", &time_str) &&
235 if (date->GetString("end", &time_str) &&
/external/chromium_org/third_party/WebKit/Source/web/
H A DExternalDateTimeChooser.cpp93 if (source == InputTypeNames::date)
/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp41 // available. Set February to 29 days to accomodate rules with that date
42 // and day-of-week-on-or-before-that-date mode (DOW_LE_DOM_MODE).
272 * the exact starting date. Their exact meaning depend on their respective signs,
472 // Compare the date to the starting and ending rules.+1 = date>rule, -1
473 // = date<rule, 0 = date==rule.
508 SimpleTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, argument
516 double day = uprv_floor(date / U_MILLIS_PER_DAY);
517 int32_t millis = (int32_t) (date
717 inDaylightTime(UDate date, UErrorCode& status) const argument
[all...]
H A Dcalendar.cpp213 //TODO: ULOC_FULL_NAME is out of date and too small..
1009 * @param date the new time in UTC milliseconds from the epoch.
1065 Calendar::set(int32_t year, int32_t month, int32_t date) argument
1069 set(UCAL_DATE, date);
1075 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) argument
1079 set(UCAL_DATE, date);
1087 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) argument
1091 set(UCAL_DATE, date);
1177 * the allowable range for the date to which this calendar is set.
1275 // Compute time-related fields. These are indepent of the date an
2162 isWeekend(UDate date, UErrorCode &status) const argument
2750 int32_t date = 1 - first + dowLocal; local
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.h166 // @param date the LONGDATETIME
169 virtual int32_t WriteDateTime(int32_t index, int64_t date);
/external/clang/docs/tools/
H A DMakefile16 # up to date automatically as the documents are checked in. It must build
35 date > $@
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java242 * Returns the date/time from the build id in format yyyymmddhm
245 * @return date/time in format YYYYMMDDHHMM, ie. 200504060010
260 // if release build, expect <release>_<release date and
261 // timestamp>_<date and timestamp test ran>
262 // use test date and time for plotting
265 int date = Integer.parseInt(buildIdParts[buildIdSegment].substring(6, 8));
269 calendar.set(year, month, date, hours, min);
273 // if regular build, expect <buildType><date>-<time> format
277 int date = Integer.parseInt(buildIdParts[0].substring(7, 9));
280 calendar.set(year, month, date, hour
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.h58 static void getFieldText(DateFormat* df, int32_t field, UDate date, UnicodeString& str);
/external/iptables/extensions/
H A Dlibxt_time.c86 /* ...and have no date-begin or date-end boundary */
160 xtables_error(PARAMETER_PROBLEM, "Invalid date \"%s\" specified. Should "
304 static void time_print_date(time_t date, const char *command) argument
309 if (date == 0 || date == LONG_MAX)
312 t = gmtime(&date);
407 printf(" until date");
/external/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.h166 // @param date the LONGDATETIME
169 virtual int32_t WriteDateTime(int32_t index, int64_t date);
/external/tcpdump/
H A Dmakemib49 * This file was generated by tcpdump/makemib on `date`
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js57 mode: "date",
133 function createUTCDate(year, month, date) {
137 newDate.setUTCDate(date);
190 * @param {!number} date
192 function Day(year, month, date) {
193 var dateObject = createUTCDate(year, month, date);
195 throw "Invalid date";
210 this.date = dateObject.getUTCDate();
227 var date = parseInt(match[3], 10);
228 return new Day(year, month, date);
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDateTest.java96 * Helper method to create a long milliseconds time from a supplied date and
99 static private long getTime(int year, int month, int date, int hour, argument
101 aCal.set(year, month, date, hour, minute, second);
250 // Convert to a date string ... and compare
295 String SQL_NOTVALID1 = "ABCDEF"; // Invalid date string
296 String SQL_NOTVALID2 = "12321.43.56"; // Invalid date string
297 String SQL_NOTVALID3 = null; // Invalid date string
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer_unittest.cc121 base::Time date; local
123 entry.creation_time = date;
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_param_traits.cc46 WriteParam(m, p.date());
127 LogParam(p.date(), l);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeEditElement.cpp740 void DateTimeEditElement::setValueAsDate(const LayoutParameters& layoutParameters, const DateComponents& date) argument
742 layout(layoutParameters, date);
744 m_fields[fieldIndex]->setValueAsDate(date);
765 void DateTimeEditElement::setOnlyYearMonthDay(const DateComponents& date) argument
767 ASSERT(date.type() == DateComponents::Date);
773 dateTimeFieldsState.setYear(date.fullYear());
774 dateTimeFieldsState.setMonth(date.month() + 1);
775 dateTimeFieldsState.setDayOfMonth(date.monthDay());
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dvtzone.h134 * @param lastModified Receives the last modified date.
142 * @param lastModified The LAST-MODIFIED date.
158 * @param start The start date.
166 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date.
172 * around the specified date.
173 * @param time The date used for rule extraction.
191 * account) as of a particular reference date. The reference date is used to determine
194 * at this particular date and time?). For the time zones produced by createTimeZone(),
195 * the reference data is specified according to the Gregorian calendar, and the date
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h443 * account) as of a particular reference date. The reference date is used to determine
446 * at this particular date and time?). For the time zones produced by createTimeZone(),
447 * the reference data is specified according to the Gregorian calendar, and the date
454 * @param era The reference date's era
455 * @param year The reference date's year
456 * @param month The reference date's month (0-based; 0 is January)
457 * @param day The reference date's day-in-month (1-based)
458 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
459 * @param millis The reference date'
[all...]
H A Dvtzone.h134 * @param lastModified Receives the last modified date.
142 * @param lastModified The LAST-MODIFIED date.
158 * @param start The start date.
166 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date.
172 * around the specified date.
173 * @param time The date used for rule extraction.
191 * account) as of a particular reference date. The reference date is used to determine
194 * at this particular date and time?). For the time zones produced by createTimeZone(),
195 * the reference data is specified according to the Gregorian calendar, and the date
[all...]
/external/icu/icu4c/source/samples/
H A DMakefile.in22 SUBDIRS = date cal
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Value.h113 void operator<<(CJS_Date &date);
114 void operator>>(CJS_Date &date) const;

Completed in 917 milliseconds

<<11121314151617181920>>