/external/chromium_org/third_party/icu/source/i18n/ |
reldtfmt.h | 42 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status); 229 UDateFormatStyle fDateStyle; 230 UDateFormatStyle fTimeStyle;
|
datefmt.cpp | 365 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
|
reldtfmt.cpp | 66 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status)
|
udat.cpp | 86 udat_open(UDateFormatStyle timeStyle, 87 UDateFormatStyle dateStyle,
|
/external/icu4c/i18n/ |
reldtfmt.h | 44 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status); 242 UDateFormatStyle fDateStyle;
|
reldtfmt.cpp | 59 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, 73 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/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleICU.h | 78 UDateFormat* openDateFormat(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle) const;
|
LocaleICU.cpp | 145 UDateFormat* LocaleICU::openDateFormat(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle) const
|
/external/icu4c/i18n/unicode/ |
udat.h | 117 * see UDateFormatStyle for more details 145 typedef enum UDateFormatStyle { 183 } UDateFormatStyle; 810 udat_open(UDateFormatStyle timeStyle, 811 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/chromium_org/third_party/icu/source/test/intltest/ |
fldset.h | 273 UDateFormatStyle getDateStyle() const; 278 UDateFormatStyle getTimeStyle() const;
|
fldset.cpp | 311 UDateFormatStyle DateTimeStyleSet::getDateStyle() const { 315 return (UDateFormatStyle)get(DTS_DATE); 320 UDateFormatStyle DateTimeStyleSet::getTimeStyle() const { 324 return (UDateFormatStyle)get(DTS_TIME);
|
/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/chromium_org/third_party/icu/source/i18n/unicode/ |
udat.h | 116 * see UDateFormatStyle for more details 144 typedef enum UDateFormatStyle { 173 } UDateFormatStyle; 534 udat_open(UDateFormatStyle timeStyle, 535 UDateFormatStyle dateStyle, [all...] |
/external/chromium_org/third_party/icu/source/test/compat/ |
tzdate.c | 77 UDateFormatStyle style = UDAT_RELATIVE;
|
/external/icu4c/test/compat/ |
tzdate.c | 77 UDateFormatStyle style = UDAT_RELATIVE;
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
udbgutil.cpp | 239 COUNT_CASE(UDateFormatStyle) 259 FIELD_CASE(UDateFormatStyle)
|
/external/icu4c/tools/toolutil/ |
udbgutil.cpp | 244 COUNT_CASE(UDateFormatStyle) 264 FIELD_CASE(UDateFormatStyle)
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cdattst.c | 390 static const UDateFormatStyle dateStylesList[] = { UDAT_FULL, UDAT_LONG, UDAT_MEDIUM, UDAT_SHORT, UDAT_NONE }; 399 const UDateFormatStyle * stylePtr; [all...] |
/external/icu4c/test/cintltst/ |
cdattst.c | 395 static const UDateFormatStyle dateStylesList[] = { UDAT_FULL, UDAT_LONG, UDAT_MEDIUM, UDAT_SHORT, UDAT_NONE }; 407 const UDateFormatStyle * stylePtr; [all...] |