Home
last modified time | relevance | path

Searched refs:setQuarters (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Dtsdtfmsy.cpp299 fr2.setQuarters(wideQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in TestSymbols()
306 fr2.setQuarters(abbrQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in TestSymbols()
313 …fr.setQuarters(standaloneWideQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WI… in TestSymbols()
320 …fr.setQuarters(standaloneShortQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::A… in TestSymbols()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h381 …void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType …
/external/icu4c/i18n/
Ddtfmtsym.cpp944 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType con… in setQuarters() function in DateFormatSymbols