Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dudat.h158 typedef enum UDateFormatStyle { enum
196 } UDateFormatStyle; typedef
853 udat_open(UDateFormatStyle timeStyle,
854 UDateFormatStyle dateStyle,
1633 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle,
1634 UDateFormatStyle dateStyle,
/external/icu/icu4c/source/samples/date/
Ddate.c51 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCod…
52 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle
74 UDateFormatStyle style = UDAT_DEFAULT; in main()
246 UDateFormatStyle style, in date()
296UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
/external/icu/icu4c/source/i18n/
Dreldtfmt.h47 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, …
257 UDateFormatStyle fDateStyle;
Dreldtfmt.cpp70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat()
87UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat()
Ddatefmt.cpp519 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
Dudat.cpp129 udat_open(UDateFormatStyle timeStyle, in udat_open()
130 UDateFormatStyle dateStyle, in udat_open()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDateTimeStyleSet.java52 …parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE… in handleParseValue()
57 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue()
DDebugUtilitiesData.java21 public static final int UDateFormatStyle = 3; field in DebugUtilitiesData
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDateTimeStyleSet.java49 …parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE… in handleParseValue()
54 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue()
DDebugUtilitiesData.java17 public static final int UDateFormatStyle = 3; field in DebugUtilitiesData
/external/icu/icu4c/source/test/intltest/
Dfldset.cpp317 UDateFormatStyle DateTimeStyleSet::getDateStyle() const { in getDateStyle()
321 return (UDateFormatStyle)get(DTS_DATE); in getDateStyle()
326 UDateFormatStyle DateTimeStyleSet::getTimeStyle() const { in getTimeStyle()
330 return (UDateFormatStyle)get(DTS_TIME); in getTimeStyle()
Dfldset.h275 UDateFormatStyle getDateStyle() const;
280 UDateFormatStyle getTimeStyle() const;
/external/icu/icu4c/source/test/compat/
Dtzdate.c79 UDateFormatStyle style = UDAT_RELATIVE; in getICUCurrentTime()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp250 COUNT_CASE(UDateFormatStyle) in _udbg_enumCount()
272 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()
1298 static const UDateFormatStyle style[] = { in TestAllLocales()