Searched refs:UDateFormatStyle (Results 1 – 13 of 13) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 156 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/ |
D | reldtfmt.h | 45 …RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, … 255 UDateFormatStyle fDateStyle;
|
D | reldtfmt.cpp | 72 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, in RelativeDateFormat() 89 …UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RE… in RelativeDateFormat()
|
D | datefmt.cpp | 440 …RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dat… in create()
|
D | udat.cpp | 127 udat_open(UDateFormatStyle timeStyle, in udat_open() 128 UDateFormatStyle dateStyle, in udat_open()
|
/external/icu/icu4c/source/samples/date/ |
D | date.c | 47 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() 292 … UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DateTimeStyleSet.java | 47 …parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE… in handleParseValue() 52 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue()
|
D | DebugUtilitiesData.java | 14 public static final int UDateFormatStyle = 3; field in DebugUtilitiesData
|
/external/icu/icu4c/source/test/intltest/ |
D | fldset.cpp | 315 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()
|
D | fldset.h | 273 UDateFormatStyle getDateStyle() const; 278 UDateFormatStyle getTimeStyle() const;
|
/external/icu/icu4c/source/test/compat/ |
D | tzdate.c | 77 UDateFormatStyle style = UDAT_RELATIVE; in getICUCurrentTime()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 245 COUNT_CASE(UDateFormatStyle) in _udbg_enumCount() 265 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() 1294 static const UDateFormatStyle style[] = { in TestAllLocales()
|