Searched refs:attrNameColon (Results 1 – 1 of 1) sorted by relevance
691 char const * attrNameColon = 0; in handleStartTag() local692 if (!scanName(&attrNameColon)) { in handleStartTag()728 if (attrNameColon == 0 && in handleStartTag()734 } else if (attrNameColon != 0 && in handleStartTag()735 Span(attrNameBegin, attrNameColon - attrNameBegin).equals( in handleStartTag()740 Span(attrNameColon + 1, attrNameEnd - (attrNameColon + 1)), in handleStartTag()745 attrNameBegin, attrNameEnd, attrNameColon, valueBegin, in handleStartTag()
Completed in 15 milliseconds