Searched defs:ChineseCalendar (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dchnsecal.h12 * 9/18/2007 ajmacher ported from java ChineseCalendar
28 * <code>ChineseCalendar</code> is a concrete subclass of {@link Calendar}
64 * <p>Because <code>ChineseCalendar</code> defines an additional field and
87 * ChineseCalendar usually should be instantiated using
96 class ChineseCalendar : public Calendar { class in inherits:Calendar
103 * Constructs an ChineseCalendar based on the current time in the default time zone
107 * @param success Indicates the status of ChineseCalendar object construction.
111 ChineseCalendar(const Locale& aLocale, UErrorCode &success);
117 ChineseCalendar(const ChineseCalendar
[all...]
H A Dchnsecal.cpp12 * 9/18/2007 ajmacher ported from java ChineseCalendar
101 // Implementation of the ChineseCalendar class
109 Calendar* ChineseCalendar::clone() const {
110 return new ChineseCalendar(*this);
113 ChineseCalendar::ChineseCalendar(const Locale& aLocale, UErrorCode& success) function in class:ChineseCalendar
120 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other) { function in class:ChineseCalendar
124 ChineseCalendar
[all...]
/external/icu4c/i18n/
H A Dchnsecal.h12 * 9/18/2007 ajmacher ported from java ChineseCalendar
29 * <code>ChineseCalendar</code> is a concrete subclass of {@link Calendar}
65 * <p>Because <code>ChineseCalendar</code> defines an additional field and
88 * ChineseCalendar usually should be instantiated using
97 class U_I18N_API ChineseCalendar : public Calendar { class in inherits:Calendar
104 * Constructs a ChineseCalendar based on the current time in the default time zone
108 * @param success Indicates the status of ChineseCalendar object construction.
112 ChineseCalendar(const Locale& aLocale, UErrorCode &success);
117 * Constructs a ChineseCalendar based on the current time in the default time zone
125 * @param success Indicates the status of ChineseCalendar objec
[all...]
H A Dchnsecal.cpp12 * 9/18/2007 ajmacher ported from java ChineseCalendar
108 // Implementation of the ChineseCalendar class
116 Calendar* ChineseCalendar::clone() const {
117 return new ChineseCalendar(*this);
120 ChineseCalendar::ChineseCalendar(const Locale& aLocale, UErrorCode& success) function in class:ChineseCalendar
129 ChineseCalendar::ChineseCalendar(const Locale& aLocale, int32_t epochYear, function in class:ChineseCalendar
139 ChineseCalendar::ChineseCalendar(cons function in class:ChineseCalendar
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1859 #define ChineseCalendar U_ICU_ENTRY_POINT_RENAME(ChineseCalendar) macro
/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 ...

Completed in 230 milliseconds