Home | History | Annotate | Download | only in unicode

Lines Matching refs:first

141      * Appends the normalized form of the second string to the first string
142 * (merging them at the boundary) and returns the first string.
143 * The result is normalized if the first string was normalized.
144 * The first and second strings must be different objects.
145 * @param first string, should be normalized
151 * @return first
155 normalizeSecondAndAppend(UnicodeString &first,
159 * Appends the second string to the first string
160 * (merging them at the boundary) and returns the first string.
162 * The first and second strings must be different objects.
163 * @param first string, should be normalized
169 * @return first
173 append(UnicodeString &first,
345 * Appends the normalized form of the second string to the first string
346 * (merging them at the boundary) and returns the first string.
347 * The result is normalized if the first string was normalized.
348 * The first and second strings must be different objects.
349 * @param first string, should be normalized
355 * @return first
359 normalizeSecondAndAppend(UnicodeString &first,
363 * Appends the second string to the first string
364 * (merging them at the boundary) and returns the first string.
366 * The first and second strings must be different objects.
367 * @param first string, should be normalized
373 * @return first
377 append(UnicodeString &first,
470 normalizeSecondAndAppend(UnicodeString &first,