Lines Matching refs:this
4 // you may not use this file except in compliance with the License.
63 // can be used as a test for this property.
134 // unless this == &src, e.g., "x = x;", which is a no-op.
159 // convertible to char32. Typical uses of this method might include:
167 return *this;
201 const_iterator result(*this);
202 ++*this;
208 const_iterator result(*this);
209 --*this;
276 // Returns whether this contains the character U+FFFD. This can
312 // If the buffer is not valid, this has the same effect as
316 // Was this UnicodeText created from valid UTF-8?
322 // that p is a pointer within this object's UTF-8 data, and that it
426 // UnicodeText object does NOT take ownership of the string; in this