Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c36 bool is_prev_code_point_high_surrogate = false; in lit_is_valid_utf8_string() local
42 is_prev_code_point_high_surrogate = false; in lit_is_valid_utf8_string()
101 is_prev_code_point_high_surrogate = true; in lit_is_valid_utf8_string()
105 && is_prev_code_point_high_surrogate) in lit_is_valid_utf8_string()
112 is_prev_code_point_high_surrogate = false; in lit_is_valid_utf8_string()