Home
last modified time | relevance | path

Searched refs:Unicode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp36 bool RegExpParser::Unicode() const in Unicode() function in panda::es2panda::lexer::RegExpParser
155 if (Unicode()) { in ParseAlternative()
269 if (Unicode()) { in ParseControlEscape()
292 if (!Unicode()) { in ParseClassAtom()
315 if (!Unicode() && Peek() == LEX_CHAR_LEFT_BRACE) { in ParseClassAtom()
323 if (!Unicode()) { in ParseClassAtom()
360 if (Unicode() && !IsSyntaxCharacter(cp) && cp != LEX_CHAR_SLASH) { in ParseClassAtom()
403 if (Unicode()) { in ParseCharacterClass()
422 if (!Unicode()) { in IsSyntaxCharacter()
459 if (Unicode()) { in ParseAtomEscape()
[all …]
Dregexp.h89 bool Unicode() const;
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.h45 NEXT_BIT_FIELD(BitField, Unicode, bool, REGEXP_UNICODE_BITS, Global)
46 NEXT_BIT_FIELD(BitField, Done, bool, REGEXP_DONE_BITS, Unicode)
/arkcompiler/runtime_core/docs/
Ddoxygen.config75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2Unicode escape value must be between 0x0 and 0x10FFFF inclusive."),Unterminated_Unicode_escape_seq…