Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c219 convert_code_point_to_low_surrogate (lit_code_point_t code_point) /**< code point, should be > 0xFF… in convert_code_point_to_low_surrogate() function
265 cu_p[1] = convert_code_point_to_low_surrogate (cp); in lit_utf16_encode_code_point()
728 … offset += lit_code_unit_to_utf8 (convert_code_point_to_low_surrogate (code_point), buf + offset); in lit_code_point_to_cesu8()