Home | History | Annotate | Download | only in unicode

Lines Matching refs:TimeUnitFormat

59  *   TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
76 * @see TimeUnitFormat
79 class U_I18N_API TimeUnitFormat: public MeasureFormat {
96 * Create TimeUnitFormat with default locale, and full name style.
100 TimeUnitFormat(UErrorCode& status);
103 * Create TimeUnitFormat given locale, and full name style.
106 TimeUnitFormat(const Locale& locale, UErrorCode& status);
109 * Create TimeUnitFormat given locale and style.
112 TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status);
118 TimeUnitFormat(const TimeUnitFormat&);
124 virtual ~TimeUnitFormat();
138 TimeUnitFormat& operator=(const TimeUnitFormat& other);
270 TimeUnitFormat::operator!=(const Format& other) const {