Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGParserUtilities.h29 typedef Vector<UnicodeRange> UnicodeRanges; typedef
68 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
DSVGFontElement.h38 UnicodeRanges unicodeRange1;
39 UnicodeRanges unicodeRange2;
DSVGFontElement.cpp104 static bool stringMatchesUnicodeRange(const String& unicodeString, const UnicodeRanges& ranges, con… in stringMatchesUnicodeRange()
111 const UnicodeRanges::const_iterator end = ranges.end(); in stringMatchesUnicodeRange()
112 for (UnicodeRanges::const_iterator it = ranges.begin(); it != end; ++it) { in stringMatchesUnicodeRange()
DSVGParserUtilities.cpp317 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stri… in parseKerningUnicodeString()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-108621 of UnicodeRanges as member variables.