Home | History | Annotate | Download | only in regexp

Lines Matching refs:characters_

1511       characters_(NULL),
1569 if (characters_ != NULL) {
1570 RegExpTree* atom = new (zone()) RegExpAtom(characters_->ToConstVector());
1571 characters_ = NULL;
1600 if (characters_ == NULL) {
1601 characters_
1603 characters_->Add(c, zone());
1753 if (characters_ != NULL) {
1756 Vector<const uc16> char_vector = characters_->ToConstVector();
1763 characters_ = NULL;