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

/external/icu/icu4c/source/i18n/
H A Dreldtfmt.h43 class RelativeDateFormat : public DateFormat { class in inherits:DateFormat
45 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
52 RelativeDateFormat(const RelativeDateFormat&);
58 RelativeDateFormat& operator=(const RelativeDateFormat&);
64 virtual ~RelativeDateFormat();
H A Dreldtfmt.cpp41 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
43 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : function in class:RelativeDateFormat
72 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, function in class:RelativeDateFormat
125 RelativeDateFormat::~RelativeDateFormat() {
135 Format* RelativeDateFormat::clone(void) const {
136 return new RelativeDateFormat(*thi
[all...]
H A Dudat.cpp548 const RelativeDateFormat *reldtfmt;
554 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
596 const RelativeDateFormat* rdtfmt;
599 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
743 const RelativeDateFormat* rdtfmt;
746 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
1237 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
1243 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
1270 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status);
1295 ((RelativeDateFormat*)fm
[all...]
H A Ddatefmt.cpp517 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.java26 import android.icu.impl.RelativeDateFormat;
1651 RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java25 import com.ibm.icu.impl.RelativeDateFormat;
1779 RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal);
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp366 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 159 milliseconds