/external/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 158 typedef enum UDateFormatStyle { enum 196 } UDateFormatStyle; typedef 855 udat_open(UDateFormatStyle timeStyle, 856 UDateFormatStyle dateStyle, 1635 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle, 1636 UDateFormatStyle dateStyle,
|
/external/icu/icu4c/source/i18n/ |
D | reldtfmt.h | 47 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, … 257 UDateFormatStyle fDateStyle;
|
D | reldtfmt.cpp | 70 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() 87 …UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat()
|
D | datefmt.cpp | 519 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
|
D | udat.cpp | 129 udat_open(UDateFormatStyle timeStyle, in udat_open() 130 UDateFormatStyle dateStyle, in udat_open()
|
/external/icu/icu4c/source/samples/date/ |
D | date.c | 51 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() 296 … UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DateTimeStyleSet.java | 50 …parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE… in handleParseValue() 55 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue()
|
D | DebugUtilitiesData.java | 18 public static final int UDateFormatStyle = 3; field in DebugUtilitiesData
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DateTimeStyleSet.java | 49 …parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE… in handleParseValue() 54 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue()
|
D | DebugUtilitiesData.java | 17 public static final int UDateFormatStyle = 3; field in DebugUtilitiesData
|
/external/icu/icu4c/source/test/intltest/ |
D | fldset.cpp | 317 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()
|
D | fldset.h | 275 UDateFormatStyle getDateStyle() const; 280 UDateFormatStyle getTimeStyle() const;
|
/external/icu/icu4c/source/test/compat/ |
D | tzdate.c | 79 UDateFormatStyle style = UDAT_RELATIVE; in getICUCurrentTime()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 250 COUNT_CASE(UDateFormatStyle) in _udbg_enumCount() 272 FIELD_CASE(UDateFormatStyle) in _udbg_enumFields()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 412 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()
|