Home | History | Annotate | Download | only in unicode

Lines Matching full:over

32  * A concrete subclass of CharacterIterator that iterates over the
35 * iterator that iterates over an entire UnicodeString, but also to
36 * create one that iterates over only a subrange of a UnicodeString
37 * (iterators over different subranges of the same UnicodeString don't
46 * Create an iterator over the UnicodeString referred to by "textStr".
55 * Create an iterator over the UnicodeString referred to by "textStr".
67 * Create an iterator over the UnicodeString referred to by "textStr".
88 * Copy constructor. The new iterator iterates over the same range
104 * Assignment operator. *this is altered to iterate over the same
115 * Returns true if the iterators iterate over the same range of the
118 * @return true if the iterators iterate over the same range of the
134 * Sets the iterator to iterate over the provided string.
135 * @param newText The string to be iterated over
165 * Default constructor, iteration over empty string.
171 * Sets the iterator to iterate over the provided string.
172 * @param newText The string to be iterated over