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

/external/chromium_org/third_party/icu/source/i18n/
H A Dreldtfmt.h40 class RelativeDateFormat : public DateFormat { class in inherits:DateFormat
42 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
49 RelativeDateFormat(const RelativeDateFormat&);
55 RelativeDateFormat& operator=(const RelativeDateFormat&);
61 virtual ~RelativeDateFormat();
H A Dreldtfmt.cpp39 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
41 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : function in class:RelativeDateFormat
66 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status) function in class:RelativeDateFormat
92 RelativeDateFormat::~RelativeDateFormat() {
100 Format* RelativeDateFormat::clone(void) const {
101 return new RelativeDateFormat(*thi
[all...]
H A Ddatefmt.cpp365 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
H A Dudat.cpp342 const RelativeDateFormat *reldtfmt;
348 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
897 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
903 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
924 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status);
943 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status);
959 ((RelativeDateFormat*)format)->applyPatterns(datePat, timePat, *status);
/external/icu4c/i18n/
H A Dreldtfmt.h42 class RelativeDateFormat : public DateFormat { class in inherits:DateFormat
44 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
51 RelativeDateFormat(const RelativeDateFormat&);
57 RelativeDateFormat& operator=(const RelativeDateFormat&);
63 virtual ~RelativeDateFormat();
H A Dreldtfmt.cpp38 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
40 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : function in class:RelativeDateFormat
59 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, function in class:RelativeDateFormat
109 RelativeDateFormat::~RelativeDateFormat() {
116 Format* RelativeDateFormat::clone(void) const {
117 return new RelativeDateFormat(*thi
[all...]
H A Dudat.cpp385 const RelativeDateFormat *reldtfmt;
391 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
433 const RelativeDateFormat* rdtfmt;
436 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
556 const RelativeDateFormat* rdtfmt;
559 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
1006 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
1012 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
1033 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status);
1052 ((RelativeDateFormat*)fm
[all...]
H A Ddatefmt.cpp370 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Duobjtest.cpp356 TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS()));
/external/icu4c/test/intltest/
H A Duobjtest.cpp366 TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS()));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h2094 #define RelativeDateFormat U_ICU_ENTRY_POINT_RENAME(RelativeDateFormat) macro
/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 258 milliseconds