Searched refs:UnicodeRanges (Results 1 – 4 of 4) sorted by relevance
38 UnicodeRanges unicodeRange1;39 UnicodeRanges unicodeRange2;
30 typedef Vector<UnicodeRange> UnicodeRanges; typedef88 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
160 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()
425 …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()