Lines Matching refs:errorCode
549 // TODO: also needs an errorCode.
690 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
694 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
696 errorCode=U_ILLEGAL_ARGUMENT_ERROR;
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);