Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dudat.h156 typedef enum UDateFormatStyle { enum
194 } UDateFormatStyle; typedef
827 udat_open(UDateFormatStyle timeStyle,
828 UDateFormatStyle dateStyle,
1617 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle,
1618 UDateFormatStyle dateStyle,
/external/icu/icu4c/source/i18n/
Dreldtfmt.h45 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, …
255 UDateFormatStyle fDateStyle;
Dreldtfmt.cpp72 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat()
89UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat()
Ddatefmt.cpp440 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
Dudat.cpp127 udat_open(UDateFormatStyle timeStyle, in udat_open()
128 UDateFormatStyle dateStyle, in udat_open()
/external/icu/icu4c/source/samples/date/
Ddate.c47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCod…
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle
70 UDateFormatStyle style = UDAT_DEFAULT; in main()
242 UDateFormatStyle style, in date()
292UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDateTimeStyleSet.java47 …parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE… in handleParseValue()
52 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue()
DDebugUtilitiesData.java14 public static final int UDateFormatStyle = 3; field in DebugUtilitiesData
/external/icu/icu4c/source/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/icu/icu4c/source/test/compat/
Dtzdate.c77 UDateFormatStyle style = UDAT_RELATIVE; in getICUCurrentTime()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp245 COUNT_CASE(UDateFormatStyle) in _udbg_enumCount()
265 FIELD_CASE(UDateFormatStyle) in _udbg_enumFields()
/external/icu/icu4c/source/test/cintltst/
Dcdattst.c412 static const UDateFormatStyle dateStylesList[] = { UDAT_FULL, UDAT_LONG, UDAT_MEDIUM, UDAT_SHORT, U…
424 const UDateFormatStyle * stylePtr; in TestRelativeDateFormat()
1294 static const UDateFormatStyle style[] = { in TestAllLocales()