Searched refs:attribStart (Results 1 – 1 of 1) sorted by relevance
589 int attribStart = token.indexOf(attrib); in getAttributeValue() local590 int valStart = token.indexOf('=', attribStart) + 1/* skip past the separtor */; in getAttributeValue()