Searched refs:LIT_UTF16_BITS_IN_SURROGATE (Results 1 – 2 of 2) sorted by relevance
42 #define LIT_UTF16_BITS_IN_SURROGATE (10) macro
241 …(ecma_char_t) ((code_point - LIT_UTF16_FIRST_SURROGATE_CODE_POINT) >> LIT_UTF16_BITS_IN_SURROGATE); in convert_code_point_to_high_surrogate()872 code_point <<= LIT_UTF16_BITS_IN_SURROGATE; in lit_convert_surrogate_pair_to_code_point()