Searched refs:LIT_UTF8_LAST_7_BITS_MASK (Results 1 – 2 of 2) sorted by relevance
57 #define LIT_UTF8_LAST_7_BITS_MASK (0x7F) macro
385 *code_point = (lit_code_point_t) (c & LIT_UTF8_LAST_7_BITS_MASK); in lit_read_code_point_from_utf8()434 *code_point = (ecma_char_t) (c & LIT_UTF8_LAST_7_BITS_MASK); in lit_read_code_unit_from_utf8()