Home
last modified time | relevance | path

Searched defs:atom (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1420 uint32_t RegExpParser::ParseClassAtom(RangeSet *atom) in ParseClassAtom()
1457 int RegExpParser::ParseClassEscape(RangeSet *atom) in ParseClassEscape()
1659 RangeSet *atom, bool negate) in ParseUnicodePropertyClassRange()
1691 …er::MatchUnicodeProperty(UProperty property, const char* propertyName, RangeSet *atom, bool negate) in MatchUnicodeProperty()
1770 bool RegExpParser::MatchSepcialUnicodeProperty(CString &name, bool negate, RangeSet *atom) in MatchSepcialUnicodeProperty()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp1416 uint32_t RegExpParser::ParseClassAtom(RangeSet *atom) in ParseClassAtom()
1456 void RegExpParser::InsertRangeBase(RangeSet *atom, RangeSet &rangeSet, bool invert) in InsertRangeBase()
1464 int RegExpParser::ParseClassEscape(RangeSet *atom) in ParseClassEscape()