Home | History | Annotate | Download | only in css

Lines Matching refs:endStr

417                     unsigned endStr = foundPos + selectorValue.length();
418 if (endStr == value.length() || isHTMLSpace<UChar>(value[endStr]))