/third_party/skia/third_party/externals/icu/source/i18n/ |
D | reldtfmt.cpp | 40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat 124 RelativeDateFormat::~RelativeDateFormat() { in ~RelativeDateFormat() 134 RelativeDateFormat* RelativeDateFormat::clone() 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 …]
|
D | reldtfmt.h | 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(); 74 virtual RelativeDateFormat* clone() const;
|
D | udat.cpp | 559 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*>(f… in udat_getSymbols() 754 const RelativeDateFormat* rdtfmt; in udat_countSymbols() 757 …} else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(f… in udat_countSymbols() 1254 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) { in verifyIsRelativeDateFormat() 1281 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status); in udat_toPatternRelativeDate() 1306 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status); in udat_toPatternRelativeTime() 1322 ((RelativeDateFormat*)format)->applyPatterns(datePat, timePat, *status); in udat_applyPatternRelative()
|
D | datefmt.cpp | 524 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | reldtfmt.cpp | 40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat 124 RelativeDateFormat::~RelativeDateFormat() { in ~RelativeDateFormat() 134 RelativeDateFormat* RelativeDateFormat::clone() const { in clone() 135 return new RelativeDateFormat(*this); in clone() 138 bool 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 …]
|
D | reldtfmt.h | 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(); 74 virtual RelativeDateFormat* clone() const override;
|
D | udat.cpp | 560 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*>(f… in udat_getSymbols() 763 const RelativeDateFormat* rdtfmt; in udat_countSymbols() 766 …} else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(f… in udat_countSymbols() 1293 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==nullptr) { in verifyIsRelativeDateFormat() 1320 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status); in udat_toPatternRelativeDate() 1345 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status); in udat_toPatternRelativeTime() 1361 ((RelativeDateFormat*)format)->applyPatterns(datePat, timePat, *status); in udat_applyPatternRelative()
|
D | datefmt.cpp | 521 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
|
/third_party/icu/icu4c/source/i18n/ |
D | reldtfmt.cpp | 40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RelativeDateFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() function in RelativeDateFormat 124 RelativeDateFormat::~RelativeDateFormat() { in ~RelativeDateFormat() 134 RelativeDateFormat* RelativeDateFormat::clone() const { in clone() 135 return new RelativeDateFormat(*this); in clone() 138 bool 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 …]
|
D | reldtfmt.h | 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(); 74 virtual RelativeDateFormat* clone() const override;
|
D | udat.cpp | 559 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*>(f… in udat_getSymbols() 762 const RelativeDateFormat* rdtfmt; in udat_countSymbols() 765 …} else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(f… in udat_countSymbols() 1292 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) { in verifyIsRelativeDateFormat() 1319 ((RelativeDateFormat*)fmt)->toPatternDate(datePattern, *status); in udat_toPatternRelativeDate() 1344 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status); in udat_toPatternRelativeTime() 1360 ((RelativeDateFormat*)format)->applyPatterns(datePat, timePat, *status); in udat_applyPatternRelative()
|
D | datefmt.cpp | 522 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | RelativeDateFormat.java | 32 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/ |
D | RelativeDateFormat.java | 34 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/ |
D | DateFormat.java | 27 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/ |
D | DateFormat.java | 28 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/ |
D | uobjtest.cpp | 369 …TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, … in testIDs()
|
/third_party/icu/ohos_icu4j/ |
D | BUILD.gn | 224 "src/main/java/ohos/global/icu/impl/RelativeDateFormat.java",
|
/third_party/icu/icu4j/ |
D | coverage-exclusion.txt | 553 com/ibm/icu/impl/RelativeDateFormat#parse:(Ljava/lang/String;Lcom/ibm/icu/util/Calendar;Ljava/text/… 554 com/ibm/icu/impl/RelativeDateFormat$URelativeString#<init>:(Ljava/lang/String;Ljava/lang/String;)V
|