Lines Matching defs:valueLength

690         const UChar *value, int32_t valueLength, UErrorCode &errorCode)
698 array[index].setTo(value, valueLength);
705 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
707 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
712 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
714 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
719 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
721 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
726 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
728 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
733 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
735 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
740 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
742 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
747 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
749 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
754 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
756 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
761 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
763 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode);
768 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
770 setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode);
775 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
777 setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCode);
782 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
784 setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode);
789 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
791 setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode);
796 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
798 setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode);
803 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
805 setSymbol(syms->fStandaloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode);
810 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
812 setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode);
817 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
819 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode);
824 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
826 setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode);
831 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
833 setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode);
838 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
840 setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode);
845 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
847 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode);
852 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
854 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode);
865 int32_t valueLength,
875 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status);
879 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status);
883 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status);
887 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status);
891 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status);
895 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status);
899 DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status);
903 DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status);
907 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status);
911 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status);
915 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status);
919 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status);
923 DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status);
927 DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status);
931 DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *status);
935 DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status);
939 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status);
943 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status);
947 DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status);
951 DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status);
955 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status);
959 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status);