Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontElement.cpp160 …nge(const String& unicodeString, const UnicodeRanges& ranges, const HashSet<String>& unicodeValues) in stringMatchesUnicodeRange() argument
174 if (!unicodeValues.isEmpty()) in stringMatchesUnicodeRange()
175 return unicodeValues.contains(unicodeString); in stringMatchesUnicodeRange()