Home | History | Annotate | Download | only in i18n

Lines Matching refs:setSymbol

673         setSymbol(UnicodeString *array, int32_t count, int32_t index,
691 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
698 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
705 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
712 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
719 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
726 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
733 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
740 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
747 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode);
754 setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode);
761 setSymbol(syms->fNarrowWeekdays, syms->fNarrowWeekdaysCount, index, value, valueLength, errorCode);
768 setSymbol(syms->fStandaloneWeekdays, syms->fStandaloneWeekdaysCount, index, value, valueLength, errorCode);
775 setSymbol(syms->fStandaloneShortWeekdays, syms->fStandaloneShortWeekdaysCount, index, value, valueLength, errorCode);
782 setSymbol(syms->fStandaloneNarrowWeekdays, syms->fStandaloneNarrowWeekdaysCount, index, value, valueLength, errorCode);
789 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode);
796 setSymbol(syms->fShortQuarters, syms->fShortQuartersCount, index, value, valueLength, errorCode);
803 setSymbol(syms->fStandaloneQuarters, syms->fStandaloneQuartersCount, index, value, valueLength, errorCode);
810 setSymbol(syms->fStandaloneShortQuarters, syms->fStandaloneShortQuartersCount, index, value, valueLength, errorCode);
817 setSymbol(syms->fAmPms, syms->fAmPmsCount, index, value, valueLength, errorCode);
824 setSymbol(&syms->fLocalPatternChars, 1, 0, value, valueLength, errorCode);