Lines Matching refs:DateFormat
156 class U_I18N_API DateFormat : public Format {
224 virtual ~DateFormat();
232 virtual DateFormat* clone() const = 0;
535 static DateFormat* U_EXPORT2 createInstance(void);
548 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
566 static DateFormat* U_EXPORT2 createDateInstance(EStyle style = kDefault,
587 static DateFormat* U_EXPORT2 createDateTimeInstance(EStyle dateStyle = kDefault,
619 static DateFormat* U_EXPORT2 createInstanceForSkeleton(
636 static DateFormat* U_EXPORT2 createInstanceForSkeleton(
655 static DateFormat* U_EXPORT2 createInstanceForSkeleton(
830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
852 DateFormat();
858 DateFormat(const DateFormat&);
864 DateFormat& operator=(const DateFormat&);
893 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale& inLocale);