Searched defs:GregorianCalendar (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h72 * <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 { class in inherits: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 objec
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DGregorianCalendar.java15 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.util.GregorianCalendar}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
17 * <p><code>GregorianCalendar</code> is a concrete subclass of
30 * this correctly. Before the Gregorian cutover, <code>GregorianCalendar</code>
36 * <p><code>GregorianCalendar</code> implements <em>proleptic</em> Gregorian and
39 * <code>GregorianCalendar</code> may be used for all years to generate
41 * <code>GregorianCalendar</code> are historically accurate only from March 1, 4
107 * // create a GregorianCalendar with the Pacific Daylight time zone
109 * Calendar calendar = new GregorianCalendar(pdt);
162 * GregorianCalendar usually should be instantiated using
170 public class GregorianCalendar extend class in inherits:Calendar
331 public GregorianCalendar() { method in class:GregorianCalendar
341 public GregorianCalendar(TimeZone zone) { method in class:GregorianCalendar
350 public GregorianCalendar(Locale aLocale) { method in class:GregorianCalendar
359 public GregorianCalendar(ULocale locale) { method in class:GregorianCalendar
369 public GregorianCalendar(TimeZone zone, Locale aLocale) { method in class:GregorianCalendar
380 public GregorianCalendar(TimeZone zone, ULocale locale) { method in class:GregorianCalendar
394 public GregorianCalendar(int year, int month, int date) { method in class:GregorianCalendar
415 public GregorianCalendar(int year, int month, int date, int hour, method in class:GregorianCalendar
441 public GregorianCalendar(int year, int month, int date, int hour, method in class:GregorianCalendar
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGregorianCalendar.java14 * {@icuenhanced java.util.GregorianCalendar}.{@icu _usage_}
16 * <p><code>GregorianCalendar</code> is a concrete subclass of
29 * this correctly. Before the Gregorian cutover, <code>GregorianCalendar</code>
35 * <p><code>GregorianCalendar</code> implements <em>proleptic</em> Gregorian and
38 * <code>GregorianCalendar</code> may be used for all years to generate
40 * <code>GregorianCalendar</code> are historically accurate only from March 1, 4
106 * // create a GregorianCalendar with the Pacific Daylight time zone
108 * Calendar calendar = new GregorianCalendar(pdt);
161 * GregorianCalendar usually should be instantiated using
170 public class GregorianCalendar extend class in inherits:Calendar
337 public GregorianCalendar() { method in class:GregorianCalendar
348 public GregorianCalendar(TimeZone zone) { method in class:GregorianCalendar
358 public GregorianCalendar(Locale aLocale) { method in class:GregorianCalendar
368 public GregorianCalendar(ULocale locale) { method in class:GregorianCalendar
379 public GregorianCalendar(TimeZone zone, Locale aLocale) { method in class:GregorianCalendar
391 public GregorianCalendar(TimeZone zone, ULocale locale) { method in class:GregorianCalendar
406 public GregorianCalendar(int year, int month, int date) { method in class:GregorianCalendar
428 public GregorianCalendar(int year, int month, int date, int hour, method in class:GregorianCalendar
455 public GregorianCalendar(int year, int month, int date, int hour, method in class:GregorianCalendar
[all...]
/external/icu/icu4c/source/i18n/
H A Dgregocal.cpp51 // class GregorianCalendar
138 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(GregorianCalendar)
145 //const UDate GregorianCalendar::kPapalCutover = -12219292800000L;
152 GregorianCalendar::GregorianCalendar(UErrorCode& status) function in class:GregorianCalendar
163 GregorianCalendar::GregorianCalendar(TimeZone* zone, UErrorCode& status) function in class:GregorianCalendar
174 GregorianCalendar::GregorianCalendar(const TimeZone& zone, UErrorCode& status) function in class:GregorianCalendar
185 GregorianCalendar function in class:GregorianCalendar
196 GregorianCalendar::GregorianCalendar(TimeZone* zone, const Locale& aLocale, function in class:GregorianCalendar
208 GregorianCalendar::GregorianCalendar(const TimeZone& zone, const Locale& aLocale, function in class:GregorianCalendar
220 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, function in class:GregorianCalendar
235 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, function in class:GregorianCalendar
252 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, function in class:GregorianCalendar
277 GregorianCalendar::GregorianCalendar(const GregorianCalendar &source) function in class:GregorianCalendar
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 893 milliseconds