HomeSort by relevance Sort by last modified time
    Searched full:year (Results 276 - 300 of 1718) sorted by null

<<11121314151617181920>>

  /external/icu4c/i18n/unicode/
dtitvinf.h 74 * year, month, date, day-of-week, am-pm, hour, hour-of-day, and minute.
76 * year > month > date > am-pm > hour > minute
82 * and &quot;Feb 20, 2008&quot; is year.
90 * is &quot;year&quot;, the date interval pattern is &quot;MMM d, yyyy - MMM d, yyyy&quot;,
98 * For date skeleton, the interval patterns when year, or month, or date is
136 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
246 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
256 * "year", the interval pattern for en_US when year
345 * ERA, YEAR, MONTH, DAY, AM_PM, HOUR, and MINUT
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 52 * <li>YYYY = four-digit year
63 * than 9999. We allow any year, even negative ones. The year is formatted
107 // Extract the year.
108 value = input.gatherInt("Invalid year in date string", 9999);
111 throw new XMPException("Invalid date string, after year", XMPError.BADVALUE);
154 // set default day and month in the year 0000
291 * <li>YYYY = four-digit year
302 * We allow any year, even negative ones. The year is formatted as "%.4d".<p
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 112 /** year member
114 protected int year; field in class:SIPDate
142 this.year == other.year &&
155 year = -1;
244 year = javaCal.get(Calendar.YEAR);
291 encoding += year
360 if (year != -1)
361 javaCal.set(Calendar.YEAR, year)
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp 617 int32_t year = 1997, month = UCAL_APRIL, date = 1;
618 gc->set(year, month, date);
625 if (gc->get(UCAL_YEAR, status) != year ||
785 /* Note: The following test used to expect YEAR 1997, WOY 1 to
789 * desired. Using YEAR in combination with WOY is ambiguous, and
790 * results in the first WOY/DOW day of the year satisfying the
794 * _calendar_ year 1997, as specified. - aliu */
800 c->clear(); // - add test for YEAR
805 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
810 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4)
1331 int32_t year = 1997; local
1769 int32_t year = cal.get(UCAL_YEAR, status); local
2400 int32_t year; member in class:CalFields
    [all...]
  /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...]
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/icu4c/i18n/
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...]
  /bionic/libc/bionic/
time64_config.h 17 let you go past year 2 billion but the struct will be incompatible
  /development/tools/idegen/templates/idea/copyright/
Apache_2.xml 3 <option name="notice" value="Copyright (C) &amp;#36;today.year The Android Open Source Project&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10; http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License" />
  /external/bison/build-aux/
update-b4-copyright 4 # include the current year.
29 my ($sec, $min, $hour, $mday, $month, $year) = localtime (time ());
30 $this_year = $year + 1900;
66 # Update the year.
  /external/chromium/base/
time_mac.cc 71 date.year = exploded.year;
90 exploded->year = date.year;
  /external/chromium/chrome/browser/autofill/
credit_card.h 79 // The month and year are zero if not present.
95 // These setters verify that the month and year are within appropriate
111 // year.
115 // year.
  /external/chromium/chrome/browser/extensions/
convert_web_app.h 26 // <year>.<month>.<day>.<fraction>
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 20 <select id="expiration-year"></select>
  /external/chromium_org/base/time/
time_unittest.cc 36 2007 - 1900, // year
38 0, // day of year (ignored, output only)
71 EXPECT_EQ(tms.tm_year + 1900, exploded.year);
309 // If time_t is 32 bits, a date after year 2038 will overflow time_t and
366 EXPECT_EQ(kUnixEpochYear - 1, exploded.year);
378 EXPECT_EQ(kUnixEpochYear - 1, exploded.year);
390 EXPECT_EQ(kUnixEpochYear - 1, exploded.year);
402 EXPECT_EQ(kUnixEpochYear - 1, exploded.year);
414 EXPECT_EQ(kUnixEpochYear - 1, exploded.year);
427 EXPECT_EQ(kUnixEpochYear, exploded.year);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
convert_web_app.h 27 // <year>.<month>.<day>.<fraction>
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 20 <select id="expiration-year" aria-labelledby="creditCardExpirationLabel">
  /external/chromium_org/crypto/
nss_util_unittest.cc 22 prxtime.tm_year = exploded.year = 2011;
  /external/chromium_org/ppapi/generators/
idl_outfile.py 64 # Ignore changes to the Copyright year which is autogenerated
70 # // From FILENAME.idl modified DAY MON DATE TIME YEAR.
71 # /* From FILENAME.idl modified DAY MON DATE TIME YEAR. */
76 # * modified DAY MON DATE TIME YEAR.
  /external/chromium_org/third_party/icu/source/test/compat/
readme.txt 32 tzone.pl year month day
  /external/chromium_org/third_party/icu/source/test/intltest/
calcasts.h 30 int32_t year; member in struct:CalendarCaseTest::TestCase
tzrulets.h 47 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.c 50 char year[8]; local
56 strftime(year, sizeof(year), "%Y", lt);
58 fprintf(f, header, year, filename, buffer);
  /external/chromium_org/third_party/libjingle/source/talk/
PRESUBMIT.py 59 # Accept any year number from start of project to the current year
65 r'.*? Copyright %(year)s,? Google Inc\.\n'
105 'year': years_re,
  /external/chromium_org/tools/grit/grit/testdata/
substitute.grd 19 <message name="IDS_COPYRIGHT_GOOGLE_LONG" sub_variable="true" desc="Gadget copyright notice. Needs to be updated every year.">

Completed in 994 milliseconds

<<11121314151617181920>>