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

/external/icu4c/test/intltest/
H A Dtsdtfmsy.cpp299 fr2.setQuarters(wideQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
302 errln("ERROR: setQuarters(FORMAT, WIDE) failed");
306 fr2.setQuarters(abbrQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
309 errln("ERROR: setQuarters(FORMAT, ABBREVIATED) failed");
313 fr.setQuarters(standaloneWideQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
316 errln("ERROR: setQuarters(STANDALONE, WIDE) failed");
320 fr.setQuarters(standaloneShortQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
323 errln("ERROR: setQuarters(STANDALONE, ABBREVIATED) failed");
/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h383 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);
/external/icu4c/i18n/
H A Ddtfmtsym.cpp953 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width) function in class:DateFormatSymbols

Completed in 251 milliseconds