Searched defs:DtWidthType (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h281 enum DtWidthType { enum in class:DateFormatSymbols
296 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
307 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
350 const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const;
360 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
371 const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
383 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);

Completed in 33 milliseconds