Lines Matching refs:this
58 * After next32PostInc(), this will be true again.
132 * Generates a hash code for this iterator.
139 * Returns a UClassID for this ForwardCharacterIterator ("poor man's
140 * RTTI").<P> Despite the fact that this function is public,
142 * @return a UClassID for this ForwardCharacterIterator
189 ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; }
286 * Function processing characters, in this example simple output
318 * Calls to notBoundary() in this example represents some additional stopping criteria.
377 * concrete class as this one, and referring to the same
378 * character in the same text-storage object as this one. The
552 * part of a text-storage object, this number isn't
635 * Constructor, just setting the length field in this base class.
641 * Constructor, just setting the length and position fields in this base class.
647 * Constructor, just setting the length, start, end, and position fields in this base class.
661 * Assignment operator. Sets this CharacterIterator to have the same behavior,
671 * Necessary this for correct getText() and hashCode().