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

  /external/chromium/third_party/icu/public/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/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/chromium/third_party/icu/source/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...]
  /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/tests/sql/
ResultSetGetterTests.java 41 import java.util.GregorianCalendar;
533 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
571 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
614 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
650 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /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 

Completed in 1462 milliseconds