Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1665 if (MatchUnicodeProperty(UCHAR_GENERAL_CATEGORY_MASK, name, atom, negate)) { in ParseUnicodePropertyClassRange()
1681 return MatchUnicodeProperty(property, negate ? "N" : "Y", atom, false); in ParseUnicodePropertyClassRange()
1689 return MatchUnicodeProperty(property, valueName.c_str(), atom, negate); in ParseUnicodePropertyClassRange()
1693 bool RegExpParser::MatchUnicodeProperty(UProperty property, const char* propertyName, RangeSet *ato… in MatchUnicodeProperty() function in panda::ecmascript::RegExpParser
1785 return MatchUnicodeProperty(UCHAR_GENERAL_CATEGORY, "Unassigned", atom, !negate); in MatchSepcialUnicodeProperty()
Dregexp_parser.h129 …bool MatchUnicodeProperty(UProperty property, const char *propertyName, RangeSet *atom, bool negat…