Searched refs:foundPos (Results 1 – 1 of 1) sorted by relevance
413 size_t foundPos = value.find(selectorValue, startSearchAt, caseSensitive); in attributeValueMatches() local414 if (foundPos == kNotFound) in attributeValueMatches()416 if (!foundPos || isHTMLSpace<UChar>(value[foundPos - 1])) { in attributeValueMatches()417 unsigned endStr = foundPos + selectorValue.length(); in attributeValueMatches()423 startSearchAt = foundPos + 1; in attributeValueMatches()