Searched refs:GregorianCalendar (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/third_party/icu/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/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/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java21 import java.util.GregorianCalendar;
54 GregorianCalendar cal = new GregorianCalendar();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTimeFactory.java14 import java.util.GregorianCalendar;
100 return new XMPDateTimeImpl(new GregorianCalendar());
131 GregorianCalendar cal = new GregorianCalendar(UTC);
149 GregorianCalendar cal = new GregorianCalendar();
/external/chromium_org/third_party/icu/source/i18n/
H A Dbuddhcal.cpp34 : GregorianCalendar(aLocale, success)
44 : GregorianCalendar(source)
50 GregorianCalendar::operator=(right);
83 return GregorianCalendar::handleComputeMonthStart(eyear, month, useMonth);
88 GregorianCalendar::handleComputeFields(julianDay, status);
99 return GregorianCalendar::handleGetLimit(field,limitType);
111 if(era == GregorianCalendar::BC) {
114 } else if(era == GregorianCalendar::AD) {
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...]
H A Dtaiwncal.cpp34 : GregorianCalendar(aLocale, success)
44 : GregorianCalendar(source)
50 GregorianCalendar::operator=(right);
86 GregorianCalendar::handleComputeFields(julianDay, status);
106 return GregorianCalendar::handleGetLimit(field,limitType);
118 if(era == GregorianCalendar::BC) {
121 } else if(era == GregorianCalendar::AD) {
H A Djapancal.cpp294 : GregorianCalendar(aLocale, success)
304 : GregorianCalendar(source)
310 GregorianCalendar::operator=(right);
381 GregorianCalendar::handleComputeFields(julianDay, status);
494 return GregorianCalendar::handleGetLimit(UCAL_YEAR, UCAL_LIMIT_MAXIMUM) - kEraInfo[kCurrentEra].year;
500 return GregorianCalendar::handleGetLimit(field,limitType);
526 return GregorianCalendar::getActualMaximum(field, status);
H A Dbuddhcal.h31 * <code>BuddhistCalendar</code> is a subclass of <code>GregorianCalendar</code>
47 class BuddhistCalendar : public GregorianCalendar {
H A Dtaiwncal.h32 * <code>TaiwanCalendar</code> is a subclass of <code>GregorianCalendar</code>
43 class TaiwanCalendar : public GregorianCalendar {
/external/icu/icu4c/source/i18n/
H A Dbuddhcal.cpp34 : GregorianCalendar(aLocale, success)
44 : GregorianCalendar(source)
50 GregorianCalendar::operator=(right);
83 return GregorianCalendar::handleComputeMonthStart(eyear, month, useMonth);
88 GregorianCalendar::handleComputeFields(julianDay, status);
99 return GregorianCalendar::handleGetLimit(field,limitType);
111 if(era == GregorianCalendar::BC) {
114 } else if(era == GregorianCalendar::AD) {
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...]
H A Dtaiwncal.cpp34 : GregorianCalendar(aLocale, success)
44 : GregorianCalendar(source)
50 GregorianCalendar::operator=(right);
86 GregorianCalendar::handleComputeFields(julianDay, status);
106 return GregorianCalendar::handleGetLimit(field,limitType);
118 if(era == GregorianCalendar::BC) {
121 } else if(era == GregorianCalendar::AD) {
H A Djapancal.cpp294 : GregorianCalendar(aLocale, success)
304 : GregorianCalendar(source)
310 GregorianCalendar::operator=(right);
381 GregorianCalendar::handleComputeFields(julianDay, status);
494 return GregorianCalendar::handleGetLimit(UCAL_YEAR, UCAL_LIMIT_MAXIMUM) - kEraInfo[kCurrentEra].year;
500 return GregorianCalendar::handleGetLimit(field,limitType);
526 return GregorianCalendar::getActualMaximum(field, status);
H A Dbuddhcal.h31 * <code>BuddhistCalendar</code> is a subclass of <code>GregorianCalendar</code>
47 class BuddhistCalendar : public GregorianCalendar {
H A Dtaiwncal.h32 * <code>TaiwanCalendar</code> is a subclass of <code>GregorianCalendar</code>
43 class TaiwanCalendar : public GregorianCalendar {
/external/javassist/sample/evolve/
H A DWebPage.java13 Calendar c = new GregorianCalendar();
/external/javassist/sample/evolve/sample/evolve/
H A DWebPage.java14 Calendar c = new GregorianCalendar();
/external/chromium_org/third_party/icu/source/samples/datecal/
H A Dcal.cpp20 GregorianCalendar* gc = new GregorianCalendar(status);
22 puts("Couldn't create GregorianCalendar");
/external/icu/icu4c/source/samples/datecal/
H A Dcal.cpp20 GregorianCalendar* gc = new GregorianCalendar(status);
22 puts("Couldn't create GregorianCalendar");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPDateTimeImpl.java14 import java.util.GregorianCalendar;
74 GregorianCalendar intCalendar =
75 (GregorianCalendar) Calendar.getInstance(Locale.US);
100 GregorianCalendar calendar = new GregorianCalendar(timeZone);
316 GregorianCalendar calendar = (GregorianCalendar) Calendar.getInstance(Locale.US);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.h49 UBool checkCalendar314(GregorianCalendar *testCal, TimeZone *testTZ);
H A Dcalregts.cpp135 GregorianCalendar *cal = (GregorianCalendar*)Calendar::createInstance(status);
158 GregorianCalendar *cal = new GregorianCalendar(status);
164 failure(status, "new GregorianCalendar");
181 GregorianCalendar *cal1 = new GregorianCalendar(status) ;
187 failure(status, "new GregorianCalendar");
188 GregorianCalendar *cal2 = (GregorianCalendar*) cal
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.h49 UBool checkCalendar314(GregorianCalendar *testCal, TimeZone *testTZ);
/external/smack/src/org/xbill/DNS/
H A DFormattedTime.java37 Calendar c = new GregorianCalendar(TimeZone.getTimeZone("UTC"));
62 Calendar c = new GregorianCalendar(TimeZone.getTimeZone("UTC"));

Completed in 4256 milliseconds

1234