Lines Matching refs:errorCode
736 // TODO: also needs an errorCode.
901 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
905 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
907 errorCode=U_ILLEGAL_ARGUMENT_ERROR;
916 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
918 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
923 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
925 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
930 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
932 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
937 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
939 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
944 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
946 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
951 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
953 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
958 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
960 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
965 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
967 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
972 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
974 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode);
979 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
981 setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode);
986 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
988 setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCode);
993 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
995 setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode);
1000 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1002 setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode);
1007 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1009 setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode);
1014 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1016 setSymbol(syms->fStandaloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode);
1021 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1023 setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode);
1028 errorCode)
1030 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode);
1035 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1037 setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode);
1042 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1044 setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode);
1049 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1051 setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode);
1056 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1058 setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode);
1063 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1065 setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorCode);
1070 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1072 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode);
1077 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
1079 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode);