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

<<11121314151617181920>>

  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 163 static final int sCurrentYear = new GregorianCalendar().get(Calendar.YEAR);
237 String year; field in class:CalendarUtilities.TimeZoneDate
289 // MSFT year is an int; TimeZone is a String
291 tzd.year = Integer.toString(num);
332 testCalendar.set(GregorianCalendar.YEAR, sCurrentYear);
455 * consecutive years starting with the current year
544 * @param toDaylightCalendars an array of GregorianCalendars, one for each year, representing
546 * @param toStandardCalendars an array of GregorianCalendars, one for each year, representing
557 // Get the transitions for this year and the next few years
562 // Calculate end of year; no need to be insanely precis
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.c 545 int year, month, day, hour, min, sec; local
566 if (sscanf(pos, "%02d", &year) != 1) {
568 "UTCTime year", buf, len);
571 if (year < 50)
572 year += 2000;
574 year += 1900;
583 if (sscanf(pos, "%04d", &year) != 1) {
585 "GeneralizedTime year", buf, len);
630 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
633 if (year < 1970)
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 562 two y's, typically resulting in a date in the year 1919.
565 four-digit year values (probably also applicable to various
1273 int32_t year; member in class:Test1684Data
    [all...]
callimts.cpp 212 // Day of year
227 // Week of year
290 "ERA", "YEAR", "MONTH", "WEEK_OF_YEAR", "WEEK_OF_MONTH",
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 67 // used because DST is determined from year to year in a non-standard way (related to the lunar
68 // calendar); therefore, the test would only work during the year in which it was created
213 assertEquals(cal.get(Calendar.YEAR), 2010);
228 assertEquals(cal.get(Calendar.YEAR), 2010);
618 // Get a calendar at January 1st of the current year
621 // Get start and end times at start and end of year
648 // Get a calendar at January 1st of the current year
651 // Get start and end times at start and end of year
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 67 // used because DST is determined from year to year in a non-standard way (related to the lunar
68 // calendar); therefore, the test would only work during the year in which it was created
223 assertEquals(cal.get(Calendar.YEAR), 2010);
238 assertEquals(cal.get(Calendar.YEAR), 2010);
628 // Get a calendar at January 1st of the current year
631 // Get start and end times at start and end of year
658 // Get a calendar at January 1st of the current year
661 // Get start and end times at start and end of year
    [all...]
  /build/tools/zipalign/
ZipEntry.cpp 377 int year; local
378 year = ptm->tm_year;
379 if (year < 80)
380 year = 80;
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DateTest.java 287 assertEquals("Returned incorrect year", 98, d.getYear());
310 assertEquals("Parsed incorrect year", 1998, cal.get(Calendar.YEAR));
426 assertEquals("Set incorrect year", 8, d.getYear());
449 cal.set(Calendar.YEAR, 1970);
  /external/wpa_supplicant_8/src/utils/
os.h 51 * @year: Four digit year
64 int os_mktime(int year, int month, int day, int hour, int min, int sec,
73 int year; /* Four digit year */ member in struct:os_tm
  /frameworks/base/tools/aapt/
ZipEntry.cpp 377 int year; local
378 year = ptm->tm_year;
379 if (year < 80)
380 year = 80;
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
  /external/icu4c/i18n/
smpdtfmt.cpp 21 * 10/14/99 aliu Updated 2-digit year parsing so that only "00" thru
23 * 11/15/99 weiv Added support for week of year/day of week format
    [all...]
  /external/webkit/PerformanceTests/Parser/resources/
html5.html     [all...]
  /external/chromium/base/
time_win.cc 96 // number of leap year days between 1601 and 1970: (1970-1601)/4 excluding
185 st.wYear = exploded.year;
231 exploded->year = st.wYear;
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 88 void CreateTestCreditCardsYearAndMonth(const char* year, const char* month) {
93 month, year);
401 const char* year,
405 "Miku Hatsune", "4234567890654321", month, year,
    [all...]
  /external/icu4c/tools/gendraft/
genheaders.pl 127 ($DAY, $MONTH, $YEAR) = (localtime)[3,4,5];
128 $YEAR += 1900;
133 * Copyright (C) 2004-$YEAR, International Business Machines
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 240 setValue(hdfname + ".year",
241 Integer.toString(cal.get(Calendar.YEAR)));
243 Integer.toString(cal.get(Calendar.YEAR)).substring(2));
  /external/openssl/crypto/
o_time.c 179 short year, month, day, hour, minute, second, member in struct:vms_vectime
207 result->tm_year = time_values.year - 1900;
229 * with restricted date types and overflows which cause the year 2038
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
android.text.format.DateFormat.html 210 <A NAME="android.text.format.DateFormat.YEAR"></A>
211 <nobr><code>char</code>&nbsp;<A HREF="../../../../reference/android/text/format/DateFormat.html#YEAR" target="_top"><code>YEAR</code></font></A></nobr> </TD>
  /ndk/sources/host-tools/sed-4.2.1/po/
sed.pot 2 # Copyright (C) YEAR Free Software Foundation, Inc.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/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/6/sources/cxx-stl/gnu-libstdc++/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/7/sources/cxx-stl/gnu-libstdc++/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...]

Completed in 657 milliseconds

<<11121314151617181920>>