Searched refs:DtContextType (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 272 enum DtContextType { enum 297 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const; 308 …void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType widt… 351 … const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const; 361 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType … 372 … const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const; 384 …void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType …
|
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 541 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const in getMonths() 603 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const in getWeekdays() 650 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const in getQuarters() 784 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context… in setMonths() 878 DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType con… in setWeekdays() 945 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType con… in setQuarters()
|
/external/icu4c/test/intltest/ |
D | tsdtfmsy.cpp | 64 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetMonths2() 89 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetWeekdays2()
|