Home
last modified time | relevance | path

Searched refs:LIT_UTF16_BITS_IN_SURROGATE (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h42 #define LIT_UTF16_BITS_IN_SURROGATE (10) macro
Dlit-strings.c241 …(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()