Searched refs:third_byte_bits (Results 1 – 1 of 1) sorted by relevance
695 … lit_utf8_byte_t third_byte_bits = (lit_utf8_byte_t) (code_unit_bits & LIT_UTF8_LAST_6_BITS_MASK); in lit_code_unit_to_utf8() local706 buf_p[2] = LIT_UTF8_EXTRA_BYTE_MARKER | third_byte_bits; in lit_code_unit_to_utf8()764 … lit_utf8_byte_t third_byte_bits = (lit_utf8_byte_t) (code_point_bits & LIT_UTF8_LAST_6_BITS_MASK); in lit_code_point_to_utf8() local775 buf[2] = LIT_UTF8_EXTRA_BYTE_MARKER | third_byte_bits; in lit_code_point_to_utf8()786 … lit_utf8_byte_t third_byte_bits = (lit_utf8_byte_t) (code_point_bits & LIT_UTF8_LAST_6_BITS_MASK); in lit_code_point_to_utf8() local797 buf[2] = LIT_UTF8_EXTRA_BYTE_MARKER | third_byte_bits; in lit_code_point_to_utf8()