/third_party/icu/tools/multi/proj/provider/glue/ |
D | date_fe.cpp | 36 public: static DateFormat *create(UDateFormatStyle timeStyle, \ 37 UDateFormatStyle dateStyle, \ 87 GLUE_SYM ( DateFormat ) :: create(UDateFormatStyle timeStyle, in GLUE_SYM() 88 UDateFormatStyle dateStyle, in GLUE_SYM() 204 virtual DateFormat *createFormat(UDateFormatStyle timeStyle, 205 UDateFormatStyle dateStyle, 219 DateFormat *VersionDateFormatFactory::createFormat(UDateFormatStyle timeStyle, 220 UDateFormatStyle dateStyle, 312 extern "C" UDateFormat *versionDateFormatOpener(UDateFormatStyle timeStyle, 313 UDateFormatStyle dateStyle,
|
D | oicu.h | 81 OICU_udat_open(UDateFormatStyle timeStyle, 82 UDateFormatStyle dateStyle,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 162 typedef enum UDateFormatStyle { enum 200 } UDateFormatStyle; typedef 892 udat_open(UDateFormatStyle timeStyle, 893 UDateFormatStyle dateStyle, 1714 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle, 1715 UDateFormatStyle dateStyle,
|
D | udatpg.h | 559 UDateFormatStyle style, 587 UDateFormatStyle style, int32_t *pLength,
|
D | dtptngen.h | 356 void setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dateTimeFormat, 376 const UnicodeString& getDateTimeFormat(UDateFormatStyle style,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | udat.h | 162 typedef enum UDateFormatStyle { enum 200 } UDateFormatStyle; typedef 892 udat_open(UDateFormatStyle timeStyle, 893 UDateFormatStyle dateStyle, 1702 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle, 1703 UDateFormatStyle dateStyle,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | udat.h | 162 typedef enum UDateFormatStyle { enum 200 } UDateFormatStyle; typedef 892 udat_open(UDateFormatStyle timeStyle, 893 UDateFormatStyle dateStyle, 1714 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle, 1715 UDateFormatStyle dateStyle,
|
D | udatpg.h | 558 UDateFormatStyle style, 586 UDateFormatStyle style, int32_t *pLength,
|
D | dtptngen.h | 355 void setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dateTimeFormat, 375 const UnicodeString& getDateTimeFormat(UDateFormatStyle style,
|
/third_party/icu/icu4c/source/samples/date/ |
D | date.c | 52 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, const cha… 53 …illis, const char *seconds, const char *format, const char *locale, UDateFormatStyle style, const … 75 UDateFormatStyle style = UDAT_DEFAULT; in main() 255 UDateFormatStyle style, in date() 306 … UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
|
/third_party/skia/third_party/externals/icu/source/samples/date/ |
D | date.c | 52 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, const cha… 53 …illis, const char *seconds, const char *format, const char *locale, UDateFormatStyle style, const … 75 UDateFormatStyle style = UDAT_DEFAULT; in main() 255 UDateFormatStyle style, in date() 306 … UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | reldtfmt.h | 47 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, … 256 UDateFormatStyle fDateStyle;
|
D | reldtfmt.cpp | 70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() 87 …UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat()
|
D | udatpg.cpp | 219 UDateFormatStyle style, in udatpg_setDateTimeFormatForStyle() 235 UDateFormatStyle style, int32_t *pLength, in udatpg_getDateTimeFormatForStyle()
|
/third_party/icu/icu4c/source/i18n/ |
D | reldtfmt.h | 47 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, … 256 UDateFormatStyle fDateStyle;
|
D | reldtfmt.cpp | 70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() 87 …UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | reldtfmt.h | 47 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, … 256 UDateFormatStyle fDateStyle;
|
D | reldtfmt.cpp | 70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() 87 …UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat()
|
/third_party/icu/tools/multi/proj/chello/ |
D | date.c | 49 static void date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status); 68 UDateFormatStyle style = UDAT_DEFAULT; in main() 174 UDateFormatStyle style, in date()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DateTimeStyleSet.java | 49 …parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE… in handleParseValue() 54 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | DateTimeStyleSet.java | 52 …parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE… in handleParseValue() 57 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | fldset.cpp | 317 UDateFormatStyle DateTimeStyleSet::getDateStyle() const { in getDateStyle() 321 return (UDateFormatStyle)get(DTS_DATE); in getDateStyle() 326 UDateFormatStyle DateTimeStyleSet::getTimeStyle() const { in getTimeStyle() 330 return (UDateFormatStyle)get(DTS_TIME); in getTimeStyle()
|
D | fldset.h | 275 UDateFormatStyle getDateStyle() const; 280 UDateFormatStyle getTimeStyle() const;
|
/third_party/icu/tools/multi/proj/provider/ |
D | datediff.cpp | 51 UDateFormatStyle styles[] = { UDAT_FULL, UDAT_SHORT }; in main()
|
D | caldiff.cpp | 51 UDateFormatStyle styles[] = { UDAT_FULL, UDAT_SHORT }; in main()
|