• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/expat-12/expat/lib/

Lines Matching refs:encoding

171    version of the name (in the document encoding) is shared with the
181 const char *rawName; /* tagName in the original encoding */
183 TAG_NAME name; /* tagName in the API encoding */
588 #define encoding (parser->m_encoding)
808 XmlInitEncoding(&initEncoding, &encoding, 0);
1459 XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
1505 XmlUpdatePosition(encoding, positionPtr, end, &position);
1595 XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
1742 XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
1793 XmlUpdatePosition(encoding, positionPtr, eventPtr, &position);
1803 XmlUpdatePosition(encoding, positionPtr, eventPtr, &position);
1843 reportDefault(parser, encoding, eventPtr, eventEndPtr);
1869 XML_L("unknown encoding"),
1870 XML_L("encoding specified in XML declaration is incorrect"),
2022 enum XML_Error result = doContent(parser, 0, encoding, start, end,
2051 int tok = XmlContentTok(encoding, start, end, &next);
2093 tok = XmlContentTok(encoding, start, end, &next);
2138 enum XML_Error result = doContent(parser, 1, encoding, start, end,
2161 if (enc == encoding) {
2673 if (enc == encoding)
3067 enum XML_Error result = doCdataSection(parser, encoding, &start, end,
3098 if (enc == encoding) {
3208 enum XML_Error result = doIgnoreSection(parser, encoding, &start, end,
3235 if (enc == encoding) {
3307 if ((ns ? XmlInitEncodingNS : XmlInitEncoding)(&initEncoding, &encoding, s))
3326 encoding,
3350 encoding,
3353 + XmlNameLength(encoding, encodingName));
3360 encoding,
3362 versionend - encoding->minBytesPerChar);
3369 reportDefault(parser, encoding, s, next);
3372 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) {
3376 encoding = newEncoding;
3382 &temp2Pool, encoding, encodingName,
3383 encodingName + XmlNameLength(encoding, encodingName));
3430 encoding = enc;
3491 tok = XmlPrologTok(encoding, start, end, &next);
3510 return storeEntityValue(parser, encoding, s, end);
3555 tok = XmlPrologTok(encoding, s, end, &next);
3579 tok = XmlPrologTok(encoding, s, end, &next);
3583 return doProlog(parser, encoding, s, end, tok, next,
3595 const ENCODING *enc = encoding;
3632 int tok = XmlPrologTok(encoding, s, end, &next);
3633 return doProlog(parser, encoding, s, end, tok, next,
3677 if (enc == encoding) {
3707 if (enc != encoding && !openInternalEntities->betweenDecl) {
3715 if (isParamEntity || enc != encoding) {
3737 enc = encoding;
3767 enc = encoding;
4623 int tok = XmlPrologTok(encoding, s, end, &next);
4629 reportDefault(parser, encoding, s, next);
4640 reportDefault(parser, encoding, s, next);
4643 if (!reportProcessingInstruction(parser, encoding, s, next))
4647 if (!reportComment(parser, encoding, s, next))
4784 tok = XmlPrologTok(encoding, s, end, &next);
4785 return doProlog(parser, encoding, s, end, tok, next, nextPtr,
4793 return doContent(parser, parentParser ? 1 : 0, encoding, s, end,
4836 if (enc == encoding)
4840 if (enc == encoding)
4849 if (enc == encoding)
4859 if (enc == encoding)
4936 if (enc == encoding)
4941 if (enc == encoding)
4946 if (enc == encoding)
4964 if (enc == encoding)
5000 if (isParamEntity || enc != encoding) {
5023 if (enc == encoding)
5093 if (enc == encoding)
5100 if (enc == encoding)
5115 if (enc == encoding)
5120 if (enc == encoding)
5125 if (enc == encoding)
5220 if (enc == encoding) {