Searched refs:date (Results 101 - 125 of 586) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsmpdtfmt.h49 * parsing (text -> millis), and normalization. Formats/Parses a date or time,
52 * Clients are encouraged to create a date-time formatter using DateFormat::getInstance(),
63 * The date/time format is specified by means of a string time pattern. In this
170 * When parsing a date string using the abbreviated year pattern ("y" or "yy"),
250 * date or time pattern are to be rendered using Thai digits, simply specify the numbering system override
251 * as "thai". To specify that just the year portion of the date be formatted using Hebrew numbering,
291 * date or time pattern are to be rendered using Thai digits, simply specify the numbering system override
292 * as "thai". To specify that just the year portion of the date be formatted using Hebrew numbering,
374 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
380 * @param cal Calendar set to the date an
1179 format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const argument
1188 format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter, UErrorCode& status) const argument
1198 format(UDate date, UnicodeString& appendTo) const argument
[all...]
H A Dgregocal.h18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
46 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all
47 * countries adopted the Gregorian calendar then, so this cutover date may be changed by
94 * // and the current date and time
231 * Constructs a GregorianCalendar with the given AD date set in the default time
237 * @param date The value used to set the DATE time field in the calendar.
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
245 * Constructs a GregorianCalendar with the given AD date and time set for the
251 * @param date The value used to set the DATE time field in the calendar.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_
[all...]
/external/chromium_org/chrome/utility/media_galleries/
H A Dpicasa_album_table_reader.cc78 double date = 0; local
84 !date_column.ReadDouble64(i, &date) ||
90 base::Time timestamp = TimeFromMicrosoftVariantTime(date);
H A Dimage_metadata_extractor.h54 const std::string& date() const;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKey.h61 static IDBKey* createDate(double date) argument
63 return new IDBKey(DateType, date);
130 double date() const function in class:WebCore::IDBKey
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleMacTest.cpp55 DateComponents date; local
56 date.setMillisecondsSinceEpochForDate(msForDate(year, month, day));
57 return date;
62 DateComponents date; local
63 date.setMillisecondsSinceMidnight(hour * msPerHour + minute * msPerMinute + second * msPerSecond + millisecond);
64 return date;
75 DateComponents date; local
77 date.parseWeek(isoString, 0, end);
78 return locale->formatDateTime(date);
84 DateComponents date; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
H A Dtestfile.py77 date = datetime.strptime(before, "%Y-%m-%dT%H:%M:%SZ")
78 query = query.filter("date <", date)
80 files = query.order("-date").fetch(limit)
118 self.date = datetime.now()
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc111 void FontOutputStream::WriteDateTime(int64_t date) { argument
112 WriteULong((date >> 32) & 0xffffffff);
113 WriteULong(date & 0xffffffff);
/external/chromium_org/v8/src/
H A Dapinatives.js13 var date = new $Date();
14 date.setTime(time);
15 return date;
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js124 var date = new Date();
125 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
126 expiration = date.toGMTString();
415 var date = new Date();
416 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // keep this for 10 years
417 writeCookie("nav", nav_pref, "reference", date.toGMTString());
482 var date = new Date();
483 expires = date
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc111 void FontOutputStream::WriteDateTime(int64_t date) { argument
112 WriteULong((date >> 32) & 0xffffffff);
113 WriteULong(date & 0xffffffff);
/external/smack/src/org/jivesoftware/smackx/packet/
H A DTime.java103 Date date = null;
109 date = cal.getTime();
114 return date;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1308 UDate mydate = date(98,3,13); // A Monday
1335 LocaleTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) function in class:LocaleTest
2195 UDate date = uprv_getUTCtime(); local
2202 date = (UDate)-630720000000.0; // pre 1961 - no currency defined
2203 index = ucurr_countCurrencies("eo_AM", date, &status);
2208 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2214 date = (UDate)0.0; // 1970 - one currency defined
2215 index = ucurr_countCurrencies("eo_AM", date, &status);
2220 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2227 date
[all...]
H A Dtzbdtest.cpp324 UDate d = date(97, UCAL_APRIL, 6);
341 findDaylightBoundaryUsingDate(date(97, 0, 1), "PST", PST_1997_BEG);
343 findDaylightBoundaryUsingDate(date(97, 6, 1), "PDT", PST_1997_END);
351 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), TRUE, 859653000000.0, z);
353 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), FALSE, 877797000000.0, z);
361 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), FALSE, PST_1997_BEG);
363 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), TRUE, PST_1997_END);
370 logln(UnicodeString("") + z->getOffset(1, 97, 3, 4, 6, 0) + " " + date(97, 3, 4));
371 logln(UnicodeString("") + z->getOffset(1, 97, 3, 5, 7, 0) + " " + date(97, 3, 5));
372 logln(UnicodeString("") + z->getOffset(1, 97, 3, 6, 1, 0) + " " + date(9
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1329 UDate mydate = date(98,3,13); // A Monday
1356 LocaleTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) function in class:LocaleTest
2222 UDate date = uprv_getUTCtime(); local
2229 date = (UDate)-630720000000.0; // pre 1961 - no currency defined
2230 index = ucurr_countCurrencies("eo_AM", date, &status);
2235 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2241 date = (UDate)0.0; // 1970 - one currency defined
2242 index = ucurr_countCurrencies("eo_AM", date, &status);
2247 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2254 date
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node.h72 void set_date_added(const base::Time& date) { date_added_ = date; } argument
79 void set_date_folder_modified(const base::Time& date) { argument
80 date_folder_modified_ = date;
/external/chromium_org/net/ftp/
H A Dftp_util.h35 // Converts a "ls -l" date listing to time. The listing comes in three
45 // Converts a Windows date listing to time. Returns true on success.
46 static bool WindowsDateListingToTime(const base::string16& date,
/external/chromium_org/third_party/icu/source/i18n/
H A Dcecal.h78 * (Overrides Calendar) Return true if the current date for this Calendar is in
82 * @return True if the current date for this Calendar is in Daylight Savings Time,
98 * return the date offset from Julian
113 static int32_t ceToJD(int32_t year, int32_t month, int32_t date,
123 * @param date receives the day
H A Dolsontz.h178 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
184 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
213 virtual UBool inDaylightTime(UDate date, UErrorCode& ec) const;
285 void getHistoricalOffset(UDate date, UBool local,
355 * A SimpleTimeZone that governs the behavior for date >= finalMillis.
360 * For date >= finalMillis, the finalZone will be used.
H A Dzonemeta.h52 static UnicodeString& U_EXPORT2 getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result);
/external/emma/lib/internal/
H A Dstamptool.jar ... lang.String) throws java.text.ParseException String date java.text.SimpleDateFormat formatter java.util. ...
/external/icu/icu4c/source/i18n/
H A Dcecal.h78 * (Overrides Calendar) Return true if the current date for this Calendar is in
82 * @return True if the current date for this Calendar is in Daylight Savings Time,
98 * return the date offset from Julian
113 static int32_t ceToJD(int32_t year, int32_t month, int32_t date,
123 * @param date receives the day
H A Dolsontz.h182 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
188 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
217 virtual UBool inDaylightTime(UDate date, UErrorCode& ec) const;
294 void getHistoricalOffset(UDate date, UBool local,
364 * A SimpleTimeZone that governs the behavior for date >= finalMillis.
369 * For date >= finalMillis, the finalZone will be used.
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
46 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all
47 * countries adopted the Gregorian calendar then, so this cutover date may be changed by
94 * // and the current date and time
231 * Constructs a GregorianCalendar with the given AD date set in the default time
237 * @param date The value used to set the DATE time field in the calendar.
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
245 * Constructs a GregorianCalendar with the given AD date and time set for the
251 * @param date The value used to set the DATE time field in the calendar.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_
[all...]
/external/icu/icu4c/source/samples/date/
H A DMakefile.in1 ## Makefile.in for ICU - samples/date
15 subdir = samples/date
26 OBJECTS = uprint.o date.o

Completed in 680 milliseconds

1234567891011>>