Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:encoding

289 %  to UTF-8, substituting predefined entities, wrapping as CDATA, or encoding
1319 encoding;
1333 encoding=(*content == '\xFE') ? 1 : (*content == '\xFF') ? 0 : -1;
1334 if (encoding == -1)
1347 c=(encoding != 0) ? ((content[i] & 0xff) << 8) | (content[i+1] & 0xff) :
1351 byte=(encoding != 0) ? ((content[i] & 0xff) << 8) |