Searched refs:LIT_UTF16_LAST_10_BITS_MASK (Results 1 – 2 of 2) sorted by relevance
43 #define LIT_UTF16_LAST_10_BITS_MASK (0x3FF) macro
224 code_unit_bits = (ecma_char_t) (code_point & LIT_UTF16_LAST_10_BITS_MASK); in convert_code_point_to_low_surrogate()