Searched refs:LIT_UTF8_3_BYTE_MARKER (Results 1 – 5 of 5) sorted by relevance
55 else if ((c & LIT_UTF8_3_BYTE_MASK) == LIT_UTF8_3_BYTE_MARKER) in lit_is_valid_utf8_string()150 else if ((c & LIT_UTF8_3_BYTE_MASK) == LIT_UTF8_3_BYTE_MARKER) in lit_is_valid_cesu8_string()396 else if ((c & LIT_UTF8_3_BYTE_MASK) == LIT_UTF8_3_BYTE_MARKER) in lit_read_code_point_from_utf8()447 JERRY_ASSERT ((c & LIT_UTF8_3_BYTE_MASK) == LIT_UTF8_3_BYTE_MARKER); in lit_read_code_unit_from_utf8()659 JERRY_ASSERT ((first_byte & LIT_UTF8_3_BYTE_MASK) == LIT_UTF8_3_BYTE_MARKER); in lit_get_unicode_char_size_by_utf8_first_byte()704 buf_p[0] = LIT_UTF8_3_BYTE_MARKER | first_byte_bits; in lit_code_unit_to_utf8()773 buf[0] = LIT_UTF8_3_BYTE_MARKER | first_byte_bits; in lit_code_point_to_utf8()
366 … dst_p[0] = (uint8_t) (LIT_UTF8_3_BYTE_MARKER | ((code_point >> 12) & LIT_UTF8_LAST_4_BITS_MASK)); in lit_code_point_to_cesu8_bytes()376 dst_p[0] = (uint8_t) (LIT_UTF8_3_BYTE_MARKER | 0xd); in lit_code_point_to_cesu8_bytes()380 dst_p[3] = (uint8_t) (LIT_UTF8_3_BYTE_MARKER | 0xd); in lit_code_point_to_cesu8_bytes()
47 #define LIT_UTF8_3_BYTE_MARKER (0xE0) macro
311 else if ((decoded_byte & LIT_UTF8_3_BYTE_MASK) == LIT_UTF8_3_BYTE_MARKER) in ecma_builtin_global_object_decode_uri_helper()
390 else if ((string_p[pos] & LIT_UTF8_3_BYTE_MASK) == LIT_UTF8_3_BYTE_MARKER) in ecma_new_ecma_string_from_utf8_converted_to_cesu8()