#include "unicode/utypes.h"
#include "unicode/uobject.h"
#include "unicode/std_string.h"
Go to the source code of this file.
Namespaces | |
namespace | icu |
Data Structures | |
class | icu::StringPiece |
A string-like object that points to a sized piece of memory. More... | |
Functions | |
U_EXPORT UBool | icu::operator== (const StringPiece &x, const StringPiece &y) |
Global operator == for StringPiece. | |
UBool | icu::operator!= (const StringPiece &x, const StringPiece &y) |
Global operator != for StringPiece. |
Definition in file stringpiece.h.