Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dreldtfmt.cpp40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in RelativeDateFormat() function in RelativeDateFormat
70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat
124 RelativeDateFormat::~RelativeDateFormat() { in ~RelativeDateFormat()
134 RelativeDateFormat* RelativeDateFormat
[all...]
H A Dreldtfmt.h45 class RelativeDateFormat : public DateFormat { class
47 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
54 RelativeDateFormat(const RelativeDateFormat&);
60 RelativeDateFormat& operator=(const RelativeDateFormat&);
66 virtual ~RelativeDateFormat();
74 virtual RelativeDateFormat* clone() const override;
H A Dudat.cpp559 const RelativeDateFormat *reldtfmt; in udat_toPattern()
565 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) { in udat_toPattern()
607 const RelativeDateFormat* rdtfmt; in udat_getSymbols()
610 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) { in udat_getSymbols()
762 const RelativeDateFormat* rdtfmt; in udat_countSymbols()
765 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) { in udat_countSymbols()
1286 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
1292 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) { in verifyIsRelativeDateFormat()
1319 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status); in udat_toPatternRelativeDate()
1344 ((RelativeDateFormat*)fm in udat_toPatternRelativeTime()
[all...]
H A Ddatefmt.cpp522 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status); in create()
/third_party/node/deps/icu-small/source/i18n/
H A Dreldtfmt.cpp40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in RelativeDateFormat() function in RelativeDateFormat
70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat
132 RelativeDateFormat::~RelativeDateFormat() { in ~RelativeDateFormat()
142 RelativeDateFormat* RelativeDateFormat
[all...]
H A Dreldtfmt.h45 class RelativeDateFormat : public DateFormat { class
47 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
54 RelativeDateFormat(const RelativeDateFormat&);
60 RelativeDateFormat& operator=(const RelativeDateFormat&);
66 virtual ~RelativeDateFormat();
74 virtual RelativeDateFormat* clone() const override;
H A Dudat.cpp560 const RelativeDateFormat *reldtfmt; in udat_toPattern()
566 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=nullptr) { in udat_toPattern()
608 const RelativeDateFormat* rdtfmt; in udat_getSymbols()
611 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != nullptr) { in udat_getSymbols()
763 const RelativeDateFormat* rdtfmt; in udat_countSymbols()
766 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != nullptr) { in udat_countSymbols()
1287 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
1293 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==nullptr) { in verifyIsRelativeDateFormat()
1320 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status); in udat_toPatternRelativeDate()
1345 ((RelativeDateFormat*)fm in udat_toPatternRelativeTime()
[all...]
H A Ddatefmt.cpp521 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status); in create()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dreldtfmt.cpp40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat)
42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in RelativeDateFormat() function in RelativeDateFormat
70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat
124 RelativeDateFormat::~RelativeDateFormat() { in ~RelativeDateFormat()
134 RelativeDateFormat* RelativeDateFormat
[all...]
H A Dreldtfmt.h45 class RelativeDateFormat : public DateFormat { class
47 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
54 RelativeDateFormat(const RelativeDateFormat&);
60 RelativeDateFormat& operator=(const RelativeDateFormat&);
66 virtual ~RelativeDateFormat();
74 virtual RelativeDateFormat* clone() const;
H A Dudat.cpp559 const RelativeDateFormat *reldtfmt; in udat_toPattern()
565 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) { in udat_toPattern()
607 const RelativeDateFormat* rdtfmt; in udat_getSymbols()
610 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) { in udat_getSymbols()
754 const RelativeDateFormat* rdtfmt; in udat_countSymbols()
757 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) { in udat_countSymbols()
1248 * Verify that fmt is a RelativeDateFormat. Invalid error if not.
1254 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) { in verifyIsRelativeDateFormat()
1281 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status); in udat_toPatternRelativeDate()
1306 ((RelativeDateFormat*)fm in udat_toPatternRelativeTime()
[all...]
H A Ddatefmt.cpp524 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status); in create()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelativeDateFormat.java32 public class RelativeDateFormat extends DateFormat { class
59 public RelativeDateFormat(int timeStyle, int dateStyle, ULocale locale, Calendar cal) { in RelativeDateFormat() method in RelativeDateFormat
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelativeDateFormat.java34 public class RelativeDateFormat extends DateFormat { class
62 public RelativeDateFormat(int timeStyle, int dateStyle, ULocale locale, Calendar cal) { in RelativeDateFormat() method in RelativeDateFormat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java27 import com.ibm.icu.impl.RelativeDateFormat;
1865 RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal); in get()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormat.java28 import ohos.global.icu.impl.RelativeDateFormat;
1739 RelativeDateFormat r = new RelativeDateFormat(timeStyle, dateStyle /* offset? */, loc, cal); in get()
/third_party/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp369 TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS())); in testIDs()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 26 milliseconds