Searched refs:UDateFormatStyle (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/i18n/ |
D | reldtfmt.h | 41 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, … 190 UDateFormatStyle fDateStyle; 191 UDateFormatStyle fTimeStyle;
|
D | datefmt.cpp | 301 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
|
D | reldtfmt.cpp | 63 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, con… in RelativeDateFormat()
|
D | udat.cpp | 29 udat_open(UDateFormatStyle timeStyle, in udat_open() 30 UDateFormatStyle dateStyle, in udat_open()
|
/external/icu4c/i18n/unicode/ |
D | udat.h | 143 typedef enum UDateFormatStyle { enum 172 } UDateFormatStyle; typedef 437 udat_open(UDateFormatStyle timeStyle, 438 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() 171 UDateFormatStyle style, in date()
|
/external/icu4c/test/intltest/ |
D | fldset.cpp | 305 UDateFormatStyle DateTimeStyleSet::getDateStyle() const { in getDateStyle() 309 return (UDateFormatStyle)get(DTS_DATE); in getDateStyle() 314 UDateFormatStyle DateTimeStyleSet::getTimeStyle() const { in getTimeStyle() 318 return (UDateFormatStyle)get(DTS_TIME); in getTimeStyle()
|
D | fldset.h | 171 UDateFormatStyle getDateStyle() const; 176 UDateFormatStyle getTimeStyle() const;
|
/external/icu4c/tools/ctestfw/ |
D | udbgutil.cpp | 143 COUNT_CASE(UDateFormatStyle) in _udbg_enumCount() 155 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 | 939 static const UDateFormatStyle style[] = { in TestAllLocales()
|