GME  13
Variables
XMLUTF8Transcoder.cpp File Reference

Go to the source code of this file.

Variables

static
XERCES_CPP_NAMESPACE_BEGIN
const XMLByte 
gUTFBytes [256]
static const XMLByte gUTFByteIndicator [6]
static const XMLByte gUTFByteIndicatorTest [6]
static const XMLUInt32 gUTFOffsets [6]
static const XMLByte gFirstByteMark [7]

Variable Documentation

const XMLByte gFirstByteMark[7] [static]
Initial value:
{
    0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC
}

Definition at line 90 of file XMLUTF8Transcoder.cpp.

const XMLByte gUTFByteIndicator[6] [static]
Initial value:
{
    0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC
}

Definition at line 76 of file XMLUTF8Transcoder.cpp.

const XMLByte gUTFByteIndicatorTest[6] [static]
Initial value:
{
    0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE
}

Definition at line 80 of file XMLUTF8Transcoder.cpp.

XERCES_CPP_NAMESPACE_BEGIN const XMLByte gUTFBytes[256] [static]
Initial value:
{
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    ,   0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
    ,   1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
    ,   2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
    ,   3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5
}
Id:
XMLUTF8Transcoder.cpp 932887 2010-04-11 13:04:59Z borisk

Definition at line 56 of file XMLUTF8Transcoder.cpp.

const XMLUInt32 gUTFOffsets[6] [static]
Initial value:
{
    0, 0x3080, 0xE2080, 0x3C82080, 0xFA082080, 0x82082080
}

Definition at line 85 of file XMLUTF8Transcoder.cpp.