HomeSort by relevance Sort by last modified time
    Searched full:year (Results 251 - 275 of 1961) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/doc/
sample.bib 7 year = 1994,
28 year = {1988},
  /external/chromium_org/v8/test/intl/date-format/
property-override.js 47 'en-US', {weekday: 'short', era: 'short', year: 'numeric', month: 'short',
59 'second', 'timeZone', 'timeZoneName', 'weekday', 'year'
  /external/icu/icu4c/source/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,
  /external/lldb/test/lang/objc/rdar-10967107/
TestRdar10967107.py 50 self.expect("frame variable cf_greg_date --raw", substrs = ['year','month','day','hour','minute','second'])
53 self.expect("frame variable --raw", substrs = ['year','month','day','hour','minute','second','location','length'])
  /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/
index.xml 13 <year>&vg-lifespan;</year>
  /frameworks/base/core/res/res/layout/
date_picker_legacy.xml 61 <!-- Year -->
63 android:id="@+id/year"
date_picker_legacy_holo.xml 65 <!-- Year -->
67 android:id="@+id/year"
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
drm_common_api.h 46 // year: Epoch is 70 (i.e., 1970). Maximum value is 138 (i.e., 2038).
56 uint8_t year; member in struct:time_of_day
  /libcore/luni/src/test/java/libcore/java/util/
CalendarTest.java 147 private void testSetSelfConsistent(TimeZone timeZone, int year, int month, int day) {
152 calendar.set(year, month, day, hour, minute);
153 assertEquals(year, calendar.get(Calendar.YEAR));
199 int year, int month, int day, int hour, int minute) {
200 assertEquals(year, calendar.get(Calendar.YEAR));
215 cal.set(Calendar.YEAR, 1970);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
  /prebuilts/tools/common/m2/repository/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) +
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h 19 * 10/14/99 aliu Updated class doc to describe 2-digit year parsing
101 * <th rowspan="6">year</th>
105 * <td>Year. Normally the length specifies the padding, but for two letters it also specifies the maximum
110 * <th>Year</th>
165 * <td>Year (in "Week of Year" based calendars). Normally the length specifies the padding,
166 * but for two letters it also specifies the maximum length. This year designation is used in ISO
167 * year-week calendar as defined by ISO 8601, but can be used in non-Gregorian based calendar systems
168 * where week date processing is desired. May not always be the same value as calendar year.</td>
174 * <td>Extended year. This is a single number designating the year of this calendar system, encompassin
    [all...]
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/chromium_org/third_party/icu/source/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 82 * year, month, date, day-of-week, am-pm, hour, hour-of-day, and minute.
84 * year > month > date > am-pm > hour > minute
90 * and &quot;Feb 20, 2008&quot; is year.
98 * is &quot;year&quot;, the date interval pattern is &quot;MMM d, yyyy - MMM d, yyyy&quot;,
106 * For date skeleton, the interval patterns when year, or month, or date is
144 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
252 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
262 * "year", the interval pattern for en_US when year
351 * 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/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...]
  /external/icu/icu4c/source/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
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
PhoneMainActivity.java 67 calendar.get(Calendar.YEAR),
72 public void onDateSet(DatePicker view, int year, int monthOfYear, int dayOfMonth) {
78 calendar.set(Calendar.YEAR, year);

Completed in 1167 milliseconds

<<11121314151617181920>>