Home | History | Annotate | Download | only in i18n

Lines Matching refs:DateFormatSymbolsSingleSetter

598  * This DateFormatSymbolsSingleSetter class is a friend of DateFormatSymbols
621 class DateFormatSymbolsSingleSetter /* not : public UObject because all methods are static */ {
796 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status);
800 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status);
804 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status);
808 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status);
812 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status);
816 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status);
820 DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status);
824 DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status);
828 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status);
832 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status);
836 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status);
840 DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status);
844 DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status);
848 DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status);
852 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status);
856 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status);
860 DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status);
864 DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status);
868 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status);
872 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status);