HomeSort by relevance Sort by last modified time
    Searched refs:year (Results 201 - 225 of 689) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/v8/test/intl/date-format/
resolved-options.js 30 // Default (year, month, day) formatter.
43 assertTrue(resolved.hasOwnProperty('year'));
44 assertEquals('numeric', resolved.year);
76 assertFalse(resolved.hasOwnProperty('year'));
85 'en-US', {weekday: 'short', era: 'short', year: 'numeric', month: 'short',
99 assertTrue(resolved.hasOwnProperty('year'));
  /external/icu4c/i18n/
basictz.cpp 155 // within roughly 1 year from the specified date
161 int32_t year, month, dom, dow, doy, mid; local
166 year, month, dom, dow, doy, mid);
167 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
179 dtr, year, AnnualTimeZoneRule::MAX_YEAR);
186 // and within roughly 1 year from the next transition
193 year, month, dom, dow, doy, mid);
194 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
199 dtr, year - 1, AnnualTimeZoneRule::MAX_YEAR);
224 year, month, dom, dow, doy, mid)
479 int32_t year, month, dom, dow, doy, mid; local
    [all...]
simpletz.cpp 18 * 09/17/98 stephen Fixed getOffset() for last hour of year and DST
41 // Use only for decodeStartRule() and decodeEndRule() where the year is not
252 * Sets the daylight savings starting year, that is, the year this time zone began
254 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't
256 * @param year the daylight savings starting year.
259 SimpleTimeZone::setStartYear(int32_t year)
261 startYear = year;
393 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day
516 int32_t year, month, dom, dow; local
    [all...]
