HomeSort by relevance Sort by last modified time
    Searched refs:UnicodeRanges (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFontElement.h 38 UnicodeRanges unicodeRange1;
39 UnicodeRanges unicodeRange2;
SVGParserUtilities.h 29 typedef Vector<UnicodeRange> UnicodeRanges;
68 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
SVGFontElement.cpp 104 static bool stringMatchesUnicodeRange(const String& unicodeString, const UnicodeRanges& ranges, const HashSet<String>& unicodeValues)
111 const UnicodeRanges::const_iterator end = ranges.end();
112 for (UnicodeRanges::const_iterator it = ranges.begin(); it != end; ++it) {
SVGParserUtilities.cpp 317 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stringList)

Completed in 971 milliseconds