HomeSort by relevance Sort by last modified time
    Searched defs:GregorianCalendar (Results 1 - 22 of 22) 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/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 140 new GregorianCalendar();
145 GregorianCalendar gc = new GregorianCalendar();
  /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 {
227 * Constructs a new {@code GregorianCalendar} initialized to the current date and
230 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...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 460 milliseconds