Searched refs:XmlNameLength (Results 1 – 4 of 4) sorted by relevance
/external/expat/lib/ |
D | xmltok.h | 240 #define XmlNameLength(enc, ptr) \ macro
|
D | xmlparse.c | 2459 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/ |
D | xmltok.h | 234 #define XmlNameLength(enc, ptr) \ macro
|
D | xmlparse.c | 2423 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()
|