Searched refs:Unicode (Results 1 – 15 of 15) 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 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 …]
|
| D | regexp.h | 90 bool Unicode() const;
|
| /arkcompiler/ets_frontend/ets2panda/lexer/regexp/ |
| D | regexp.cpp | 35 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 …]
|
| D | regexp.h | 98 bool Unicode() const;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/ |
| D | identifiers_n.sts | 19 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…
|
| D | identifiers.sts | 18 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/ |
| 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/static_core/plugins/ets/doc/spec/ |
| D | 2_lexical.rst | 28 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 …]
|
| D | 3_types.rst | 1110 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/ |
| D | RegExpConstructorTest.sts | 98 console.println("Unicode " + actual.unicode + " is not equal expected " + unicode);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | String.sts | 24 * 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/ |
| D | doxygen.config | 75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
|
| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/ |
| D | escompat.rst | 16925 | Unicode string
|
| /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…
|