HomeSort by relevance Sort by last modified time
    Searched refs:EXTENDED_YEAR (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/icu/android_icu4j/src/main/java/android/icu/util/
TaiwanCalendar.java 176 // Use 1970 as the default value of EXTENDED_YEAR
184 // EXTENDED_YEAR in TaiwanCalendar is a Gregorian year
185 // The default value of EXTENDED_YEAR is 1970 (Minguo 59)
187 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR
188 && newerField(EXTENDED_YEAR, ERA) == EXTENDED_YEAR) {
189 year = internalGet(EXTENDED_YEAR, GREGORIAN_EPOCH);
206 int y = internalGet(EXTENDED_YEAR) - Taiwan_ERA_START;
218 * should really handle YEAR, YEAR_WOY, and EXTENDED_YEAR here too t
    [all...]
BuddhistCalendar.java 180 // Use 1970 as the default value of EXTENDED_YEAR
186 // EXTENDED_YEAR in BuddhistCalendar is a Gregorian year
187 // The default value of EXTENDED_YEAR is 1970 (Buddhist 2513)
189 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
190 year = internalGet(EXTENDED_YEAR, GREGORIAN_EPOCH);
209 int y = internalGet(EXTENDED_YEAR) - BUDDHIST_ERA_START;
216 * should really handle YEAR, YEAR_WOY, and EXTENDED_YEAR here too to
CopticCalendar.java 230 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
231 eyear = internalGet(EXTENDED_YEAR, 1); // Default to year 1
268 internalSet(EXTENDED_YEAR, fields[0]);
JapaneseCalendar.java 200 // Use 1970 as the default value of EXTENDED_YEAR
206 // EXTENDED_YEAR in JapaneseCalendar is a Gregorian year
207 // The default value of EXTENDED_YEAR is 1970 (Showa 45)
209 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR &&
210 newerField(EXTENDED_YEAR, ERA) == EXTENDED_YEAR) {
211 year = internalGet(EXTENDED_YEAR, GREGORIAN_EPOCH);
268 int year = internalGet(EXTENDED_YEAR);
584 * EXTENDED_YEAR here too to implement the 1..5000000 range, but it'
    [all...]
EthiopicCalendar.java 276 // Ethiopic calendar uses EXTENDED_YEAR aligned to
279 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
280 eyear = internalGet(EXTENDED_YEAR, 1); // Default to year 1
324 internalSet(EXTENDED_YEAR, fields[0]);
PersianCalendar.java 291 { -5000000, -5000000, 5000000, 5000000}, // EXTENDED_YEAR
395 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
396 year = internalGet(EXTENDED_YEAR, 1); // Default to year 1
412 * <li>EXTENDED_YEAR</ul>
439 internalSet(EXTENDED_YEAR, year);
HebrewCalendar.java 182 { -5000000, -5000000, 5000000, 5000000 }, // EXTENDED_YEAR
757 * <li>EXTENDED_YEAR</ul>
795 internalSet(EXTENDED_YEAR, year);
809 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
810 year = internalGet(EXTENDED_YEAR, 1); // Default to year 1
    [all...]
IndianCalendar.java 291 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
292 year = internalGet(EXTENDED_YEAR, 1);
368 internalSet(EXTENDED_YEAR, IndianYear);
397 { -5000000, -5000000, 5000000, 5000000}, // EXTENDED_YEAR
GregorianCalendar.java 277 { -5838269, -5838269, 5828963, 5838270 }, // EXTENDED_YEAR
489 gregorianCutoverYear = cal.get(EXTENDED_YEAR);
731 * <li>EXTENDED_YEAR</ul>
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TaiwanCalendar.java 188 // Use 1970 as the default value of EXTENDED_YEAR
197 // EXTENDED_YEAR in TaiwanCalendar is a Gregorian year
198 // The default value of EXTENDED_YEAR is 1970 (Minguo 59)
200 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR
201 && newerField(EXTENDED_YEAR, ERA) == EXTENDED_YEAR) {
202 year = internalGet(EXTENDED_YEAR, GREGORIAN_EPOCH);
220 int y = internalGet(EXTENDED_YEAR) - Taiwan_ERA_START;
232 * should really handle YEAR, YEAR_WOY, and EXTENDED_YEAR here too t
    [all...]
BuddhistCalendar.java 190 // Use 1970 as the default value of EXTENDED_YEAR
197 // EXTENDED_YEAR in BuddhistCalendar is a Gregorian year
198 // The default value of EXTENDED_YEAR is 1970 (Buddhist 2513)
200 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
201 year = internalGet(EXTENDED_YEAR, GREGORIAN_EPOCH);
222 int y = internalGet(EXTENDED_YEAR) - BUDDHIST_ERA_START;
229 * should really handle YEAR, YEAR_WOY, and EXTENDED_YEAR here too to
CopticCalendar.java 252 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
253 eyear = internalGet(EXTENDED_YEAR, 1); // Default to year 1
289 internalSet(EXTENDED_YEAR, fields[0]);
JapaneseCalendar.java 210 // Use 1970 as the default value of EXTENDED_YEAR
217 // EXTENDED_YEAR in JapaneseCalendar is a Gregorian year
218 // The default value of EXTENDED_YEAR is 1970 (Showa 45)
220 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR &&
221 newerField(EXTENDED_YEAR, ERA) == EXTENDED_YEAR) {
222 year = internalGet(EXTENDED_YEAR, GREGORIAN_EPOCH);
282 int year = internalGet(EXTENDED_YEAR);
603 * EXTENDED_YEAR here too to implement the 1..5000000 range, but it'
    [all...]
EthiopicCalendar.java 301 // Ethiopic calendar uses EXTENDED_YEAR aligned to
304 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
305 eyear = internalGet(EXTENDED_YEAR, 1); // Default to year 1
349 internalSet(EXTENDED_YEAR, fields[0]);
PersianCalendar.java 289 { -5000000, -5000000, 5000000, 5000000}, // EXTENDED_YEAR
393 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
394 year = internalGet(EXTENDED_YEAR, 1); // Default to year 1
410 * <li>EXTENDED_YEAR</ul>
437 internalSet(EXTENDED_YEAR, year);
HebrewCalendar.java 195 { -5000000, -5000000, 5000000, 5000000 }, // EXTENDED_YEAR
782 * <li>EXTENDED_YEAR</ul>
821 internalSet(EXTENDED_YEAR, year);
    [all...]
IndianCalendar.java 315 if (newerField(EXTENDED_YEAR, YEAR) == EXTENDED_YEAR) {
316 year = internalGet(EXTENDED_YEAR, 1);
395 internalSet(EXTENDED_YEAR, IndianYear);
424 { -5000000, -5000000, 5000000, 5000000}, // EXTENDED_YEAR
GregorianCalendar.java 279 { -5838269, -5838269, 5828963, 5838270 }, // EXTENDED_YEAR
504 gregorianCutoverYear = cal.get(EXTENDED_YEAR);
755 * <li>EXTENDED_YEAR</ul>
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DangiTest.java 89 int y = cal.get(Calendar.EXTENDED_YEAR);
116 cal.set(Calendar.EXTENDED_YEAR, cyear);
227 cal.set(Calendar.EXTENDED_YEAR, THE_YEAR);
229 buf.append("EXTENDED_YEAR=" + THE_YEAR);
247 cal.set(Calendar.EXTENDED_YEAR, THE_YEAR);
282 cal.set(Calendar.EXTENDED_YEAR, y1);
285 int y = cal.get(Calendar.EXTENDED_YEAR);
362 cal.set(Calendar.EXTENDED_YEAR, test[0]);
371 if (cal.get(Calendar.EXTENDED_YEAR) != test[6] || cal.get(MONTH) != (test[7] - 1)
422 cc.set(Calendar.EXTENDED_YEAR, 4338)
    [all...]
ChineseTest.java 109 int y = cal.get(Calendar.EXTENDED_YEAR);
137 cal.set(Calendar.EXTENDED_YEAR, cyear);
168 cal.get(Calendar.EXTENDED_YEAR) + "/" +
364 cal.set(Calendar.EXTENDED_YEAR, THE_YEAR);
366 buf.append("EXTENDED_YEAR=" + THE_YEAR);
384 cal.set(Calendar.EXTENDED_YEAR, THE_YEAR);
419 cal.set(Calendar.EXTENDED_YEAR, y1);
422 int y = cal.get(Calendar.EXTENDED_YEAR);
501 cal.set(Calendar.EXTENDED_YEAR, test[0]);
510 if (cal.get(Calendar.EXTENDED_YEAR) != test[6] |
    [all...]
CalendarTestFmwk.java 63 "DST_OFFSET", "YEAR_WOY", "DOW_LOCAL", "EXTENDED_YEAR",
170 cal.set(Calendar.EXTENDED_YEAR, test[0]);
183 Calendar.EXTENDED_YEAR : YEAR);
240 Calendar.EXTENDED_YEAR
433 return "" + cal.get(Calendar.EXTENDED_YEAR) + "/" +
438 return ymdToString(cal.get(Calendar.EXTENDED_YEAR),
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DangiTest.java 86 int y = cal.get(Calendar.EXTENDED_YEAR);
113 cal.set(Calendar.EXTENDED_YEAR, cyear);
224 cal.set(Calendar.EXTENDED_YEAR, THE_YEAR);
226 buf.append("EXTENDED_YEAR=" + THE_YEAR);
244 cal.set(Calendar.EXTENDED_YEAR, THE_YEAR);
279 cal.set(Calendar.EXTENDED_YEAR, y1);
282 int y = cal.get(Calendar.EXTENDED_YEAR);
359 cal.set(Calendar.EXTENDED_YEAR, test[0]);
368 if (cal.get(Calendar.EXTENDED_YEAR) != test[6] || cal.get(MONTH) != (test[7] - 1)
419 cc.set(Calendar.EXTENDED_YEAR, 4338)
    [all...]
ChineseTest.java 106 int y = cal.get(Calendar.EXTENDED_YEAR);
134 cal.set(Calendar.EXTENDED_YEAR, cyear);
165 cal.get(Calendar.EXTENDED_YEAR) + "/" +
361 cal.set(Calendar.EXTENDED_YEAR, THE_YEAR);
363 buf.append("EXTENDED_YEAR=" + THE_YEAR);
381 cal.set(Calendar.EXTENDED_YEAR, THE_YEAR);
416 cal.set(Calendar.EXTENDED_YEAR, y1);
419 int y = cal.get(Calendar.EXTENDED_YEAR);
498 cal.set(Calendar.EXTENDED_YEAR, test[0]);
507 if (cal.get(Calendar.EXTENDED_YEAR) != test[6] |
    [all...]
CalendarTestFmwk.java 60 "DST_OFFSET", "YEAR_WOY", "DOW_LOCAL", "EXTENDED_YEAR",
167 cal.set(Calendar.EXTENDED_YEAR, test[0]);
180 Calendar.EXTENDED_YEAR : YEAR);
237 Calendar.EXTENDED_YEAR
430 return "" + cal.get(Calendar.EXTENDED_YEAR) + "/" +
435 return ymdToString(cal.get(Calendar.EXTENDED_YEAR),
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilitiesData.java 64 "EXTENDED_YEAR", /* 19 */
145 android.icu.util.Calendar.EXTENDED_YEAR, /* 19 */

Completed in 1147 milliseconds

1 2 3