Home | History | Annotate | Download | only in src

Lines Matching refs:ranges

237   static void AddClassEscape(uc16 type, ZoneList<CharacterRange>* ranges);
257 void AddCaseEquivalents(ZoneList<CharacterRange>* ranges, bool is_ascii);
262 // Whether a range list is in canonical form: Ranges ordered by from value,
263 // and ranges non-overlapping and non-adjacent.
264 static bool IsCanonical(ZoneList<CharacterRange>* ranges);
265 // Convert range list to canonical form. The characters covered by the ranges
267 // adjacent ranges are merged. The resulting list may be shorter than the
269 static void Canonicalize(ZoneList<CharacterRange>* ranges);
272 static SetRelation WordCharacterRelation(ZoneList<CharacterRange>* ranges);
334 // A mapping from integers, specified as ranges, to a set of integers.
335 // Used for mapping character ranges to choices.
1301 void AddInverse(ZoneList<CharacterRange>* ranges);