Searched refs:setMonths (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | tsdtfmsy.cpp | 172 fr.setMonths(months, count); in TestSymbols() 184 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols() 191 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); in TestSymbols() 198 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols() 205 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols() 212 …fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREV… in TestSymbols() 219 …fr.setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARRO… in TestSymbols()
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 231 void setMonths(const UnicodeString* months, int32_t count); 290 …void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType widt…
|
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 723 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count) in setMonths() function in DateFormatSymbols 751 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context… in setMonths() function in DateFormatSymbols
|