• Home
  • Raw
  • Download

Lines Matching refs:valueLength

903         const UChar *value, int32_t valueLength, UErrorCode &errorCode)  in setSymbol()  argument
911 array[index].setTo(value, valueLength); in setSymbol()
918 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument
920 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
925 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument
927 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
932 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument
934 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
939 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument
941 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
946 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowMonth() argument
948 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
953 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneMonth() argument
955 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
960 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortMonth() argument
962 …->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode); in setStandaloneShortMonth()
967 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowMonth() argument
969 …fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode); in setStandaloneNarrowMonth()
974 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setWeekday() argument
976 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode); in setWeekday()
981 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortWeekday() argument
983 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
988 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShorterWeekday() argument
990 …setSymbol(syms->fShorterWeekdays, syms->fShorterWeekdaysCount, index, value, valueLength, errorCod… in setShorterWeekday()
995 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowWeekday() argument
997 …setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode); in setNarrowWeekday()
1002 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneWeekday() argument
1004 …l(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneWeekday()
1009 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortWeekday() argument
1011 …tandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneShortWeekday()
1016 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShorterWeekday() argument
1018 …aloneShorterWeekdays, syms->fStandaloneShorterWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneShorterWeekday()
1023 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowWeekday() argument
1025 …ndaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode); in setStandaloneNarrowWeekday()
1030 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setQuarter() argument
1032 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
1037 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortQuarter() argument
1039 … setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode); in setShortQuarter()
1044 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneQuarter() argument
1046 …l(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode); in setStandaloneQuarter()
1051 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortQuarter() argument
1053 …tandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode); in setStandaloneShortQuarter()
1058 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortYearNames() argument
1060 …setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode); in setShortYearNames()
1065 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortZodiacNames() argument
1067 …setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorC… in setShortZodiacNames()
1072 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setAmPm() argument
1074 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode); in setAmPm()
1079 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setLocalPatternChars() argument
1081 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode); in setLocalPatternChars()
1092 int32_t valueLength, in udat_setSymbols() argument
1102 DateFormatSymbolsSingleSetter::setEra(syms, index, value, valueLength, *status); in udat_setSymbols()
1106 DateFormatSymbolsSingleSetter::setEraName(syms, index, value, valueLength, *status); in udat_setSymbols()
1110 DateFormatSymbolsSingleSetter::setMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1114 DateFormatSymbolsSingleSetter::setShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1118 DateFormatSymbolsSingleSetter::setNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1122 DateFormatSymbolsSingleSetter::setStandaloneMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1126 … DateFormatSymbolsSingleSetter::setStandaloneShortMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1130 … DateFormatSymbolsSingleSetter::setStandaloneNarrowMonth(syms, index, value, valueLength, *status); in udat_setSymbols()
1134 DateFormatSymbolsSingleSetter::setWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1138 DateFormatSymbolsSingleSetter::setShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1142 DateFormatSymbolsSingleSetter::setShorterWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1146 DateFormatSymbolsSingleSetter::setNarrowWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1150 … DateFormatSymbolsSingleSetter::setStandaloneWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1154 …DateFormatSymbolsSingleSetter::setStandaloneShortWeekday(syms, index, value, valueLength, *status); in udat_setSymbols()
1158 …DateFormatSymbolsSingleSetter::setStandaloneShorterWeekday(syms, index, value, valueLength, *statu… in udat_setSymbols()
1162 …DateFormatSymbolsSingleSetter::setStandaloneNarrowWeekday(syms, index, value, valueLength, *status… in udat_setSymbols()
1166 DateFormatSymbolsSingleSetter::setQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1170 DateFormatSymbolsSingleSetter::setShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1174 … DateFormatSymbolsSingleSetter::setStandaloneQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1178 …DateFormatSymbolsSingleSetter::setStandaloneShortQuarter(syms, index, value, valueLength, *status); in udat_setSymbols()
1182 DateFormatSymbolsSingleSetter::setShortYearNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1186 … DateFormatSymbolsSingleSetter::setShortZodiacNames(syms, index, value, valueLength, *status); in udat_setSymbols()
1190 DateFormatSymbolsSingleSetter::setAmPm(syms, index, value, valueLength, *status); in udat_setSymbols()
1194 DateFormatSymbolsSingleSetter::setLocalPatternChars(syms, value, valueLength, *status); in udat_setSymbols()