Home | History | Annotate | Download | only in src

Lines Matching full:negated_ranges

5506                             ZoneList<CharacterRange>* negated_ranges,
5509 ASSERT_EQ(0, negated_ranges->length());
5519 negated_ranges->Add(CharacterRange(from + 1, range.from() - 1), zone);
5524 negated_ranges->Add(CharacterRange(from + 1, String::kMaxUtf16CodeUnit),