Lines Matching refs:valueLength
912 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() argument
920 array[index].setTo(value, valueLength); in setSymbol()
927 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument
929 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
934 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument
936 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
941 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument
943 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
948 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument
950 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
955 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowMonth() argument
957 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
962 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneMonth() argument
964 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
969 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortMonth() argument
971 …->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode); in setStandaloneShortMonth()
976 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowMonth() argument
978 …fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode); in setStandaloneNarrowMonth()
983 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setWeekday() argument
985 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode); in setWeekday()
990 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortWeekday() argument
992 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
997 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShorterWeekday() argument
999 …setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCod… in setShorterWeekday()
1004 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowWeekday() argument
1006 …setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode); in setNarrowWeekday()
1011 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneWeekday() argument
1013 …l(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneWeekday()
1018 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortWeekday() argument
1020 …tandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneShortWeekday()
1025 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShorterWeekday() argument
1027 …aloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneShorterWeekday()
1032 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowWeekday() argument
1034 …ndaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneNarrowWeekday()
1039 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setQuarter() argument
1041 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
1046 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortQuarter() argument
1048 … setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode); in setShortQuarter()
1053 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneQuarter() argument
1055 …l(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode); in setStandaloneQuarter()
1060 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortQuarter() argument
1062 …tandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode); in setStandaloneShortQuarter()
1067 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortYearNames() argument
1069 …setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode); in setShortYearNames()
1074 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortZodiacNames() argument
1076 …setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorC… in setShortZodiacNames()
1081 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setAmPm() argument
1083 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode); in setAmPm()
1088 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setLocalPatternChars() argument
1090 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode); in setLocalPatternChars()
1101 int32_t valueLength, in udat_setSymbols() argument
1111 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status); in udat_setSymbols()
1115 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status); in udat_setSymbols()
1119 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1123 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1127 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1131 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1135 … DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1139 … DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1143 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1147 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1151 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1155 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1159 … DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1163 …DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1167 …DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *statu… in udat_setSymbols()
1171 …DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status… in udat_setSymbols()
1175 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1179 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1183 … DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1187 …DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1191 DateFormatSymbolsSingleSetter::setShortYearNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1195 … DateFormatSymbolsSingleSetter::setShortZodiacNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1199 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status); in udat_setSymbols()
1203 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status); in udat_setSymbols()