Home | History | Annotate | Download | only in src

Lines Matching refs:char_class

750       RegExpCharacterClass* char_class) {
751 TextElement result = TextElement(CHAR_CLASS);
752 result.data.u_char_class = char_class;
761 ASSERT(type == CHAR_CLASS);
2496 ASSERT_EQ(elm.type, TextElement::CHAR_CLASS);
2624 if (elm.type == TextElement::CHAR_CLASS) {
2641 if (elm.type == TextElement::CHAR_CLASS) {
3415 case TextElement::CHAR_CLASS: {
5149 ASSERT(text.type == TextElement::CHAR_CLASS);
5150 RegExpCharacterClass* char_class = text.data.u_char_class;
5151 ZoneList<CharacterRange>* ranges = char_class->ranges();
5155 if (char_class->is_negated()) {
5269 case TextElement::CHAR_CLASS: {