Searched refs:RelativeDateFormat (Results 1 – 10 of 10) sorted by relevance
41 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument43 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()72 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat125 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 …]
43 class RelativeDateFormat : public DateFormat {45 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, …52 RelativeDateFormat(const RelativeDateFormat&);58 RelativeDateFormat& operator=(const RelativeDateFormat&);64 virtual ~RelativeDateFormat();
548 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()
517 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
32 public class RelativeDateFormat extends DateFormat { class59 public RelativeDateFormat(int timeStyle, int dateStyle, ULocale locale, Calendar cal) { in RelativeDateFormat() method in RelativeDateFormat
34 public class RelativeDateFormat extends DateFormat { class61 public RelativeDateFormat(int timeStyle, int dateStyle, ULocale locale, Calendar cal) { in RelativeDateFormat() method in RelativeDateFormat
25 import com.ibm.icu.impl.RelativeDateFormat;1779 … RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal); in get()
26 import android.icu.impl.RelativeDateFormat;1651 … RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal); in get()
366 …TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, … in testIDs()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...