Home
last modified time | relevance | path

Searched refs:ParsePropertyClass (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Dregexp-parser.cc394 if (!ParsePropertyClass(ranges, p == 'P')) { in ParseDisjunction()
1147 bool RegExpParser::ParsePropertyClass(ZoneList<CharacterRange>* result, in ParsePropertyClass() function in v8::internal::RegExpParser
1217 bool RegExpParser::ParsePropertyClass(ZoneList<CharacterRange>* result, in ParsePropertyClass() function in v8::internal::RegExpParser
1408 parse_success = ParsePropertyClass(ranges, false); in ParseClassProperty()
1411 parse_success = ParsePropertyClass(ranges, true); in ParseClassProperty()
Dregexp-parser.h177 bool ParsePropertyClass(ZoneList<CharacterRange>* result, bool negate);