Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c61 else if ((c & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER) in lit_is_valid_utf8_string()
403 JERRY_ASSERT ((c & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER); in lit_read_code_point_from_utf8()
795 buf[0] = LIT_UTF8_4_BYTE_MARKER | first_byte_bits; in lit_code_point_to_utf8()
Dlit-strings.h48 #define LIT_UTF8_4_BYTE_MARKER (0xF0) macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c251 else if ((decoded_byte & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER) in ecma_builtin_global_object_decode_uri_helper()
315 else if ((decoded_byte & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER) in ecma_builtin_global_object_decode_uri_helper()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c720 else if (source_p[0] >= LIT_UTF8_4_BYTE_MARKER) in lexer_parse_identifier()
726 if (code_point < LIT_UTF8_4_BYTE_MARKER) in lexer_parse_identifier()
1130 if (*source_p >= LIT_UTF8_4_BYTE_MARKER) in lexer_parse_string()
2078 if (*source_p >= LIT_UTF8_4_BYTE_MARKER) in lexer_convert_ident_to_cesu8()
2308 if (*source_p >= LIT_UTF8_4_BYTE_MARKER) in lexer_convert_literal_to_chars()
3220 else if (*left_p >= LIT_UTF8_4_BYTE_MARKER) in lexer_compare_identifier_to_chars()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c396 JERRY_ASSERT ((string_p[pos] & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER); in ecma_new_ecma_string_from_utf8_converted_to_cesu8()
426 if ((string_p[pos] & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER) in ecma_new_ecma_string_from_utf8_converted_to_cesu8()