Searched refs:endStr (Results 1 – 3 of 3) sorted by relevance
193 ($startStr, $endStr ) = split /\.\./, $code;195 $end = atoi($endStr);
417 unsigned endStr = foundPos + selectorValue.length(); in attributeValueMatches() local418 if (endStr == value.length() || isHTMLSpace<UChar>(value[endStr])) in attributeValueMatches()