|
BOSS 8.0.0
BESIII Offline Software System
|
Public Attributes | |
| struct normal_encoding | normal |
| int(* | convert )(void *userData, const char *p) |
| void * | userData |
| unsigned short | utf16 [256] |
| char | utf8 [256][4] |
| int(* unknown_encoding::convert) (void *userData, const char *p) |
Definition at line 1057 of file xmltok.c.
Referenced by XmlInitUnknownEncoding().
| struct normal_encoding unknown_encoding::normal |
Definition at line 1056 of file xmltok.c.
Referenced by XmlInitUnknownEncoding().
| void* unknown_encoding::userData |
Definition at line 1058 of file xmltok.c.
Referenced by XmlInitUnknownEncoding().
| unsigned short unknown_encoding::utf16[256] |
Definition at line 1059 of file xmltok.c.
Referenced by XmlInitUnknownEncoding().
| char unknown_encoding::utf8[256][4] |
Definition at line 1060 of file xmltok.c.
Referenced by XmlInitUnknownEncoding().