Home | History | Annotate | Download | only in common

Lines Matching refs:appendTo

115      * Formats the given value, appending to the appendTo builder.
116 * The placeholder value must not be the same object as appendTo.
120 * @param appendTo Gets the formatted pattern and value appended.
123 * @return appendTo
127 UnicodeString &appendTo, UErrorCode &errorCode) const;
130 * Formats the given values, appending to the appendTo builder.
131 * A placeholder value must not be the same object as appendTo.
136 * @param appendTo Gets the formatted pattern and values appended.
139 * @return appendTo
144 UnicodeString &appendTo, UErrorCode &errorCode) const;
147 * Formats the given values, appending to the appendTo builder.
148 * A placeholder value must not be the same object as appendTo.
154 * @param appendTo Gets the formatted pattern and values appended.
157 * @return appendTo
163 UnicodeString &appendTo, UErrorCode &errorCode) const;
166 * Formats the given values, appending to the appendTo string.
169 * A placeholder value must not be the same object as appendTo.
173 * @param appendTo Gets the formatted pattern and values appended.
181 * @return appendTo
185 UnicodeString &appendTo,