Searched refs:DtContextType (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 277 enum DtContextType { enum 319 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const; 330 …void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType widt… 375 … const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const; 385 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType … 396 … const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const; 408 …void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType … 467 DtContextType context, DtWidthType width) const; 479 DtContextType context, DtWidthType width); 492 DtContextType context, DtWidthType width) const; [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | dtfmtsym.h | 277 enum DtContextType { enum 319 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const; 330 …void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType widt… 375 … const UnicodeString* getWeekdays(int32_t& count, DtContextType context, DtWidthType width) const; 385 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType … 396 … const UnicodeString* getQuarters(int32_t& count, DtContextType context, DtWidthType width) const; 408 …void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType … 467 DtContextType context, DtWidthType width) const; 479 DtContextType context, DtWidthType width); 492 DtContextType context, DtWidthType width) const; [all …]
|
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 676 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const in getMonths() 740 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const in getWeekdays() 795 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const in getQuarters() 867 DtContextType /*ignored*/, DtWidthType /*ignored*/) const in getYearNames() argument 875 DtContextType context, DtWidthType width) in setYearNames() 889 DtContextType /*ignored*/, DtWidthType /*ignored*/) const in getZodiacNames() argument 897 DtContextType context, DtWidthType width) in setZodiacNames() 982 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context… in setMonths() 1076 DateFormatSymbols::setWeekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType con… in setWeekdays() 1157 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()
|