Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h43 #define LIT_UTF16_LAST_10_BITS_MASK (0x3FF) macro
Dlit-strings.c224 code_unit_bits = (ecma_char_t) (code_point & LIT_UTF16_LAST_10_BITS_MASK); in convert_code_point_to_low_surrogate()