Searched refs:UDateFormatStyle (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dreldtfmt.h44 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
242 UDateFormatStyle fDateStyle;
H A Dreldtfmt.cpp59 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle,
73 UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RELATIVE): dateStyle;
H A Ddatefmt.cpp371 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
H A Dudat.cpp123 udat_open(UDateFormatStyle timeStyle,
124 UDateFormatStyle dateStyle,
/external/icu/icu4c/source/i18n/
H A Dreldtfmt.h45 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
255 UDateFormatStyle fDateStyle;
H A Dreldtfmt.cpp72 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle,
89 UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RELATIVE): dateStyle;
H A Ddatefmt.cpp376 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle-kDateOffset), locale, status);
H A Dudat.cpp126 udat_open(UDateFormatStyle timeStyle,
127 UDateFormatStyle dateStyle,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dudat.h117 * see UDateFormatStyle for more details
155 typedef enum UDateFormatStyle { enum
191 } UDateFormatStyle; typedef in typeref:enum:UDateFormatStyle
818 udat_open(UDateFormatStyle timeStyle,
819 UDateFormatStyle dateStyle,
1406 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle,
1407 UDateFormatStyle dateStyle,
/external/icu/icu4c/source/i18n/unicode/
H A Dudat.h117 * see UDateFormatStyle for more details
155 typedef enum UDateFormatStyle { enum
193 } UDateFormatStyle; typedef in typeref:enum:UDateFormatStyle
817 udat_open(UDateFormatStyle timeStyle,
818 UDateFormatStyle dateStyle,
1419 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle,
1420 UDateFormatStyle dateStyle,
/external/chromium_org/third_party/icu/source/samples/date/
H A Ddate.c47 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/icu/icu4c/source/samples/date/
H A Ddate.c47 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/WebKit/Source/platform/text/
H A DLocaleICU.h78 UDateFormat* openDateFormat(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle) const;
H A DLocaleICU.cpp144 UDateFormat* LocaleICU::openDateFormat(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle) const
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dfldset.h273 UDateFormatStyle getDateStyle() const;
278 UDateFormatStyle getTimeStyle() const;
H A Dfldset.cpp315 UDateFormatStyle DateTimeStyleSet::getDateStyle() const {
319 return (UDateFormatStyle)get(DTS_DATE);
324 UDateFormatStyle DateTimeStyleSet::getTimeStyle() const {
328 return (UDateFormatStyle)get(DTS_TIME);
/external/icu/icu4c/source/test/intltest/
H A Dfldset.h273 UDateFormatStyle getDateStyle() const;
278 UDateFormatStyle getTimeStyle() const;
H A Dfldset.cpp315 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/test/compat/
H A Dtzdate.c77 UDateFormatStyle style = UDAT_RELATIVE;
/external/icu/icu4c/source/test/compat/
H A Dtzdate.c77 UDateFormatStyle style = UDAT_RELATIVE;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dudbgutil.cpp245 COUNT_CASE(UDateFormatStyle)
265 FIELD_CASE(UDateFormatStyle)
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp245 COUNT_CASE(UDateFormatStyle)
265 FIELD_CASE(UDateFormatStyle)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c395 static const UDateFormatStyle dateStylesList[] = { UDAT_FULL, UDAT_LONG, UDAT_MEDIUM, UDAT_SHORT, UDAT_NONE };
407 const UDateFormatStyle * stylePtr;
1229 static const UDateFormatStyle style[] = {
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c395 static const UDateFormatStyle dateStylesList[] = { UDAT_FULL, UDAT_LONG, UDAT_MEDIUM, UDAT_SHORT, UDAT_NONE };
407 const UDateFormatStyle * stylePtr;
1229 static const UDateFormatStyle style[] = {

Completed in 4023 milliseconds