Searched refs:second_byte_bits (Results 1 – 1 of 1) sorted by relevance
682 … 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() local689 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() local705 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() local758 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() local774 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() local796 buf[1] = LIT_UTF8_EXTRA_BYTE_MARKER | second_byte_bits; in lit_code_point_to_utf8()