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

  /external/icu4c/i18n/unicode/
gregocal.h 72 * <p>Example for using GregorianCalendar:
93 * // create a GregorianCalendar with the Pacific Daylight time zone
95 * Calendar* calendar = new GregorianCalendar( pdt, success );
149 class U_I18N_API GregorianCalendar: public Calendar {
153 * Useful constants for GregorianCalendar and TimeZone.
162 * Constructs a default GregorianCalendar using the current time in the default time
165 * @param success Indicates the status of GregorianCalendar object construction.
169 GregorianCalendar(UErrorCode& success);
172 * Constructs a GregorianCalendar based on the current time in the given time zone
177 * @param success Indicates the status of GregorianCalendar object construction
    [all...]
  /external/icu4c/i18n/
gregocal.cpp 51 // class GregorianCalendar
138 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(GregorianCalendar)
145 //const UDate GregorianCalendar::kPapalCutover = -12219292800000L;
152 GregorianCalendar::GregorianCalendar(UErrorCode& status)
163 GregorianCalendar::GregorianCalendar(TimeZone* zone, UErrorCode& status)
174 GregorianCalendar::GregorianCalendar(const TimeZone& zone, UErrorCode& status)
185 GregorianCalendar::GregorianCalendar(const Locale& aLocale, UErrorCode& status
    [all...]
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 25 * {@code GregorianCalendar} is a concrete subclass of {@link Calendar}
40 * this correctly. Before the Gregorian cutover, {@code GregorianCalendar}
47 * {@code GregorianCalendar} implements <em>proleptic</em> Gregorian
50 * {@code GregorianCalendar} may be used for all years to generate
52 * {@code GregorianCalendar} are historically accurate only from March 1,
124 * // create a GregorianCalendar with the Pacific Daylight time zone
126 * Calendar calendar = new GregorianCalendar(pdt);
184 public class GregorianCalendar extends Calendar {
235 * Constructs a new {@code GregorianCalendar} initialized to the current date and
238 public GregorianCalendar() {
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 33 import java.util.GregorianCalendar;
411 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
431 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
453 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
473 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
926 Calendar cal = new GregorianCalendar();
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
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 318 milliseconds