Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c682 … lit_utf8_byte_t second_byte_bits = (lit_utf8_byte_t) (code_unit_bits & LIT_UTF8_LAST_6_BITS_MASK); in lit_code_unit_to_utf8() local
689 buf_p[1] = LIT_UTF8_EXTRA_BYTE_MARKER | second_byte_bits; in lit_code_unit_to_utf8()
698 … lit_utf8_byte_t second_byte_bits = (lit_utf8_byte_t) (code_unit_bits & LIT_UTF8_LAST_6_BITS_MASK); in lit_code_unit_to_utf8() local
705 buf_p[1] = LIT_UTF8_EXTRA_BYTE_MARKER | second_byte_bits; in lit_code_unit_to_utf8()
751 …lit_utf8_byte_t second_byte_bits = (lit_utf8_byte_t) (code_point_bits & LIT_UTF8_LAST_6_BITS_MASK); in lit_code_point_to_utf8() local
758 buf[1] = LIT_UTF8_EXTRA_BYTE_MARKER | second_byte_bits; in lit_code_point_to_utf8()
767 …lit_utf8_byte_t second_byte_bits = (lit_utf8_byte_t) (code_point_bits & LIT_UTF8_LAST_6_BITS_MASK); in lit_code_point_to_utf8() local
774 buf[1] = LIT_UTF8_EXTRA_BYTE_MARKER | second_byte_bits; in lit_code_point_to_utf8()
789 …lit_utf8_byte_t second_byte_bits = (lit_utf8_byte_t) (code_point_bits & LIT_UTF8_LAST_6_BITS_MASK); in lit_code_point_to_utf8() local
796 buf[1] = LIT_UTF8_EXTRA_BYTE_MARKER | second_byte_bits; in lit_code_point_to_utf8()