Lines Matching defs:encoding
175 struct encoding { struct
176 SCANNER scanners[XML_N_STATES];
177 SCANNER literalScanners[XML_N_LITERAL_TYPES];
178 int(PTRCALL *nameMatchesAscii)(const ENCODING *, const char *, const char *,
180 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *);
181 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
182 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax,
184 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr);
185 int(PTRCALL *predefinedEntityName)(const ENCODING *, const char *,
187 void(PTRCALL *updatePosition)(const ENCODING *, const char *ptr,
189 int(PTRCALL *isPublicId)(const ENCODING *enc, const char *ptr,
200 int minBytesPerChar;
201 char isUtf8;
202 char isUtf16;