Home | History | Annotate | Download | only in src

Lines Matching defs:char_class

648       RegExpCharacterClass* char_class) {
649 TextElement result = TextElement(CHAR_CLASS);
650 result.data.u_char_class = char_class;
659 ASSERT(type == CHAR_CLASS);
2335 ASSERT_EQ(elm.type, TextElement::CHAR_CLASS);
2463 if (elm.type == TextElement::CHAR_CLASS) {
2480 if (elm.type == TextElement::CHAR_CLASS) {
3251 case TextElement::CHAR_CLASS: {
5008 ASSERT(text.type == TextElement::CHAR_CLASS);
5009 RegExpCharacterClass* char_class = text.data.u_char_class;
5010 if (char_class->is_negated()) {
5011 ZoneList<CharacterRange>* ranges = char_class->ranges();
5025 set_first_character_set(char_class->ranges());
5125 case TextElement::CHAR_CLASS: {