/external/icu/libandroidicu/include/unicode/ |
D | udat.h | 158 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/i18n/unicode/ |
D | udat.h | 158 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/ |
D | date.c | 51 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, const cha… 52 …illis, const char *seconds, const char *format, const char *locale, UDateFormatStyle style, const … 74 UDateFormatStyle style = UDAT_DEFAULT; in main() 254 UDateFormatStyle style, in date() 305 … UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
|
/external/icu/icu4c/source/i18n/ |
D | reldtfmt.h | 47 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, … 256 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/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/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DateTimeStyleSet.java | 52 …parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE… in handleParseValue() 57 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue()
|
D | DebugUtilitiesData.java | 21 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()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1423 UDateFormat * udat_open_android(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const char … in udat_open_android()
|