Home | History | Annotate | Download | only in unicode

Lines Matching full:range

37    * The iteration range is 0 to <code>length-1</code>.
48 * The iteration range is 0 to <code>length-1</code>.
53 * iteration range, the behavior of this object is undefined.
64 * The iteration range is 0 to <code>end-1</code>.
69 * form a valid iteration range or "position" is outside the valid
70 * iteration range, the behavior of this object is undefined.
73 * @param textBegin The begin position of the iteration range
74 * @param textEnd The end position of the iteration range
84 * Copy constructor. The new iterator iterates over the same range
100 * range of the same string as "that", and refers to the same
110 * Returns true if the iterators iterate over the same range of the
113 * @return true if the iterators iterate over the same range of the
128 * character in the same range of the same string as this one. The
137 * iteration range, and returns that code unit.
139 * @return the first code unit in its iteration range.
146 * iteration range, returns that code unit, and moves the position
149 * @return the first code unit in its iteration range
156 * iteration range, and returns that code unit,
160 * @return the first code point in its iteration range
167 * iteration range, returns that code point, and moves the position
170 * @return the first code point in its iteration range.
177 * iteration range, and returns that code unit.
179 * @return the last code unit in its iteration range.
186 * iteration range, and returns that code unit.
188 * @return the last code point in its iteration range.
231 * Advances to the next code unit in the iteration range (toward
234 * @return the next code unit in the iteration range.
241 * in the iteration range
250 * Advances to the next code point in the iteration range (toward
256 * @return the next code point in the iteration range.
263 * in the iteration range
273 * at or after the current position in the iteration range.
277 * at or after the current position in the iteration range.
283 * Advances to the previous code unit in the iteration range (toward
286 * @return the previous code unit in the iteration range.
292 * Advances to the previous code point in the iteration range (toward
295 * @return the previous code point in the iteration range.
302 * before the current position in the iteration range.
306 * before the current position in the iteration range.
313 * iteration range, or relative to the current position itself.
326 * iteration range, or relative to the current position itself.
338 * Sets the iterator to iterate over a new range of text