Lines Matching defs:encoding
172 struct encoding { struct
173 SCANNER scanners[XML_N_STATES];
174 SCANNER literalScanners[XML_N_LITERAL_TYPES];
175 int(PTRCALL *nameMatchesAscii)(const ENCODING *, const char *, const char *,
177 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *);
178 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax,
181 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr);
182 int(PTRCALL *predefinedEntityName)(const ENCODING *, const char *,
184 void(PTRCALL *updatePosition)(const ENCODING *, const char *ptr,
186 int(PTRCALL *isPublicId)(const ENCODING *enc, const char *ptr,
197 int minBytesPerChar;
198 char isUtf8;
199 char isUtf16;