Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.h240 #define XmlNameLength(enc, ptr) \ macro
Dxmlparse.c2459 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2510 rawName + XmlNameLength(enc, rawName)); in doContent()
2555 len = XmlNameLength(enc, rawName); in doContent()
2812 + XmlNameLength(enc, currAtt->name)); in storeAtts()
2818 XmlNameLength(enc, currAtt->name); in storeAtts()
3511 + XmlNameLength(encoding, encodingName)); in processXmlDecl()
3541 encodingName + XmlNameLength(encoding, encodingName)); in processXmlDecl()
5341 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()
/external/python/cpython2/Modules/expat/
Dxmltok.h234 #define XmlNameLength(enc, ptr) \ macro
Dxmlparse.c2423 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2474 rawName + XmlNameLength(enc, rawName)); in doContent()
2519 len = XmlNameLength(enc, rawName); in doContent()
2776 + XmlNameLength(enc, currAtt->name)); in storeAtts()
2782 XmlNameLength(enc, currAtt->name); in storeAtts()
3475 + XmlNameLength(encoding, encodingName)); in processXmlDecl()
3505 encodingName + XmlNameLength(encoding, encodingName)); in processXmlDecl()
5305 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()