Searched refs:attrNameColon (Results 1 – 1 of 1) sorted by relevance
690 char const * attrNameColon = 0; in handleStartTag() local691 if (!scanName(&attrNameColon)) { in handleStartTag()727 if (attrNameColon == 0 && in handleStartTag()733 } else if (attrNameColon != 0 && in handleStartTag()734 Span(attrNameBegin, attrNameColon - attrNameBegin).equals( in handleStartTag()739 Span(attrNameColon + 1, attrNameEnd - (attrNameColon + 1)), in handleStartTag()744 attrNameBegin, attrNameEnd, attrNameColon, valueBegin, in handleStartTag()
Completed in 13 milliseconds