Searched refs:DtWidthType (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 291 enum DtWidthType { enum 317 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const; 328 …void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType widt… 373 … const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const; 383 …etWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width); 394 … const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const; 406 …etQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width); 465 DtContextType context, DtWidthType width) const; 477 DtContextType context, DtWidthType width); 490 DtContextType context, DtWidthType width) const; [all …]
|
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 674 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const in getMonths() 738 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const in getWeekdays() 793 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const in getQuarters() 865 DtContextType /*ignored*/, DtWidthType /*ignored*/) const in getYearNames() 873 DtContextType context, DtWidthType width) in setYearNames() 887 DtContextType /*ignored*/, DtWidthType /*ignored*/) const in getZodiacNames() 895 DtContextType context, DtWidthType width) in setZodiacNames() 980 …etMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width) in setMonths() 1074 …ekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType context, DtWidthType width) in setWeekdays() 1155 …arters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width) in setQuarters()
|
D | reldatefmt.cpp | 599 static const DateFormatSymbols::DtWidthType styleToDateFormatSymbolWidth[UDAT_STYLE_COUNT] = { 617 DateFormatSymbols::DtWidthType dtfmtWidth = styleToDateFormatSymbolWidth[style]; in loadWeekdayNames()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 68 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetMonths2() 93 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetWeekdays2()
|