Home
last modified time | relevance | path

Searched refs:setMonths (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Dtsdtfmsy.cpp191 fr.setMonths(months, count); in TestSymbols()
203 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
210 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); in TestSymbols()
217 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
224 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
231 …fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREV… in TestSymbols()
238 …fr.setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARRO… in TestSymbols()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h246 void setMonths(const UnicodeString* months, int32_t count);
305 …void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType widt…
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DDateFormatSymbolsTest.java429 dfs.setMonths(val); in test_setMonths$Ljava_lang_String()
/external/icu4c/i18n/
Ddtfmtsym.cpp755 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count) in setMonths() function in DateFormatSymbols
783 DateFormatSymbols::setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context… in setMonths() function in DateFormatSymbols