Searched refs:DtWidthType (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 282 enum DtWidthType { enum 304 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const; 315 …void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType widt… 360 … const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const; 370 …etWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width); 381 … const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const; 393 …etQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width); 454 DtContextType context, DtWidthType width) const; 466 DtContextType context, DtWidthType width); 479 DtContextType context, DtWidthType width) const; [all …]
|
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 635 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const in getMonths() 699 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const in getWeekdays() 754 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const in getQuarters() 826 DtContextType /*ignored*/, DtWidthType /*ignored*/) const in getYearNames() 834 DtContextType context, DtWidthType width) in setYearNames() 848 DtContextType /*ignored*/, DtWidthType /*ignored*/) const in getZodiacNames() 856 DtContextType context, DtWidthType width) in setZodiacNames() 941 …etMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width) in setMonths() 1035 …ekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType context, DtWidthType width) in setWeekdays() 1116 …arters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width) in setQuarters()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 66 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetMonths2() 91 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetWeekdays2()
|