Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dreldtfmt.cpp41 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
43 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
72 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat
125 RelativeDateFormat::~RelativeDateFormat() { in ~RelativeDateFormat()
135 Format* RelativeDateFormat::clone(void) const { in clone()
136 return new RelativeDateFormat(*this); in clone()
139 UBool RelativeDateFormat::operator==(const Format& other) const { in operator ==()
144 RelativeDateFormat* that = (RelativeDateFormat*)&other; in operator ==()
155 UnicodeString& RelativeDateFormat::format( Calendar& cal, in format()
226 RelativeDateFormat::format(const Formattable& obj, in format()
[all …]
Dreldtfmt.h43 class RelativeDateFormat : public DateFormat {
45RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, …
52 RelativeDateFormat(const RelativeDateFormat&);
58 RelativeDateFormat& operator=(const RelativeDateFormat&);
64 virtual ~RelativeDateFormat();
Dudat.cpp548 const RelativeDateFormat *reldtfmt; in udat_toPattern()
554 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) { in udat_toPattern()
596 const RelativeDateFormat* rdtfmt; in udat_getSymbols()
599 …} else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(f… in udat_getSymbols()
743 const RelativeDateFormat* rdtfmt; in udat_countSymbols()
746 …} else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(f… in udat_countSymbols()
1243 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) { in verifyIsRelativeDateFormat()
1270 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status); in udat_toPatternRelativeDate()
1295 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status); in udat_toPatternRelativeTime()
1311 ((RelativeDateFormat*)format)->applyPatterns(datePat, timePat, *status); in udat_applyPatternRelative()
Ddatefmt.cpp517RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java32 public class RelativeDateFormat extends DateFormat { class
59 public RelativeDateFormat(int timeStyle, int dateStyle, ULocale locale, Calendar cal) { in RelativeDateFormat() method in RelativeDateFormat
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelativeDateFormat.java34 public class RelativeDateFormat extends DateFormat { class
61 public RelativeDateFormat(int timeStyle, int dateStyle, ULocale locale, Calendar cal) { in RelativeDateFormat() method in RelativeDateFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormat.java25 import com.ibm.icu.impl.RelativeDateFormat;
1779RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal); in get()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormat.java26 import android.icu.impl.RelativeDateFormat;
1651RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal); in get()
/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp366 …TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, … in testIDs()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...