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

/external/chromium_org/third_party/icu/source/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);
/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h282 enum DtWidthType { enum in class:DateFormatSymbols
306 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
317 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
362 const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const;
372 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
383 const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
395 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);

Completed in 47 milliseconds