Searched refs:RelativeDateFormat (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dreldtfmt.h45 class RelativeDateFormat : public DateFormat { class in inherits:DateFormat
47 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
54 RelativeDateFormat(const RelativeDateFormat&);
60 RelativeDateFormat& operator=(const RelativeDateFormat&);
66 virtual ~RelativeDateFormat();
H A Dreldtfmt.cpp40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : function in class:RelativeDateFormat
70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, function in class:RelativeDateFormat
124 RelativeDateFormat::~RelativeDateFormat() {
134 Format* RelativeDateFormat::clone(void) const {
135 return new RelativeDateFormat(*thi
[all...]
H A Dudat.cpp550 const RelativeDateFormat *reldtfmt;
556 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
598 const RelativeDateFormat* rdtfmt;
601 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
745 const RelativeDateFormat* rdtfmt;
748 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
1239 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
1245 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
1272 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status);
1297 ((RelativeDateFormat*)fm
[all...]
H A Ddatefmt.cpp519 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRelativeDateFormat.java34 public class RelativeDateFormat extends DateFormat { class in inherits:DateFormat
61 public RelativeDateFormat(int timeStyle, int dateStyle, ULocale locale, Calendar cal) { method in class:RelativeDateFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelativeDateFormat.java32 public class RelativeDateFormat extends DateFormat { class in inherits:DateFormat
59 public RelativeDateFormat(int timeStyle, int dateStyle, ULocale locale, Calendar cal) { method in class:RelativeDateFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormat.java28 import android.icu.impl.RelativeDateFormat;
1675 RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java27 import com.ibm.icu.impl.RelativeDateFormat;
1803 RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal);
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp368 TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS()));
/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 268 milliseconds