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

1 2 3

  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 29 * The standard (Gregorian) calendar has 2 eras, BC and AD.
53 * 4 AD onward, when modern Julian calendar rules were adopted. Before this
194 * Value for the AD era.
196 public static final int AD = 1;
372 if (fields[ERA] == AD) {
381 set(ERA, AD);
495 int dstOffset = fields[YEAR] <= 0 ? 0 : getTimeZone().getOffset(AD,
543 fields[ERA] = AD;
775 if (fields[ERA] != BC && fields[ERA] != AD) {
    [all...]
SimpleTimeZone.java 386 if (era != GregorianCalendar.BC && era != GregorianCalendar.AD) {
396 if (!useDaylightTime() || era != GregorianCalendar.AD || year < startYear) {
524 return getOffset(GregorianCalendar.AD, fields[0], fields[1], fields[2],
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tztest.cpp 336 if (time_zone->getOffset(gc->AD, gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
917 {"GMT-YOUR.AD.HERE", kUnparseable},
927 {"GMT-YOUR.AD.HERE", kUnparseable},
    [all...]
incaltst.cpp 224 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 8,
225 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 9,
226 GregorianCalendar::AD, 1869, 1869, UCAL_JUNE, 4,
227 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 29,
228 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 30,
229 GregorianCalendar::AD, 1912, 1912, UCAL_AUGUST, 1,
277 0, // test month calculation: 4795 BE = 4252 AD is a leap year, but 4795 AD is not.
279 4252, // AD
311 // MG 1 == 1912 AD
    [all...]
tzoffloc.cpp 206 int32_t offset = TESTZONES[i]->getOffset(GregorianCalendar::AD, DATES[d][0], DATES[d][1], DATES[d][2],
tzregts.cpp 488 * AD 98 for America/Los_Angeles will be changed again (-7:52:58). Until
780 const int32_t GOOD_ERA = GregorianCalendar::AD, GOOD_YEAR = 1998, GOOD_MONTH = UCAL_AUGUST;
787 GOOD, GregorianCalendar::AD, GOOD_YEAR, GOOD_MONTH, GOOD_DAY, GOOD_DOW, GOOD_TIME,
789 BAD, GregorianCalendar::AD+1, GOOD_YEAR, GOOD_MONTH, GOOD_DAY, GOOD_DOW, GOOD_TIME,
    [all...]
  /external/icu4c/test/intltest/
tztest.cpp 345 if (time_zone->getOffset(gc->AD, gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
926 {"GMT-YOUR.AD.HERE", kUnparseable},
936 {"GMT-YOUR.AD.HERE", kUnparseable},
    [all...]
incaltst.cpp 224 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 8,
225 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 9,
226 GregorianCalendar::AD, 1869, 1869, UCAL_JUNE, 4,
227 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 29,
228 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 30,
229 GregorianCalendar::AD, 1912, 1912, UCAL_AUGUST, 1,
277 0, // test month calculation: 4795 BE = 4252 AD is a leap year, but 4795 AD is not.
279 4252, // AD
311 // MG 1 == 1912 AD
    [all...]
tzoffloc.cpp 206 int32_t offset = TESTZONES[i]->getOffset(GregorianCalendar::AD, DATES[d][0], DATES[d][1], DATES[d][2],
tzregts.cpp 766 const int32_t GOOD_ERA = GregorianCalendar::AD, GOOD_YEAR = 1998, GOOD_MONTH = UCAL_AUGUST;
773 GOOD, GregorianCalendar::AD, GOOD_YEAR, GOOD_MONTH, GOOD_DAY, GOOD_DOW, GOOD_TIME,
775 BAD, GregorianCalendar::AD+1, GOOD_YEAR, GOOD_MONTH, GOOD_DAY, GOOD_DOW, GOOD_TIME,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
gregocal.cpp 30 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
71 // ms=+183882168921600000 jd=7f000000 December 20, 5828963 AD
227 set(UCAL_ERA, AD);
242 set(UCAL_ERA, AD);
260 set(UCAL_ERA, AD);
396 // with 8 AD. Before 8 AD the spacing is irregular; every 3 years
397 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't
439 int32_t era = AD;
    [all...]
buddhcal.cpp 72 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc
114 } else if(era == GregorianCalendar::AD) {
taiwncal.cpp 121 } else if(era == GregorianCalendar::AD) {
simpletz.cpp 443 if ((era != GregorianCalendar::AD && era != GregorianCalendar::BC)
463 if(!useDaylight || year < startYear || era != GregorianCalendar::AD)
519 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
547 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
    [all...]
  /external/icu4c/i18n/
gregocal.cpp 30 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
71 // ms=+183882168921600000 jd=7f000000 December 20, 5828963 AD
227 set(UCAL_ERA, AD);
242 set(UCAL_ERA, AD);
260 set(UCAL_ERA, AD);
396 // with 8 AD. Before 8 AD the spacing is irregular; every 3 years
397 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't
439 int32_t era = AD;
    [all...]
buddhcal.cpp 72 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc
114 } else if(era == GregorianCalendar::AD) {
taiwncal.cpp 121 } else if(era == GregorianCalendar::AD) {
simpletz.cpp 443 if ((era != GregorianCalendar::AD && era != GregorianCalendar::BC)
463 if(!useDaylight || year < startYear || era != GregorianCalendar::AD)
519 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
547 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
gregocal.h 18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
43 * The standard (Gregorian) calendar has 2 eras, BC and AD.
158 AD
231 * Constructs a GregorianCalendar with the given AD date set in the default time
245 * Constructs a GregorianCalendar with the given AD date and time set for the
261 * Constructs a GregorianCalendar with the given AD date and time set for the
489 * default ERA is AD, but a zero (unset) ERA is BC.
    [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
43 * The standard (Gregorian) calendar has 2 eras, BC and AD.
158 AD
231 * Constructs a GregorianCalendar with the given AD date set in the default time
245 * Constructs a GregorianCalendar with the given AD date and time set for the
261 * Constructs a GregorianCalendar with the given AD date and time set for the
489 * default ERA is AD, but a zero (unset) ERA is BC.
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 355 GregorianCalendar.AD, 1998, Calendar.NOVEMBER, 11,
360 .getOffset(GregorianCalendar.AD, 1998, Calendar.JUNE, 11,
    [all...]
  /external/chromium/third_party/icu/source/data/sprep/
rfc3491.txt 422 00AD; ; MAP
608 01AC; 01AD; MAP
680 0388; 03AD; MAP
821 04AC; 04AD; MAP
    [all...]
rfc3530cs.txt 421 00AD; ; MAP
rfc3530csci.txt 421 00AD; ; MAP
607 01AC; 01AD; MAP
679 0388; 03AD; MAP
820 04AC; 04AD; MAP
    [all...]
rfc3530mixp.txt 422 00AD; ; MAP

Completed in 444 milliseconds

1 2 3