Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontElement.h38 UnicodeRanges unicodeRange1;
39 UnicodeRanges unicodeRange2;
DSVGParserUtilities.h30 typedef Vector<UnicodeRange> UnicodeRanges; typedef
88 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
DSVGFontElement.cpp160 static bool stringMatchesUnicodeRange(const String& unicodeString, const UnicodeRanges& ranges, con… in stringMatchesUnicodeRange()
167 const UnicodeRanges::const_iterator end = ranges.end(); in stringMatchesUnicodeRange()
168 for (UnicodeRanges::const_iterator it = ranges.begin(); it != end; ++it) { in stringMatchesUnicodeRange()
DSVGParserUtilities.cpp425 …cParseKerningUnicodeString(const CharType*& ptr, const CharType* end, UnicodeRanges& rangeList, Ha… in genericParseKerningUnicodeString()
447 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stri… in parseKerningUnicodeString()