Lines Matching defs:encoding
167 struct encoding { struct
168 SCANNER scanners[XML_N_STATES];
169 SCANNER literalScanners[XML_N_LITERAL_TYPES];
170 int (PTRCALL *nameMatchesAscii)(const ENCODING *,
174 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
175 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
176 int (PTRCALL *getAtts)(const ENCODING *enc,
180 int (PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr);
181 int (PTRCALL *predefinedEntityName)(const ENCODING *,
184 void (PTRCALL *updatePosition)(const ENCODING *,
188 int (PTRCALL *isPublicId)(const ENCODING *enc,
202 int minBytesPerChar;
203 char isUtf8;
204 char isUtf16;