Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c2325 int convLen; in doContent() local
2329 convLen = (int)(toPtr - (XML_Char *)tag->buf); in doContent()
2331 tag->name.strLen = convLen; in doContent()
2341 toPtr = (XML_Char *)temp + convLen; in doContent()