HomeSort by relevance Sort by last modified time
    Searched full:dates (Results 26 - 50 of 324) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
V1TBSCertificateGenerator.java 110 // before and after dates
V2AttributeCertificateInfoGenerator.java 126 // before and after dates => AttCertValidityPeriod
V3TBSCertificateGenerator.java 120 // before and after dates
  /external/bluetooth/glib/docs/reference/glib/tmpl/
date.sgml 13 represent everyday dates, not astronomical dates or historical dates
22 64-bit struct, so storing large numbers of dates is very efficient. It
27 ("Julian" dates in the #GDate API aren't really Julian dates in the
28 technical sense; technically, Julian dates count from the start of the
45 fail. Dates can be invalidated by calling g_date_clear() again.
301 state. The cleared dates will not represent an existing date, but will
306 @date: pointer to one or more dates to clea
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.37-2.js 72 // Dates around 2000
86 // Dates around 29 February 2000
103 // Dates around 2005
118 // Dates around 1900
15.9.3.2-1.js 89 // Dates around 1970
111 // Dates around 2000
125 // Dates around 1900
146 // Dates around Feb 29, 2000
159 // Dates around Jan 1, 2005
15.9.4.2.js 97 // Dates around 1970
113 // Dates around 2000
128 // Dates around 1900
148 // Dates around Feb 29, 2000
159 // Dates around Jan 1 2005
15.9.4.3.js 91 // Dates around 1970
122 // Dates around 2000
131 // Dates around 1900
148 // Dates around 29 Feb 2000
157 // Dates around 1 Jan 2005
15.9.5.37-1.js 72 // Dates around 1970
98 // Dates around 2000
112 // Dates around 29 February 2000
129 // Dates around 2005
144 // Dates around 1900
15.9.5.37-3.js 72 // Dates around 29 February 2000
89 // Dates around 2005
104 // Dates around 1900
15.9.2.2-6.js 52 // Dates around jan 1, 2032
15.9.3.1-2.js 91 // Dates around 2000
113 // Dates around 29 Feb 2000
129 // Dates around 1900
151 // Dates around 2005
15.9.3.2-2.js 89 // Dates around 2000
103 // Dates around 1900
124 // Dates around Feb 29, 2000
137 // Dates around Jan 1, 2005
15.9.3.1-1.js 91 // Dates around 1970
133 // Dates around 2000
155 // Dates around 29 Feb 2000
171 // Dates around 1900
193 // Dates around 2005
15.9.3.1-3.js 91 // Dates around 29 Feb 2000
107 // Dates around 1900
129 // Dates around 2005
15.9.3.2-3.js 89 // Dates around 1900
110 // Dates around Feb 29, 2000
123 // Dates around Jan 1, 2005
  /external/icu4c/i18n/
taiwncal.h 200 * Returns the beginning date of the 100-year window that dates
206 * Returns the first year of the 100-year window that dates with
212 * Initializes the 100-year window that dates with 2-digit years
vtzone.cpp 523 UVector* dates, int fromOffset, UErrorCode& status) {
527 if (dates == NULL || dates->size() == 0) {
536 UnicodeString rrule = *((UnicodeString*)dates->elementAt(0));
547 if (dates->size() == 1) {
556 int32_t firstDay = 31; // max possible number of dates in a month
594 if (dates->size() > 7) {
611 for (i = 1; i < dates->size(); i++) {
612 rrule = *((UnicodeString*)dates->elementAt(i));
726 UDate start, UVector* dates, int32_t fromOffset, UErrorCode& status)
1336 UVector *dates = NULL; \/\/ list of RDATE or RRULE strings local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java 114 // The expansion might not contain any dates if the exrule or
115 // exdates cancel all the generated dates.
116 long[] dates = expand(dtstart, recur, local
120 // The expansion might not contain any dates if exrule or exdates
121 // cancel all the generated dates.
122 if (dates.length == 0) {
125 return dates[dates.length - 1];
504 * milliseconds. The return value is never null. If there are no dates
514 * @return an array of dates, each date is in UTC millisecond
584 long[] dates = new long[len]; local
    [all...]
  /external/bluetooth/glib/glib/
gdate.h 131 * dates (the exceptions are the mutators, since you need those to
167 /* The parse routine is meant for dates typed in by a user, so it
219 /* Returns the number of days between the two dates. If date2 comes
  /external/icu4c/i18n/unicode/
gregocal.h 52 * if desired for dates that are prior to the Gregorian changeover and which fall
306 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October
307 * 15, 1582. Previous to this time and date will be Julian dates.
317 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October
318 * 15, 1582. Previous to this time and date will be Julian dates.
    [all...]
  /development/tools/zoneinfo/tzdata2009s/
systemv 9 # North America (no support for non-standard DST start/end dates), nor
  /external/libpng/
Y2KINFO 35 All appear to handle dates properly in a Y2K environment. The
  /external/v8/test/mjsunit/
date.js 28 // Test date construction from other dates.
36 // Test that dates may contain commas.
  /dalvik/libcore/text/src/main/java/java/text/
DateFormat.java 36 * parses dates or time in a language-independent manner. The date/time
48 * {@code DateFormat} helps you to format and parse dates for any locale. Your
62 * If you are formatting multiple dates, it is more efficient to get the format
428 * Returns a {@code DateFormat} instance for formatting and parsing dates in
438 * Returns a {@code DateFormat} instance for formatting and parsing dates in
455 * Returns a {@code DateFormat} instance for formatting and parsing dates in
477 * Returns a {@code DateFormat} instance for formatting and parsing dates
488 * dates and time values in the manner appropriate for the default locale.
508 * Returns a {@code DateFormat} instance for formatting and parsing dates
535 * Returns a {@code DateFormat} instance for formatting and parsing dates
    [all...]

Completed in 60 milliseconds

12 3 4 5 6 7 8 91011>>