52 #ifndef Patternist_CompressedWhitespace_H 53 #define Patternist_CompressedWhitespace_H 145 MaxCharCount = (1 << 6) - 1,
150 Lower8Bits = (1 << 8) - 1,
155 Lower6Bits = (1 << 6) - 1,
160 UpperTwoBits = 3 << 6
165 static inline quint8 toCompressedChar(
const QChar ch,
const int len);
172 static inline bool isEven(
const int number);
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
The QChar class provides a 16-bit Unicode character.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
A compression facility for whitespace nodes.
The QStringRef class provides a thin wrapper around QString substrings.
#define Q_AUTOTEST_EXPORT