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

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

Completed in 120 milliseconds