Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h137 bool IsBinaryPropertyOfStrings(UProperty property);
Dregexp_parser.cpp1678 if (negate && IsBinaryPropertyOfStrings(property)) { in ParseUnicodePropertyClassRange()
1860 bool RegExpParser::IsBinaryPropertyOfStrings(UProperty property) in IsBinaryPropertyOfStrings() function in panda::ecmascript::RegExpParser