Home | History | Annotate | Download | only in lib

Lines Matching refs:ENCODING

253    version of the name (in the document encoding) is shared with the
263 const char *rawName; /* tagName in the original encoding */
265 TAG_NAME name; /* tagName in the API encoding */
412 doProlog(XML_Parser parser, const ENCODING *enc, const char *s,
419 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc,
423 doCdataSection(XML_Parser parser, const ENCODING *, const char **startPtr,
427 doIgnoreSection(XML_Parser parser, const ENCODING *, const char **startPtr,
434 storeAtts(XML_Parser parser, const ENCODING *, const char *s,
443 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
446 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
449 getAttributeId(XML_Parser parser, const ENCODING *enc, const char *start,
454 storeEntityValue(XML_Parser parser, const ENCODING *enc, const char *start,
457 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
460 reportComment(XML_Parser parser, const ENCODING *enc, const char *start,
463 reportDefault(XML_Parser parser, const ENCODING *enc, const char *start,
498 poolAppend(STRING_POOL *pool, const ENCODING *enc,
501 poolStoreString(STRING_POOL *pool, const ENCODING *enc,
514 getElementType(XML_Parser parser, const ENCODING *enc,
584 const ENCODING *m_encoding;
586 const ENCODING *m_internalEncoding;
1172 /* Get rid of any previous encoding name */
1176 /* No new encoding name */
1179 /* Copy the new encoding name into allocated memory */
2349 return XML_L("unknown encoding");
2351 return XML_L("encoding specified in XML declaration is incorrect");
2659 const ENCODING *enc,
3151 storeAtts(XML_Parser parser, const ENCODING *enc,
3682 const ENCODING *enc,
3826 const ENCODING *enc,
3845 * is not 'encoding' are when this function is called
3941 const ENCODING *newEncoding = NULL;
3995 /* Check that the specified encoding does not conflict with what
4044 ENCODING *enc;
4232 const ENCODING *enc = parser->m_encoding;
4276 const ENCODING *enc,
5494 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
5510 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
5634 * sets the local encoding ("enc") to the parser's
5635 * internal encoding (internal_utf8 or internal_utf16),
5636 * which can never be the same as the principle encoding.
5695 const ENCODING *enc,
5894 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
5923 reportComment(XML_Parser parser, const ENCODING *enc,
5945 reportDefault(XML_Parser parser, const ENCODING *enc,
5958 * using a character encoding that is not the same as the
5959 * encoding passed in, and the encoding passed in must need
5961 * is defined). The only occasions on which the encoding passed
5962 * in is not the same as the parser's encoding are when it is
5963 * the internal encoding (e.g. a previously defined parameter
6067 getAttributeId(XML_Parser parser, const ENCODING *enc,
6830 poolAppend(STRING_POOL *pool, const ENCODING *enc,
6895 poolStoreString(STRING_POOL *pool, const ENCODING *enc,
7151 const ENCODING *enc,