Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.h234 #define XmlNameLength(enc, ptr) \ macro
Dxmlparse.c2326 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2377 rawName + XmlNameLength(enc, rawName)); in doContent()
2422 len = XmlNameLength(enc, rawName); in doContent()
2666 + XmlNameLength(enc, atts[i].name)); in storeAtts()
3355 + XmlNameLength(encoding, encodingName)); in processXmlDecl()
3385 encodingName + XmlNameLength(encoding, encodingName)); in processXmlDecl()
5177 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()