Home | History | Annotate | Download | only in unicode

Lines Matching refs:start

93      * Function pointer that replaces text between start and limit in
98 * @param start the starting index of the text to be replaced,
103 * start..limit-1.
109 int32_t start,
116 * [<tt>start</tt>, <tt>limit</tt>) into the array <tt>dst</tt>.
119 * @param start offset of first character which will be copied
124 * <tt>dst</tt> must be at least <tt>(limit - start)</tt>.
128 int32_t start,
133 * Function pointer that copies text between start and limit in
137 * start..limit-1.
140 * @param start the starting index of the text to be copied,
149 int32_t start,