Lines Matching refs:name_1
208 bool ParsePropertyClassName(ZoneVector<char>* name_1,
211 const ZoneVector<char>& name_1,
1607 bool RegExpParserImpl<CharT>::ParsePropertyClassName(ZoneVector<char>* name_1,
1609 DCHECK(name_1->empty());
1624 name_1->push_back(static_cast<char>(current()));
1638 name_1->push_back(0); // null-terminate string.
1640 DCHECK(name_1->size() - 1 == std::strlen(name_1->data()));
1648 const ZoneVector<char>& name_1, const ZoneVector<char>& name_2) {
1651 const char* name = name_1.data();
1669 const char* property_name = name_1.data();
1688 bool RegExpParserImpl<CharT>::ParsePropertyClassName(ZoneVector<char>* name_1,
1696 const ZoneVector<char>& name_1, const ZoneVector<char>& name_2) {
1949 ZoneVector<char> name_1(zone);
1951 if (!ParsePropertyClassName(&name_1, &name_2) ||
1952 !AddPropertyClassRange(ranges, negate, name_1, name_2)) {