Lines Matching defs:range
242 static inline CharacterRange Range(uc16 from, uc16 to) {
262 // Whether a range list is in canonical form: Ranges ordered by from value,
265 // Convert range list to canonical form. The characters covered by the ranges
266 // will still be the same, but no character is in more than one range, and
273 // Takes two character range lists (representing character sets) in canonical
292 // Negate the contents of a character range in canonical form.
370 void AddRange(CharacterRange range, int value);
730 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
1168 explicit DeferredClearCaptures(Interval range)
1170 range_(range) { }
1171 Interval range() { return range_; }
1297 void AddRange(CharacterRange range) {
1298 table()->AddRange(range, choice_index_);