Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp36 bool RegExpParser::Unicode() const in Unicode() function in panda::es2panda::lexer::RegExpParser
156 if (Unicode()) { in ParseAlternative()
270 if (Unicode()) { in ParseControlEscape()
293 if (!Unicode()) { in ParseClassAtom()
316 if (!Unicode() && Peek() == LEX_CHAR_LEFT_BRACE) { in ParseClassAtom()
324 if (!Unicode()) { in ParseClassAtom()
361 if (Unicode() && !IsSyntaxCharacter(cp) && cp != LEX_CHAR_SLASH) { in ParseClassAtom()
404 if (Unicode()) { in ParseCharacterClass()
423 if (!Unicode()) { in IsSyntaxCharacter()
460 if (Unicode()) { in ParseAtomEscape()
[all …]
Dregexp.h90 bool Unicode() const;
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp35 bool RegExpParser::Unicode() const in Unicode() function in ark::es2panda::lexer::RegExpParser
194 return Unicode(); in ParseAlternativeCharLeftParen()
280 if (Unicode()) { in ParseControlEscape()
303 if (!Unicode()) { in ParseClassAtom()
326 if (!Unicode() && Peek() == LEX_CHAR_LEFT_BRACE) { in ParseClassAtom()
334 if (!Unicode()) { in ParseClassAtom()
371 if (Unicode() && !IsSyntaxCharacter(cp) && cp != LEX_CHAR_SLASH) { in ParseClassAtom()
414 if (Unicode()) { in ParseCharacterClass()
433 if (!Unicode()) { in IsSyntaxCharacter()
518 if (Unicode() && !IsSyntaxCharacter(cp) && cp != LEX_CHAR_SLASH) { in ParseAtomEscapeSwitch()
[all …]
Dregexp.h98 bool Unicode() const;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/
Didentifiers_n.sts19 An identifier is a sequence of one or more valid Unicode characters.
20 …The Unicode grammar of identifiers is based on character properties specified by the Unicode Stand…
Didentifiers.sts18 An identifier is a sequence of one or more valid Unicode characters.
19 …The Unicode grammar of identifiers is based on character properties specified by the Unicode Stand…
/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/static_core/plugins/ets/doc/spec/
D2_lexical.rst28 Use of Unicode Characters
34 The |LANG| programming language uses characters of the Unicode Character
35 set [1]_ as its terminal symbols. It uses the Unicode UTF-16 encoding to
38 The term *Unicode code point* is used in this specification only where such
39 representation is relevant to refer the reader to Unicode Character set and
46 Unicode character
47 Unicode code point
114 another and divide sequences of Unicode input characters into lines.
159 Unicode input character
182 An identifier is a sequence of one or more valid Unicode characters. The
[all …]
D3_types.rst1110 Unicode UTF-16 code units. Type ``string`` includes all string literals, e.g.,
1135 Unicode code unit
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DRegExpConstructorTest.sts98 console.println("Unicode " + actual.unicode + " is not equal expected " + unicode);
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DString.sts24 * Unicode string
1863 * The normalize() method of String values returns the Unicode Normalization Form of this string
1869 * @returns the Unicode Normalization Form of the string
1889 * this string are replaced with the Unicode replacement character U+FFFD.
1900 …* @param codePoints are integers between 0 and 0x10FFFF (inclusive) representing a Unicode code po…
/arkcompiler/runtime_core/static_core/docs/
Ddoxygen.config75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
/arkcompiler/runtime_core/docs/
Ddoxygen.config75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst16925 | Unicode string
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2Unicode escape value must be between 0x0 and 0x10FFFF inclusive."),Unterminated_Unicode_escape_seq…