Searched refs:UnicodeRanges (Results 1 – 5 of 5) sorted by relevance
29 typedef Vector<UnicodeRange> UnicodeRanges; typedef68 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
38 UnicodeRanges unicodeRange1;39 UnicodeRanges unicodeRange2;
104 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()
317 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stri… in parseKerningUnicodeString()
8621 of UnicodeRanges as member variables.