Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtsdtfmsy.cpp280 fr2.setQuarters(wideQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in TestSymbols()
287 fr2.setQuarters(abbrQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in TestSymbols()
294 …fr.setQuarters(standaloneWideQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WI… in TestSymbols()
301 …fr.setQuarters(standaloneShortQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::A… in TestSymbols()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h366 …void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType …
/external/icu4c/i18n/
Ddtfmtsym.cpp912 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType con… in setQuarters() function in DateFormatSymbols