Searched refs:LIT_UTF8_LAST_3_BITS_MASK (Results 1 – 3 of 3) sorted by relevance
65 code_point = ((uint32_t) (c & LIT_UTF8_LAST_3_BITS_MASK)); in lit_is_valid_utf8_string()405 ret = ((lit_code_point_t) (c & LIT_UTF8_LAST_3_BITS_MASK)); in lit_read_code_point_from_utf8()792 … lit_utf8_byte_t first_byte_bits = (lit_utf8_byte_t) (code_point_bits & LIT_UTF8_LAST_3_BITS_MASK); in lit_code_point_to_utf8()
61 #define LIT_UTF8_LAST_3_BITS_MASK (0x07) macro
424 lit_code_point_t code_point = ((((uint32_t) source_p[0]) & LIT_UTF8_LAST_3_BITS_MASK) << 18); in lit_four_byte_utf8_char_to_cesu8()