Lines Matching refs:DateFormatSymbols
82 class U_I18N_API DateFormatSymbols U_FINAL : public UObject {
97 DateFormatSymbols(UErrorCode& status);
109 DateFormatSymbols(const Locale& locale,
129 DateFormatSymbols(const char *type, UErrorCode& status);
144 DateFormatSymbols(const Locale& locale,
153 DateFormatSymbols(const DateFormatSymbols&);
159 DateFormatSymbols& operator=(const DateFormatSymbols&);
166 virtual ~DateFormatSymbols();
175 UBool operator==(const DateFormatSymbols& other) const;
184 UBool operator!=(const DateFormatSymbols& other) const { return !operator==(other); }
909 DateFormatSymbols(); // default constructor not implemented
965 void copyData(const DateFormatSymbols& other);
1005 static DateFormatSymbols * U_EXPORT2 createForLocale(