Searched refs:RelativeDateFormat (Results 1 – 11 of 11) sorted by relevance
40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat124 RelativeDateFormat::~RelativeDateFormat() { in ~RelativeDateFormat()134 Format* RelativeDateFormat::clone(void) const { in clone()135 return new RelativeDateFormat(*this); in clone()138 UBool RelativeDateFormat::operator==(const Format& other) const { in operator ==()143 RelativeDateFormat* that = (RelativeDateFormat*)&other; in operator ==()154 UnicodeString& RelativeDateFormat::format( Calendar& cal, in format()224 RelativeDateFormat::format(const Formattable& obj, in format()[all …]
45 class RelativeDateFormat : public DateFormat {47 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, …54 RelativeDateFormat(const RelativeDateFormat&);60 RelativeDateFormat& operator=(const RelativeDateFormat&);66 virtual ~RelativeDateFormat();
550 const RelativeDateFormat *reldtfmt; in udat_toPattern()556 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) { in udat_toPattern()598 const RelativeDateFormat* rdtfmt; in udat_getSymbols()601 …} else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(f… in udat_getSymbols()745 const RelativeDateFormat* rdtfmt; in udat_countSymbols()748 …} else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(f… in udat_countSymbols()1245 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) { in verifyIsRelativeDateFormat()1272 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status); in udat_toPatternRelativeDate()1297 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status); in udat_toPatternRelativeTime()1313 ((RelativeDateFormat*)format)->applyPatterns(datePat, timePat, *status); in udat_applyPatternRelative()
519 …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
27 import com.ibm.icu.impl.RelativeDateFormat;1803 … RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal); in get()
28 import android.icu.impl.RelativeDateFormat;1675 … RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal); in get()
368 …TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, … in testIDs()
373 com/ibm/icu/impl/RelativeDateFormat#parse:(Ljava/lang/String;Lcom/ibm/icu/util/Calendar;Ljava/text/…374 com/ibm/icu/impl/RelativeDateFormat$URelativeString#<init>:(Ljava/lang/String;Ljava/lang/String;)V
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...