Home | History | Annotate | Download | only in src

Lines Matching defs:char_class

760       RegExpCharacterClass* char_class) {
761 TextElement result = TextElement(CHAR_CLASS);
762 result.data.u_char_class = char_class;
771 ASSERT(type == CHAR_CLASS);
2511 ASSERT_EQ(elm.type, TextElement::CHAR_CLASS);
2639 if (elm.type == TextElement::CHAR_CLASS) {
2656 if (elm.type == TextElement::CHAR_CLASS) {
3434 case TextElement::CHAR_CLASS: {
5109 ASSERT(text.type == TextElement::CHAR_CLASS);
5110 RegExpCharacterClass* char_class = text.data.u_char_class;
5111 ZoneList<CharacterRange>* ranges = char_class->ranges();
5115 if (char_class->is_negated()) {
5229 case TextElement::CHAR_CLASS: {