Searched refs:YEAR (Results 1 - 25 of 192) sorted by relevance

12345678

/external/syslinux/bios/
H A Dversion.h5 #define YEAR 2014 macro
/external/syslinux/efi32/
H A Dversion.h5 #define YEAR 2014 macro
/external/syslinux/efi64/
H A Dversion.h5 #define YEAR 2014 macro
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
H A DPeriodTest.java24 Period p = Period.at(0, TimeUnit.YEAR);
26 assertTrue(null, p.isSet(TimeUnit.YEAR));
28 assertEquals(null, 0f, p.getCount(TimeUnit.YEAR), .1f);
29 p = p.omit(TimeUnit.YEAR);
30 assertFalse(null, p.isSet(TimeUnit.YEAR));
35 Period p = Period.moreThan(1, TimeUnit.YEAR);
48 p = Period.lessThan(1, TimeUnit.YEAR);
52 p = Period.at(1, TimeUnit.YEAR);
56 assertEquals(null, 1f, p.getCount(TimeUnit.YEAR), .1f);
61 Period p = Period.at(1, TimeUnit.YEAR)
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DPeriodTest.java23 Period p = Period.at(0, TimeUnit.YEAR);
25 assertTrue(null, p.isSet(TimeUnit.YEAR));
27 assertEquals(null, 0f, p.getCount(TimeUnit.YEAR), .1f);
28 p = p.omit(TimeUnit.YEAR);
29 assertFalse(null, p.isSet(TimeUnit.YEAR));
34 Period p = Period.moreThan(1, TimeUnit.YEAR);
47 p = Period.lessThan(1, TimeUnit.YEAR);
51 p = Period.at(1, TimeUnit.YEAR);
55 assertEquals(null, 1f, p.getCount(TimeUnit.YEAR), .1f);
60 Period p = Period.at(1, TimeUnit.YEAR)
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DTimeUnitConstants.java19 public static final TimeUnit YEAR = TimeUnit.YEAR; field in interface:TimeUnitConstants
H A DTimeUnit.java37 public static final TimeUnit YEAR = new TimeUnit("year", 0); field in class:TimeUnit
72 YEAR, MONTH, WEEK, DAY, HOUR, MINUTE, SECOND, MILLISECOND
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DTimeUnitConstants.java17 public static final TimeUnit YEAR = TimeUnit.YEAR; field in interface:TimeUnitConstants
H A DTimeUnit.java35 public static final TimeUnit YEAR = new TimeUnit("year", 0); field in class:TimeUnit
70 YEAR, MONTH, WEEK, DAY, HOUR, MINUTE, SECOND, MILLISECOND
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeUnit.java38 return new TimeUnit[] { SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, YEAR };
62 return YEAR;
H A DTaiwanCalendar.java137 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
152 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
187 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR
193 year = internalGet(YEAR, 1) + Taiwan_ERA_START;
195 year = 1 - internalGet(YEAR, 1) + Taiwan_ERA_START;
209 internalSet(YEAR, y);
212 internalSet(YEAR, 1- y);
218 * should really handle YEAR, YEAR_WO
[all...]
H A DCopticCalendar.java178 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
201 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
230 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
236 eyear = 1 - internalGet(YEAR, 1); // Convert to extended year
238 eyear = internalGet(YEAR, 1); // Default to year 1
270 internalSet(YEAR, year);
H A DBuddhistCalendar.java136 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
151 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
189 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
192 year = internalGet(YEAR, GREGORIAN_EPOCH - BUDDHIST_ERA_START)
211 internalSet(YEAR, y);
216 * should really handle YEAR, YEAR_WOY, and EXTENDED_YEAR here too to
H A DGregorianCalendar.java117 * System.out.println("YEAR: " + calendar.get(Calendar.YEAR));
142 * System.out.println("YEAR: " + calendar.get(Calendar.YEAR));
259 { 1, 1, 5828963, 5838270 }, // YEAR
390 * @param year the value used to set the YEAR time field in the calendar.
399 set(YEAR, year);
407 * @param year the value used to set the YEAR time field in the calendar.
421 set(YEAR, year);
431 * @param year the value used to set the YEAR tim
[all...]
H A DJapaneseCalendar.java141 * @param year The value used to set the calendar's {@link #YEAR YEAR} field,
158 * @param year The value used to set the calendar's {@link #YEAR YEAR} field,
176 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field,
209 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR &&
214 year = internalGet(YEAR, 1) // pin to minimum of year 1 (first year)
308 internalSet(YEAR, year - ERAS[low*3] + 1);
595 case YEAR
[all...]
H A DHebrewCalendar.java164 { -5000000, -5000000, 5000000, 5000000 }, // YEAR
335 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
345 this.set(YEAR, year);
366 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
384 this.set(YEAR, year);
436 int year = get(YEAR);
468 set(YEAR, year);
516 int year = get(YEAR);
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeUnit.java40 return new TimeUnit[] { SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, YEAR };
64 return YEAR;
H A DTaiwanCalendar.java147 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
163 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
200 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR
206 year = internalGet(YEAR, 1) + Taiwan_ERA_START;
208 year = 1 - internalGet(YEAR, 1) + Taiwan_ERA_START;
223 internalSet(YEAR, y);
226 internalSet(YEAR, 1- y);
232 * should really handle YEAR, YEAR_WO
[all...]
H A DCopticCalendar.java197 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
222 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
252 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
258 eyear = 1 - internalGet(YEAR, 1); // Convert to extended year
260 eyear = internalGet(YEAR, 1); // Default to year 1
291 internalSet(YEAR, year);
H A DBuddhistCalendar.java144 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
160 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
200 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
203 year = internalGet(YEAR, GREGORIAN_EPOCH - BUDDHIST_ERA_START)
224 internalSet(YEAR, y);
229 * should really handle YEAR, YEAR_WOY, and EXTENDED_YEAR here too to
H A DGregorianCalendar.java116 * System.out.println("YEAR: " + calendar.get(Calendar.YEAR));
141 * System.out.println("YEAR: " + calendar.get(Calendar.YEAR));
261 { 1, 1, 5828963, 5838270 }, // YEAR
401 * @param year the value used to set the YEAR time field in the calendar.
411 set(YEAR, year);
419 * @param year the value used to set the YEAR time field in the calendar.
434 set(YEAR, year);
444 * @param year the value used to set the YEAR tim
[all...]
H A DJapaneseCalendar.java148 * @param year The value used to set the calendar's {@link #YEAR YEAR} field,
166 * @param year The value used to set the calendar's {@link #YEAR YEAR} field,
185 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field,
220 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR &&
225 year = internalGet(YEAR, 1) // pin to minimum of year 1 (first year)
322 internalSet(YEAR, year - ERAS[low*3] + 1);
615 case YEAR
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DChineseTestCase.java23 * @param year the YEAR field of tested calendar on the given
40 set(Calendar.YEAR, year);
52 get(Calendar.YEAR) + "of" + get(Calendar.ERA) +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DChineseTestCase.java22 * @param year the YEAR field of tested calendar on the given
39 set(Calendar.YEAR, year);
51 get(Calendar.YEAR) + "of" + get(Calendar.ERA) +
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
H A D1-1.c18 #define YEAR 73 macro
48 time_ptr.tm_year = YEAR;

Completed in 399 milliseconds

12345678