Home
last modified time | relevance | path

Searched refs:XmlNameLength (Results 1 – 6 of 6) sorted by relevance

/external/expat/lib/
Dxmltok.h263 #define XmlNameLength(enc, ptr) \ macro
Dxmlparse.c2856 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2907 rawName + XmlNameLength(enc, rawName)); in doContent()
2950 len = XmlNameLength(enc, rawName); in doContent()
3242 + XmlNameLength(enc, currAtt->name)); in storeAtts()
3248 XmlNameLength(enc, currAtt->name); in storeAtts()
3999 + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4036 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
5929 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()
/external/python/cpython2/Modules/expat/
Dxmltok.h263 #define XmlNameLength(enc, ptr) \ macro
Dxmlparse.c2856 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2907 rawName + XmlNameLength(enc, rawName)); in doContent()
2950 len = XmlNameLength(enc, rawName); in doContent()
3242 + XmlNameLength(enc, currAtt->name)); in storeAtts()
3248 XmlNameLength(enc, currAtt->name); in storeAtts()
3999 + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4036 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
5929 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()
/external/python/cpython3/Modules/expat/
Dxmltok.h263 #define XmlNameLength(enc, ptr) \ macro
Dxmlparse.c2856 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2907 rawName + XmlNameLength(enc, rawName)); in doContent()
2950 len = XmlNameLength(enc, rawName); in doContent()
3242 + XmlNameLength(enc, currAtt->name)); in storeAtts()
3248 XmlNameLength(enc, currAtt->name); in storeAtts()
3999 + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4036 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
5929 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()