Home | History | Annotate | Download | only in unicode

Lines Matching refs:limit

44  * offset and a limit offset.  The range of characters thus specified
45 * includes the characters at offset start..limit-1. That is, the
46 * start offset is inclusive, and the limit offset is exclusive.
111 * Copies characters in the range [<tt>start</tt>, <tt>limit</tt>)
114 * @param limit offset immediately following the last character to
121 int32_t limit,
130 * limit is equal to the replacement text, that replace has no
137 * <= limit</code>.
138 * @param limit the ending index, exclusive; <code>start <= limit
141 * to <code>limit - 1</code>
145 int32_t limit,
153 // those taking start/limit are named <operationBetween>. The
163 * limit</code>.
164 * @param limit the ending index, exclusive; <code>start <= limit <=
167 * <code>start..limit-1</code> will be copied to <code>dest</code>.
169 * dest >= limit</code>.
172 virtual void copy(int32_t start, int32_t limit, int32_t dest) = 0;