Home
last modified time | relevance | path

Searched refs:UDateFormatStyle (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/i18n/
Dreldtfmt.h41 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, …
190 UDateFormatStyle fDateStyle;
191 UDateFormatStyle fTimeStyle;
Ddatefmt.cpp301 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
Dreldtfmt.cpp63 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, con… in RelativeDateFormat()
Dudat.cpp29 udat_open(UDateFormatStyle timeStyle, in udat_open()
30 UDateFormatStyle dateStyle, in udat_open()
/external/icu4c/i18n/unicode/
Dudat.h143 typedef enum UDateFormatStyle { enum
172 } UDateFormatStyle; typedef
437 udat_open(UDateFormatStyle timeStyle,
438 UDateFormatStyle dateStyle,
/external/icu4c/samples/date/
Ddate.c46 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/
Dfldset.cpp305 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()
Dfldset.h171 UDateFormatStyle getDateStyle() const;
176 UDateFormatStyle getTimeStyle() const;
/external/icu4c/tools/ctestfw/
Dudbgutil.cpp143 COUNT_CASE(UDateFormatStyle) in _udbg_enumCount()
155 FIELD_CASE(UDateFormatStyle) in _udbg_enumFields()
/external/icu4c/test/compat/
Dtzdate.c77 UDateFormatStyle style = UDAT_RELATIVE; in getICUCurrentTime()
/external/icu4c/test/cintltst/
Dcdattst.c939 static const UDateFormatStyle style[] = { in TestAllLocales()