Searched refs:Unicode (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
D | regexp.cpp | 36 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 …]
|
D | regexp.h | 89 bool Unicode() const;
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_regexp_iterator.h | 45 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/ |
D | doxygen.config | 75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …Unicode escape value must be between 0x0 and 0x10FFFF inclusive."),Unterminated_Unicode_escape_seq…
|