ICU 4.8.1.1
4.8.1.1
|
C++ API: StringPiece: Read-only byte string wrapper class. More...
Go to the source code of this file.
Data Structures | |
class | StringPiece |
A string-like object that points to a sized piece of memory. More... | |
Functions | |
U_EXPORT UBool | operator== (const StringPiece &x, const StringPiece &y) |
Global operator == for StringPiece. | |
UBool | operator!= (const StringPiece &x, const StringPiece &y) |
Global operator != for StringPiece. |
C++ API: StringPiece: Read-only byte string wrapper class.
Definition in file stringpiece.h.
UBool operator!= | ( | const StringPiece & | x, |
const StringPiece & | y | ||
) | [inline] |
Global operator != for StringPiece.
x | The first StringPiece to compare. |
y | The second StringPiece to compare. |
Definition at line 218 of file stringpiece.h.
U_EXPORT UBool operator== | ( | const StringPiece & | x, |
const StringPiece & | y | ||
) |
Global operator == for StringPiece.
x | The first StringPiece to compare. |
y | The second StringPiece to compare. |
Referenced by FieldPositionIterator::operator!=(), Format::operator!=(), BreakIterator::operator!=(), RegexPattern::operator!=(), DateFormatSymbols::operator!=(), Formattable::operator!=(), DecimalFormatSymbols::operator!=(), PluralRules::operator!=(), TimeZone::operator!=(), Calendar::operator!=(), MessagePattern::operator!=(), and MessagePattern::Part::operator!=().