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

/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h274 enum DtContextType { enum in class:U_FINAL
279 * One more than the highest normal DtContextType value.
316 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
327 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
372 const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const;
382 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
393 const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const;
405 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);
464 DtContextType context, DtWidthType width) const;
476 DtContextType contex
[all...]

Completed in 74 milliseconds