Lines Matching refs:errorCode
738 // TODO: also needs an errorCode.
903 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
907 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
909 errorCode=U_ILLEGAL_ARGUMENT_ERROR;
918 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
920 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
925 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
927 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
932 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
934 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
939 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
941 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
946 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
948 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
953 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
955 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
960 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
962 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
967 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
969 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
974 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
976 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode);
981 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
983 setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode);
988 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
990 setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCode);
995 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
997 setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode);
1002 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1004 setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode);
1009 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1011 setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode);
1016 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1018 setSymbol(syms->fStandaloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode);
1023 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1025 errorCode);
1030 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1032 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode);
1037 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1039 setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode);
1044 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1046 setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode);
1051 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1053 setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode);
1058 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1060 setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode);
1065 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1067 setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorCode);
1072 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1074 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode);
1079 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1081 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode);