Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dreldtfmt.h43 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, …
240 UDateFormatStyle fDateStyle;
241 UDateFormatStyle fTimeStyle;
Ddatefmt.cpp365 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
Dreldtfmt.cpp66 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, con… in RelativeDateFormat()
Dudat.cpp86 udat_open(UDateFormatStyle timeStyle, in udat_open()
87 UDateFormatStyle dateStyle, in udat_open()
/external/icu4c/i18n/unicode/
Dudat.h144 typedef enum UDateFormatStyle { enum
173 } UDateFormatStyle; typedef
534 udat_open(UDateFormatStyle timeStyle,
535 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()
193 UDateFormatStyle style, in date()
/external/icu4c/test/intltest/
Dfldset.cpp315 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()
Dfldset.h273 UDateFormatStyle getDateStyle() const;
278 UDateFormatStyle getTimeStyle() const;
/external/icu4c/tools/toolutil/
Dudbgutil.cpp239 COUNT_CASE(UDateFormatStyle) in _udbg_enumCount()
259 FIELD_CASE(UDateFormatStyle) in _udbg_enumFields()
/external/icu4c/test/compat/
Dtzdate.c77 UDateFormatStyle style = UDAT_RELATIVE; in getICUCurrentTime()
/external/icu4c/test/cintltst/
Dcdattst.c390 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()