Home
last modified time | relevance | path

Searched refs:endStr (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/gensprep/
DfilterRFC3454.pl193 ($startStr, $endStr ) = split /\.\./, $code;
195 $end = atoi($endStr);
/external/icu/icu4c/source/tools/gensprep/
DfilterRFC3454.pl193 ($startStr, $endStr ) = split /\.\./, $code;
195 $end = atoi($endStr);
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp417 unsigned endStr = foundPos + selectorValue.length(); in attributeValueMatches() local
418 if (endStr == value.length() || isHTMLSpace<UChar>(value[endStr])) in attributeValueMatches()