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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtsdtfmsy.cpp335 fr2.setQuarters(wideQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
338 errln("ERROR: setQuarters(FORMAT, WIDE) failed");
342 fr2.setQuarters(abbrQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED);
345 errln("ERROR: setQuarters(FORMAT, ABBREVIATED) failed");
349 fr.setQuarters(standaloneWideQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
352 errln("ERROR: setQuarters(STANDALONE, WIDE) failed");
356 fr.setQuarters(standaloneShortQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
359 errln("ERROR: setQuarters(STANDALONE, ABBREVIATED) failed");
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ddtfmtsym.h393 void setQuarters(const UnicodeString* quarters, int32_t count, DtContextType context, DtWidthType width);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddtfmtsym.cpp998 DateFormatSymbols::setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width) function in class:DateFormatSymbols

Completed in 114 milliseconds