Lines Matching defs:encoding
139 struct encoding { struct
140 SCANNER scanners[XML_N_STATES];
141 SCANNER literalScanners[XML_N_LITERAL_TYPES];
142 int (PTRCALL *sameName)(const ENCODING *,
145 int (PTRCALL *nameMatchesAscii)(const ENCODING *,
149 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
150 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
151 int (PTRCALL *getAtts)(const ENCODING *enc,
155 int (PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr);
156 int (PTRCALL *predefinedEntityName)(const ENCODING *,
159 void (PTRCALL *updatePosition)(const ENCODING *,
163 int (PTRCALL *isPublicId)(const ENCODING *enc,
177 int minBytesPerChar;
178 char isUtf8;
179 char isUtf16;