HomeSort by relevance Sort by last modified time
    Searched refs:UDateFormatStyle (Results 1 - 11 of 11) sorted by null

  /external/icu4c/i18n/
reldtfmt.h 44 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
242 UDateFormatStyle fDateStyle;
reldtfmt.cpp 58 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle,
72 UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RELATIVE): dateStyle;
datefmt.cpp 370 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
udat.cpp 123 udat_open(UDateFormatStyle timeStyle,
124 UDateFormatStyle dateStyle,
    [all...]
  /external/icu4c/i18n/unicode/
udat.h 117 * see UDateFormatStyle for more details
145 typedef enum UDateFormatStyle {
181 } UDateFormatStyle;
770 udat_open(UDateFormatStyle timeStyle,
771 UDateFormatStyle dateStyle,
    [all...]
  /external/icu4c/samples/date/
date.c 47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
70 UDateFormatStyle style = UDAT_DEFAULT;
242 UDateFormatStyle style,
292 UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) {
  /external/icu4c/test/intltest/
fldset.h 273 UDateFormatStyle getDateStyle() const;
278 UDateFormatStyle getTimeStyle() const;
fldset.cpp 315 UDateFormatStyle DateTimeStyleSet::getDateStyle() const {
319 return (UDateFormatStyle)get(DTS_DATE);
324 UDateFormatStyle DateTimeStyleSet::getTimeStyle() const {
328 return (UDateFormatStyle)get(DTS_TIME);
  /external/icu4c/test/compat/
tzdate.c 77 UDateFormatStyle style = UDAT_RELATIVE;
  /external/icu4c/tools/toolutil/
udbgutil.cpp 244 COUNT_CASE(UDateFormatStyle)
264 FIELD_CASE(UDateFormatStyle)
  /external/icu4c/test/cintltst/
cdattst.c 393 static const UDateFormatStyle dateStylesList[] = { UDAT_FULL, UDAT_LONG, UDAT_MEDIUM, UDAT_SHORT, UDAT_NONE };
405 const UDateFormatStyle * stylePtr;
    [all...]

Completed in 200 milliseconds