Home | History | Annotate | Download | only in i18n

Lines Matching full:valuelength

622         const UChar *value, int32_t valueLength, UErrorCode &errorCode)
630 array[index].setTo(value, valueLength);
637 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
639 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
644 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
646 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
651 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
653 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
658 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
660 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
665 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
667 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
672 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
674 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
679 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
681 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
686 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
688 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
693 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
695 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode);
700 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
702 setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode);
707 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
709 setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode);
714 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
716 setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode);
721 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
723 setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode);
728 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
730 setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode);
735 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
737 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode);
742 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
744 setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode);
749 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
751 setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode);
756 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
758 setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode);
763 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
765 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode);
770 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
772 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode);
783 int32_t valueLength,
793 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status);
797 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status);
801 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status);
805 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status);
809 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status);
813 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status);
817 DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status);
821 DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status);
825 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status);
829 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status);
833 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status);
837 DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status);
841 DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status);
845 DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status);
849 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status);
853 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status);
857 DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status);
861 DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status);
865 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status);
869 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status);