Home | History | Annotate | Download | only in unicode

Lines Matching full:range

144      * in the iteration range
154 * in the iteration range
164 * at or after the current position in the iteration range.
168 * at or after the current position in the iteration range.
376 * iteration range, and returns that code unit.
378 * @return the first code unit in its iteration range.
385 * iteration range, returns that code unit, and moves the position
388 * @return the first code unit in its iteration range.
395 * iteration range, and returns that code unit,
399 * @return the first code point in its iteration range.
406 * iteration range, returns that code point, and moves the position
409 * @return the first code point in its iteration range.
416 * iteration range. This can be used to begin a forward
418 * @return the start position of the iteration range
425 * iteration range, and returns that code unit.
434 * iteration range, and returns that code unit.
442 * Sets the iterator to the end of its iteration range, just behind
445 * @return the end position of the iteration range
488 * Advances to the next code unit in the iteration range
497 * Advances to the next code point in the iteration range
509 * Advances to the previous code unit in the iteration range
518 * Advances to the previous code point in the iteration range
528 * before the current position in the iteration range.
532 * before the current position in the iteration range, return TRUE otherwise.
580 * iteration range, or relative to the current position itself.
593 * iteration range, or relative to the current position itself.
668 * Base class field for the start of the iteration range.
674 * Base class field for the end of the iteration range.