Home | History | Annotate | Download | only in i18n

Lines Matching refs:valueLength

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