Lines Matching defs:encoding
510 const XML_Char *encoding,
513 conv_string_to_unicode ,version, conv_string_to_unicode ,encoding,
737 /* Explicitly set UTF-8 encoding. Return code ignored. */
929 encoding: str = NULL
939 const char *encoding)
960 encoding);
1077 /* pyexpat international encoding support.
1133 newxmlparseobject(pyexpat_state *state, const char *encoding,
1155 self->itself = XML_ParserCreate_MM(encoding, &ExpatMemoryHandler,
1518 encoding: str(accept={str, NoneType}) = None
1526 pyexpat_ParserCreate_impl(PyObject *module, const char *encoding,
1556 result = newxmlparseobject(state, encoding, namespace_separator, intern);
1680 {"XML_ERROR_UNKNOWN_ENCODING", "unknown encoding"},
1681 {"XML_ERROR_INCORRECT_ENCODING", "encoding specified in XML declaration is incorrect"},