Searched refs:DtContextType (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 275 enum DtContextType { 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 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType … 394 … const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const; 406 …void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType … 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() argument 873 DtContextType context, DtWidthType width) in setYearNames() 887 DtContextType /*ignored*/, DtWidthType /*ignored*/) const in getZodiacNames() argument 895 DtContextType context, DtWidthType width) in setZodiacNames() 980 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context… in setMonths() 1074 DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType con… in setWeekdays() 1155 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType con… in setQuarters()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 67 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetMonths2() 92 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetWeekdays2()
|