Lines Matching refs:valueLength

901         const UChar *value, int32_t valueLength, UErrorCode &errorCode)  in setSymbol()  argument
909 array[index].setTo(value, valueLength); in setSymbol()
916 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument
918 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
923 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument
925 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
930 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument
932 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
937 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument
939 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
944 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowMonth() argument
946 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
951 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneMonth() argument
953 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
958 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortMonth() argument
960 …->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode); in setStandaloneShortMonth()
965 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowMonth() argument
967 …fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode); in setStandaloneNarrowMonth()
972 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setWeekday() argument
974 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode); in setWeekday()
979 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortWeekday() argument
981 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
986 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShorterWeekday() argument
988 …setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCod… in setShorterWeekday()
993 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowWeekday() argument
995 …setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode); in setNarrowWeekday()
1000 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneWeekday() argument
1002 …l(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneWeekday()
1007 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortWeekday() argument
1009 …tandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneShortWeekday()
1014 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShorterWeekday() argument
1016 …aloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneShorterWeekday()
1021 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowWeekday() argument
1023 …ndaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneNarrowWeekday()
1028 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setQuarter() argument
1030 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
1035 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortQuarter() argument
1037 … setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode); in setShortQuarter()
1042 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneQuarter() argument
1044 …l(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode); in setStandaloneQuarter()
1049 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortQuarter() argument
1051 …tandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode); in setStandaloneShortQuarter()
1056 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortYearNames() argument
1058 …setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode); in setShortYearNames()
1063 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortZodiacNames() argument
1065 …setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorC… in setShortZodiacNames()
1070 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setAmPm() argument
1072 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode); in setAmPm()
1077 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setLocalPatternChars() argument
1079 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode); in setLocalPatternChars()
1090 int32_t valueLength, in udat_setSymbols() argument
1100 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status); in udat_setSymbols()
1104 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status); in udat_setSymbols()
1108 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1112 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1116 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1120 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1124 … DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1128 … DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1132 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1136 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1140 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1144 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1148 … DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1152 …DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1156 …DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *statu… in udat_setSymbols()
1160 …DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status… in udat_setSymbols()
1164 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1168 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1172 … DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1176 …DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1180 DateFormatSymbolsSingleSetter::setShortYearNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1184 … DateFormatSymbolsSingleSetter::setShortZodiacNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1188 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status); in udat_setSymbols()
1192 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status); in udat_setSymbols()