Lines Matching refs:valueLength
907 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() argument
915 array[index].setTo(value, valueLength); in setSymbol()
922 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument
924 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
929 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument
931 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
936 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument
938 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
943 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument
945 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
950 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowMonth() argument
952 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
957 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneMonth() argument
959 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
964 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortMonth() argument
966 …->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode); in setStandaloneShortMonth()
971 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowMonth() argument
973 …fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode); in setStandaloneNarrowMonth()
978 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setWeekday() argument
980 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode); in setWeekday()
985 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortWeekday() argument
987 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
992 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShorterWeekday() argument
994 …setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCod… in setShorterWeekday()
999 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowWeekday() argument
1001 …setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode); in setNarrowWeekday()
1006 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneWeekday() argument
1008 …l(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneWeekday()
1013 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortWeekday() argument
1015 …tandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneShortWeekday()
1020 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShorterWeekday() argument
1022 …aloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneShorterWeekday()
1027 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowWeekday() argument
1029 …ndaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneNarrowWeekday()
1034 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setQuarter() argument
1036 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
1041 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortQuarter() argument
1043 … setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode); in setShortQuarter()
1048 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneQuarter() argument
1050 …l(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode); in setStandaloneQuarter()
1055 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortQuarter() argument
1057 …tandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode); in setStandaloneShortQuarter()
1062 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortYearNames() argument
1064 …setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode); in setShortYearNames()
1069 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortZodiacNames() argument
1071 …setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorC… in setShortZodiacNames()
1076 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setAmPm() argument
1078 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode); in setAmPm()
1083 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setLocalPatternChars() argument
1085 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode); in setLocalPatternChars()
1096 int32_t valueLength, in udat_setSymbols() argument
1106 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status); in udat_setSymbols()
1110 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status); in udat_setSymbols()
1114 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1118 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1122 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1126 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1130 … DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1134 … DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1138 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1142 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1146 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1150 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1154 … DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1158 …DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1162 …DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *statu… in udat_setSymbols()
1166 …DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status… in udat_setSymbols()
1170 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1174 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1178 … DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1182 …DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1186 DateFormatSymbolsSingleSetter::setShortYearNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1190 … DateFormatSymbolsSingleSetter::setShortZodiacNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1194 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status); in udat_setSymbols()
1198 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status); in udat_setSymbols()