Home | History | Annotate | Download | only in unicode

Lines Matching full:over

22  * A concrete subclass of CharacterIterator that iterates over the
25 * iterator that iterates over an entire UChar array, but also to
26 * create one that iterates over only a subrange of a UChar array
27 * (iterators over different subranges of the same UChar array don't
36 * Create an iterator over the UChar array referred to by "textPtr".
40 * @param textPtr The UChar array to be iterated over
47 * Create an iterator over the UChar array referred to by "textPtr".
54 * @param textPtr The UChar array to be iteratd over
63 * Create an iterator over the UChar array referred to by "textPtr".
71 * @param textPtr The UChar array to be iterated over
84 * Copy constructor. The new iterator iterates over the same range
99 * Assignment operator. *this is altered to iterate over the sane
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
338 * Sets the iterator to iterate over a new range of text