Searched refs:UDateFormatStyle (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/i18n/ |
D | reldtfmt.h | 43 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, … 240 UDateFormatStyle fDateStyle; 241 UDateFormatStyle fTimeStyle;
|
D | datefmt.cpp | 365 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
|
D | reldtfmt.cpp | 66 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, con… in RelativeDateFormat()
|
D | udat.cpp | 86 udat_open(UDateFormatStyle timeStyle, in udat_open() 87 UDateFormatStyle dateStyle, in udat_open()
|
/external/icu4c/i18n/unicode/ |
D | udat.h | 144 typedef enum UDateFormatStyle { enum 173 } UDateFormatStyle; typedef 534 udat_open(UDateFormatStyle timeStyle, 535 UDateFormatStyle dateStyle,
|
/external/icu4c/samples/date/ |
D | date.c | 46 static void date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status); 65 UDateFormatStyle style = UDAT_DEFAULT; in main() 193 UDateFormatStyle style, in date()
|
/external/icu4c/test/intltest/ |
D | fldset.cpp | 315 UDateFormatStyle DateTimeStyleSet::getDateStyle() const { in getDateStyle() 319 return (UDateFormatStyle)get(DTS_DATE); in getDateStyle() 324 UDateFormatStyle DateTimeStyleSet::getTimeStyle() const { in getTimeStyle() 328 return (UDateFormatStyle)get(DTS_TIME); in getTimeStyle()
|
D | fldset.h | 273 UDateFormatStyle getDateStyle() const; 278 UDateFormatStyle getTimeStyle() const;
|
/external/icu4c/tools/toolutil/ |
D | udbgutil.cpp | 239 COUNT_CASE(UDateFormatStyle) in _udbg_enumCount() 259 FIELD_CASE(UDateFormatStyle) in _udbg_enumFields()
|
/external/icu4c/test/compat/ |
D | tzdate.c | 77 UDateFormatStyle style = UDAT_RELATIVE; in getICUCurrentTime()
|
/external/icu4c/test/cintltst/ |
D | cdattst.c | 390 static const UDateFormatStyle dateStylesList[] = { UDAT_FULL, UDAT_LONG, UDAT_MEDIUM, UDAT_SHORT, U… 399 const UDateFormatStyle * stylePtr; in TestRelativeDateFormat() 1103 static const UDateFormatStyle style[] = { in TestAllLocales()
|