ethpccal.h 42 * Constant for መስከረም, the 1st month of the Ethiopic year.
47 * Constant for ጥቅምት, the 2nd month of the Ethiopic year.
52 * Constant for ኅዳር, the 3rd month of the Ethiopic year.
57 * Constant for ታኅሣሥ, the 4th month of the Ethiopic year.
62 * Constant for ጥር, the 5th month of the Ethiopic year.
67 * Constant for የካቲት, the 6th month of the Ethiopic year.
72 * Constant for መጋቢት, the 7th month of the Ethiopic year.
77 * Constant for ሚያዝያ, the 8th month of the Ethiopic year.
82 * Constant for ግንቦት, the 9th month of the Ethiopic year.
87 * Constant for ሰኔ, the 10th month of the Ethiopic year.
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
WeekNumberTest.java 37 public DateAndWeekNumber(int year, int month, int day, int expectedWeekNumber) {
41 date.set(0, 0, 0, day, month, year);
44 allDayDate.set(day, month, year);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 195 String obfuscatedNumber, String month, String year) {
196 return new CreditCard(guid, origin, name, number, obfuscatedNumber, month, year);
200 String obfuscatedNumber, String month, String year) {
207 mYear = year;
268 public void setYear(String year) {
269 mYear = year;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleWinTest.cpp 75 DateComponents dateComponents(int year, int month, int day)
78 date.setMillisecondsSinceEpochForDate(msForDate(year, month, day));
82 double msForDate(int year, int month, int day)
84 return dateToDaysFrom1970(year, month, day) * msPerDay;
87 String formatDate(LCID lcid, int year, int month, int day)
90 return locale->formatDateTime(dateComponents(year, month, day));
  /external/chromium_org/v8/test/mjsunit/regress/
regress-91.js 29 var year = date.getYear(); variable
31 date.setYear(1900 + year);
32 assertEquals(year, date.getYear());
regress-399.js 31 var year = Number(String(date).match(/.*(200\d)/)[1]); variable
32 assertEquals(year, date.getFullYear());
  /external/v8/test/mjsunit/regress/
regress-91.js 29 var year = date.getYear(); variable
31 date.setYear(1900 + year);
32 assertEquals(year, date.getYear());
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 186 final int position = (day.year - mController.getMinYear())
442 cal.set(day.year, day.month, day.day);
476 int year = firstVisiblePosition / 12 + mController.getMinYear(); local
477 CalendarDay day = new CalendarDay(year, month, 1);
484 day.year++;
496 day.year--;
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 101 public void onDateSet(DatePicker view, int year, int monthOfYear, int dayOfMonth) {
102 updatedYear = year;
389 public MockDatePickerDialog(Context context, OnDateSetListener callBack, int year,
391 super(context, callBack, year, monthOfYear, dayOfMonth);
395 int year, int monthOfYear, int dayOfMonth) {
396 super(context, theme, callBack, year, monthOfYear, dayOfMonth);
406 public void onDateChanged(DatePicker view, int year, int month, int day) {
408 super.onDateChanged(view, year, month, day);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DateDialogNormalizer.java 30 picker.updateDate(maxCal.get(Calendar.YEAR),
34 picker.updateDate(minCal.get(Calendar.YEAR),
50 result.set(cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), cal.get(Calendar.DAY_OF_MONTH),
60 int year, int month, int day, int hour, int minute, long min, long max) {
63 calendar.set(year, month, day, hour, minute, 0);
72 calendar.get(Calendar.YEAR), calendar.get(Calendar.MONTH),
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 18 * 09/17/98 stephen Fixed getOffset() for last hour of year and DST
40 // Use only for decodeStartRule() and decodeEndRule() where the year is not
251 * Sets the daylight savings starting year, that is, the year this time zone began
253 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't
255 * @param year the daylight savings starting year.
258 SimpleTimeZone::setStartYear(int32_t year)
260 startYear = year;
392 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day
515 int32_t year, month, dom, dow; local
    [all...]
ethpccal.h 42 * Constant for መስከረም, the 1st month of the Ethiopic year.
47 * Constant for ጥቅምት, the 2nd month of the Ethiopic year.
52 * Constant for ኅዳር, the 3rd month of the Ethiopic year.
57 * Constant for ታኅሣሥ, the 4th month of the Ethiopic year.
62 * Constant for ጥር, the 5th month of the Ethiopic year.
67 * Constant for የካቲት, the 6th month of the Ethiopic year.
72 * Constant for መጋቢት, the 7th month of the Ethiopic year.
77 * Constant for ሚያዝያ, the 8th month of the Ethiopic year.
82 * Constant for ግንቦት, the 9th month of the Ethiopic year.
87 * Constant for ሰኔ, the 10th month of the Ethiopic year.
    [all...]
olsontz.cpp 221 // year boundary, SimpleTimeZone may return false result when DST is observed at the
222 // beginning of year. We could apply safe margin (day or two), but when one of recurrent
223 // rules falls around year boundary, it could return false result. Without setting the
224 // start year, finalZone works fine around the year boundary of the start year.
234 // small windows of time around the year boundary, this may
319 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month,
328 return getOffset(era, year, month, dom, dow, millis,
329 Grego::monthLength(year, month)
428 int32_t year, month, dom, dow; local
555 int32_t year, month, dom, dow, doy, mid; local
    [all...]
vzone.cpp 117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
119 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status);
123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
  /external/markdown/markdown/extensions/
rss.py 27 month, date, year = heading.split()
30 return rdftime(" ".join((month, date, year, "12:00:00 AM")))
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 66 * <a name="datetimefield-year"/>
68 * <td> year </td>
74 * {@link #getEon()} is high order year value in billion of years.<br/>
77 * Given that <a href="http://www.w3.org/2001/05/xmlschema-errata#e2-63">XML Schema 1.0 errata</a> states that the year zero
79 * this class allows the year field to be set to zero. Otherwise,
80 * the year field value is handled exactly as described
82 * validation does not allow for the year field to have a value of zero.
196 * BigInteger year,
205 * int year,
215 * int year,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 25 { echo Copyright year not updated; exit 1; }
  /external/stlport/src/
time_facets.cpp 182 year to the year day YDAY with week day WDAY. ISO weeks start on
183 Monday; the first ISO week has the year's first Thursday. YDAY may
198 # define __is_leap(year)\
199 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
393 int year = t->tm_year + __TM_YEAR_BASE; variable
396 /* This ISO week belongs to the previous year. */
397 year--
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 182 year to the year day YDAY with week day WDAY. ISO weeks start on
183 Monday; the first ISO week has the year's first Thursday. YDAY may
198 # define __is_leap(year)\
199 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
393 int year = t->tm_year + __TM_YEAR_BASE; variable
396 /* This ISO week belongs to the previous year. */
397 year--
    [all...]
  /external/bison/
Makefile.am 57 .PHONY: update-b4-copyright update-package-copyright-year
63 update-package-copyright-year:
  /external/bison/build-aux/
vc-list-files 48 year=`echo "$scriptversion" | sed 's/[^0-9].*//'`
51 Copyright (C) $year Free Software Foundation, Inc,
  /external/chromium_org/third_party/leveldatabase/
chromium_logger.h 48 t.year,

Completed in 479 milliseconds

1 2 3 4 5 6 7 891011>>