#include <UTF8Stream.h>
◆ ~UTF8Base()
virtual Lucene::UTF8Base::~UTF8Base |
( |
| ) |
|
|
virtual |
◆ _getClassName()
static String Lucene::UTF8Base::_getClassName |
( |
| ) |
|
|
inlinestatic |
◆ getClassName()
virtual String Lucene::UTF8Base::getClassName |
( |
| ) |
|
|
inlinevirtual |
◆ isLeadSurrogate()
bool Lucene::UTF8Base::isLeadSurrogate |
( |
uint32_t |
cp | ) |
|
|
protected |
◆ isOverlongSequence()
bool Lucene::UTF8Base::isOverlongSequence |
( |
uint32_t |
cp, |
|
|
int32_t |
length |
|
) |
| |
|
protected |
◆ isSurrogate()
bool Lucene::UTF8Base::isSurrogate |
( |
uint32_t |
cp | ) |
|
|
protected |
◆ isTrail()
bool Lucene::UTF8Base::isTrail |
( |
uint32_t |
b | ) |
|
|
protected |
◆ isTrailSurrogate()
bool Lucene::UTF8Base::isTrailSurrogate |
( |
uint32_t |
cp | ) |
|
|
protected |
◆ isValidCodePoint()
bool Lucene::UTF8Base::isValidCodePoint |
( |
uint32_t |
cp | ) |
|
|
protected |
◆ mask16()
uint16_t Lucene::UTF8Base::mask16 |
( |
uint32_t |
c | ) |
|
|
protected |
◆ mask8()
uint8_t Lucene::UTF8Base::mask8 |
( |
uint32_t |
b | ) |
|
|
protected |
◆ readNext()
virtual uint32_t Lucene::UTF8Base::readNext |
( |
| ) |
|
|
protectedpure virtual |
◆ shared_from_this()
boost::shared_ptr< UTF8Base > Lucene::UTF8Base::shared_from_this |
( |
| ) |
|
|
inline |
◆ CODE_POINT_MAX
const uint32_t Lucene::UTF8Base::CODE_POINT_MAX |
|
static |
◆ LEAD_OFFSET
const uint16_t Lucene::UTF8Base::LEAD_OFFSET |
|
static |
◆ LEAD_SURROGATE_MAX
const uint16_t Lucene::UTF8Base::LEAD_SURROGATE_MAX |
|
static |
◆ LEAD_SURROGATE_MIN
const uint16_t Lucene::UTF8Base::LEAD_SURROGATE_MIN |
|
static |
◆ SURROGATE_OFFSET
const uint32_t Lucene::UTF8Base::SURROGATE_OFFSET |
|
static |
◆ TRAIL_SURROGATE_MAX
const uint16_t Lucene::UTF8Base::TRAIL_SURROGATE_MAX |
|
static |
◆ TRAIL_SURROGATE_MIN
const uint16_t Lucene::UTF8Base::TRAIL_SURROGATE_MIN |
|
static |
◆ UNICODE_REPLACEMENT_CHAR
const wchar_t Lucene::UTF8Base::UNICODE_REPLACEMENT_CHAR |
|
static |
◆ UNICODE_TERMINATOR
const wchar_t Lucene::UTF8Base::UNICODE_TERMINATOR |
|
static |
The documentation for this class was generated from the following file: