Home | History | Annotate | Download | only in unicode

Lines Matching full:same

37  * (iterators over different subranges of the same UnicodeString don't
88 * Copy constructor. The new iterator iterates over the same range
89 * of the same string as "that", and its initial position is the
90 * same as "that"'s current position.
104 * Assignment operator. *this is altered to iterate over the same
105 * range of the same string as "that", and refers to the same
115 * Returns true if the iterators iterate over the same range of the
116 * same string and are pointing at the same character.
118 * @return true if the iterators iterate over the same range of the
119 * same string and are pointing at the same character.
125 * Returns a new StringCharacterIterator referring to the same
126 * character in the same range of the same string as this one. The