Home | History | Annotate | Download | only in src

Lines Matching refs:ranges

273   static void AddClassEscape(uc16 type, ZoneList<CharacterRange>* ranges);
293 void AddCaseEquivalents(ZoneList<CharacterRange>* ranges, bool is_ascii);
298 // Whether a range list is in canonical form: Ranges ordered by from value,
299 // and ranges non-overlapping and non-adjacent.
300 static bool IsCanonical(ZoneList<CharacterRange>* ranges);
301 // Convert range list to canonical form. The characters covered by the ranges
303 // adjacent ranges are merged. The resulting list may be shorter than the
305 static void Canonicalize(ZoneList<CharacterRange>* ranges);
308 static SetRelation WordCharacterRelation(ZoneList<CharacterRange>* ranges);
369 // A mapping from integers, specified as ranges, to a set of integers.
370 // Used for mapping character ranges to choices.
1364 void AddInverse(ZoneList<CharacterRange>* ranges);