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

1 2 3 4 5 6 7 891011>>

  /external/bison/
README 37 For any copyright year range specified as YYYY-ZZZZ in this package,
38 note that the range specifies every single year in that closed interval.
  /external/icu4c/test/intltest/
tzbdtest.h 75 virtual void findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedChanges);
82 void verifyMapping(Calendar& cal, int year, int month, int dom, int hour,
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/tcpdump/
gmt2local.c 61 * If the year or julian day is different, we span 00:00 GMT
62 * and must add or subtract a day. Check the year first to
  /external/valgrind/main/docs/xml/
dist-docs.xml 13 <year>&vg-lifespan;</year>
index.xml 13 <year>&vg-lifespan;</year>
  /frameworks/base/core/res/res/layout/
date_picker.xml 61 <!-- Year -->
63 android:id="@+id/year"
date_picker_holo.xml 65 <!-- Year -->
67 android:id="@+id/year"
  /libcore/luni/src/test/java/libcore/java/util/
CalendarTest.java 146 private void testSetSelfConsistent(TimeZone timeZone, int year, int month, int day) {
151 calendar.set(year, month, day, hour, minute);
152 assertEquals(year, calendar.get(Calendar.YEAR));
196 int year, int month, int day, int hour, int minute) {
197 assertEquals(year, calendar.get(Calendar.YEAR));
212 cal.set(Calendar.YEAR, 1970);
  /prebuilts/tools/common/m2/internal/org/easymock/easymock-parent/3.1/
easymock-parent-3.1.pom 82 <year>${year}</year>
216 <id>year</id>
221 <propertyName>year</propertyName>
226 <id>year-site</id>
232 <propertyName>year</propertyName>
285 <bottom><![CDATA[<i>Copyright &#169; ${project.inceptionYear}-${year} ${project.organization.name}. This documentation is provided under the terms of the Apache 2 licence.</i>]]></bottom>
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DosUtils.java 51 cal.set(Calendar.YEAR, 1980 + (dosDate >> 9));
78 return 512 * (cal.get(Calendar.YEAR) - 1980) + 32 * (cal.get(Calendar.MONTH) + 1) +
  /frameworks/base/core/java/android/text/format/
DateFormat.java 117 public static final char YEAR = 'y';
255 int year = value.indexOf('y'); local
257 if (month >= 0 && day >= 0 && year >= 0) {
259 if (year < month && year < day) {
266 if (day < year) {
272 if (month < year) {
286 * so that we get a four-digit year instead a two-digit year.
314 * 3 elements ({@link #DATE}, {@link #MONTH}, and {@link #YEAR}) in the orde
    [all...]
  /external/icu4c/i18n/unicode/
tzrule.h 258 * Gets the time when this rule takes effect in the given year.
259 * @param year The Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
264 * @param result Receives the start time in the year.
265 * @return true if this rule takes effect in the year and the result is set to
269 UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
379 * The constant representing the maximum year used for designating
395 * @param startYear The first year when this rule takes effect.
396 * @param endYear The last year when this rule takes effect. If this
414 * @param startYear The first year when this rule takes effect
    [all...]
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/webkit/Source/JavaScriptCore/runtime/
DatePrototype.cpp 210 // Offset year if needed
212 int year = gdt.year + 1900; local
213 bool yearNeedsOffset = year < 1900 || year > 2038;
215 localTM.tm_year = equivalentYearForDST(year) - 1900;
243 static const int yearLen = 5; // FIXME will be a problem in the year 10,000
248 snprintf(yearString, yearLen, "%d", year);
358 t->year = toInt32(years - 1900);
501 // Maximum amount of space we need in buffer: 6 (max. digits in year) + 2 * 5 (2 characters each for month, day, hour, minute, second) + 4 (. + 3 digits for millisecon (…)
1043 double year = exec->argument(0).toIntegerPreserveNaN(exec); local
    [all...]
  /external/icu4c/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...]
  /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>

Completed in 776 milliseconds

1 2 3 4 5 6 7 891011>>