Home | History | Annotate | Download | only in unicode

Lines Matching full:width

278      * Selector for date formatting width
289 * Gets month strings by width and context. For example: "January", "February", etc.
292 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
296 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
299 * Sets month strings by width and context. For example: "January", "February", etc.
304 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
307 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
343 * Gets weekday strings by width and context. For example: "Sunday", "Monday", etc.
346 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
350 const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const;
353 * Sets weekday strings by width and context. For example: "Sunday", "Monday", etc.
357 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
360 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
363 * Gets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc.
366 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
371 const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
374 * Sets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc.
379 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
383 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);