HomeSort by relevance Sort by last modified time
    Searched full:year (Results 501 - 525 of 1223) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h 47 * month, and year.
387 * @brief Return preferred order of month, day, and year.
391 * uses month, day, and year. If the format "x" for the associated
511 * @brief Parse input year string.
513 * This function reads up to 4 characters to parse a year string and
517 * 4 consecutive digits are interpreted as a full year. If there are
529 * @return Iterator to first char beyond year.
542 * @brief Return preferred order of month, day, and year.
546 * uses month, day, and year. This function is a hook for derived
631 * @brief Parse input year string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 50 * time: day, month, and year.
394 * @brief Return preferred order of month, day, and year.
398 * uses month, day, and year. If the format @a x for the associated
518 * @brief Parse input year string.
520 * This function reads up to 4 characters to parse a year string and
524 * 4 consecutive digits are interpreted as a full year. If there are
536 * @return Iterator to first char beyond year.
549 * @brief Return preferred order of month, day, and year.
553 * uses month, day, and year. This function is a hook for derived
638 * @brief Parse input year string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 50 * time: day, month, and year.
394 * @brief Return preferred order of month, day, and year.
398 * uses month, day, and year. If the format @a x for the associated
518 * @brief Parse input year string.
520 * This function reads up to 4 characters to parse a year string and
524 * 4 consecutive digits are interpreted as a full year. If there are
536 * @return Iterator to first char beyond year.
549 * @brief Return preferred order of month, day, and year.
553 * uses month, day, and year. This function is a hook for derived
638 * @brief Parse input year string
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 455 // If the message is from a different year, show the date and year.
456 if (then.year != now.year) {
468 // the year only happen if it is a different year from today).
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DateTest.java 100 static private long getTime(int year, int month, int date, int hour,
102 aCal.set(year, month, date, hour, minute, second);
  /external/chromium/base/metrics/
field_trial_unittest.cc 23 next_year_ = exploded.year;
27 last_year_ = exploded.year;
  /external/chromium/chrome/browser/autofill/
form_structure_unittest.cc 582 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("Exp Year"),
612 // Credit card expiration year.
652 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("Exp Year"),
684 // Credit card expiration year.
    [all...]
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 354 exploded.year--;
364 exploded.year--;
history_ui.cc 342 exploded.year--;
352 exploded.year--;
  /external/icu4c/i18n/unicode/
timezone.h 219 * Mountain Standard Time year-round, even in the summer.
394 * @param year The reference date's year
403 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
415 * @param year the year in the given date.
426 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
620 * (Gregorian) calendar year.
    [all...]
  /external/icu4c/test/intltest/
dadrfmt.cpp 80 // date: either an unsigned long (millis), or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the locale
87 "ERA=1,YEAR=2007,MONTH=AUGUST,DATE=8,HOUR=18,MINUTE=54,SECOND=12",
  /external/icu4c/tools/genren/
genren.pl 71 $YEAR = strftime "%Y",localtime;
76 * Copyright (C) 2002-$YEAR, International Business Machines
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
tsql.php 84 'VARYING', 'VIEW', 'WAITFOR', 'WHEN', 'WHENEVER', 'WHERE', 'WHILE', 'WITH', 'WITHOUT', 'WORK', 'WRITE', 'WRITETEXT', 'YEAR', 'ZONE',
102 'DATEADD','DATEDIFF','DATENAME','DATEPART','DAY','GETDATE','GETUTCDATE','MONTH','YEAR',
  /external/oprofile/doc/
op-jit-devel.xml 19 <year>2007</year>
  /external/valgrind/main/docs/xml/
quick-start-guide.xml 12 <year>&vg-lifespan;</year>
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.8-3.js 67 var YEAR = 9;
230 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
15.9.3.8-4.js 67 var YEAR = 9;
199 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
15.9.4.2.js 76 var YEAR = 9;
190 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
  /frameworks/base/core/java/android/widget/
CalendarView.java 321 * @param year The year that was set.
325 public void onSelectedDayChange(CalendarView view, int year, int month, int dayOfMonth);
999 && firstDate.get(Calendar.YEAR) == secondDate.get(Calendar.YEAR));
1014 selectedDay.get(Calendar.YEAR),
    [all...]
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 81 int currYearDay = recycledTime.year * 366 + recycledTime.yearDay;
100 if (currYearDay != (recycledTime.year * 366 + recycledTime.yearDay)) {
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 248 mDatePicker.updateDate(now.get(Calendar.YEAR), now.get(Calendar.MONTH),
321 mDatePicker.updateDate(now.get(Calendar.YEAR), now.get(Calendar.MONTH),
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 165 #define COARSE_UTC(year, month, day, hour, minute, second) \
167 (year - 1970) * 365 * 24 * 60 * 60 + \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
langinfo.h 146 __ERA_YEAR, /* Year in alternate era format. */
215 _NL_WERA_YEAR, /* Year in alternate era format. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
langinfo.h 146 __ERA_YEAR, /* Year in alternate era format. */
215 _NL_WERA_YEAR, /* Year in alternate era format. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
langinfo.h 146 __ERA_YEAR, /* Year in alternate era format. */
215 _NL_WERA_YEAR, /* Year in alternate era format. */

Completed in 593 milliseconds

<<21222324252627282930>>