HomeSort by relevance Sort by last modified time
    Searched defs:AD (Results 1 - 10 of 10) sorted by null

  /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/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...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 223 milliseconds