Lines Matching full:param
57 * @param rep A pointer to "this" UReplaceable object.
69 * @param rep A pointer to "this" UReplaceable object.
70 * @param offset The index at which to fetch the UChar (code unit).
82 * @param rep A pointer to "this" UReplaceable object.
83 * @param offset The index at which to fetch the UChar32 (code point).
95 * @param rep A pointer to "this" UReplaceable object.
96 * @param start the starting index of the text to be replaced,
98 * @param limit the ending index of the text to be replaced,
100 * @param text the new text to replace the UChars from
102 * @param textLength the number of UChars at text, or -1 if text
116 * @param rep A pointer to "this" UReplaceable object.
117 * @param start offset of first character which will be copied
119 * @param limit offset immediately following the last character to
121 * @param dst array in which to copy characters. The length of
137 * @param rep A pointer to "this" UReplaceable object.
138 * @param start the starting index of the text to be copied,
140 * @param limit the ending index of the text to be copied,
142 * @param dest the index at which the copy of the UChars should be