Searched refs:LIT_UTF16_LOW_SURROGATE_MARKER (Results 1 – 3 of 3) sorted by relevance
36 #define LIT_UTF16_LOW_SURROGATE_MARKER (0xDC00) macro
226 return (ecma_char_t) (LIT_UTF16_LOW_SURROGATE_MARKER | code_unit_bits); in convert_code_point_to_low_surrogate()
1222 if (second < LIT_UTF16_LOW_SURROGATE_MARKER in ecma_builtin_string_prototype_object_code_point_at()