Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c817 const lit_utf8_byte_t *cesu8_end_pos = cesu8_string + cesu8_size; in lit_convert_cesu8_string_to_utf8_string() local
827 while (cesu8_pos < cesu8_end_pos) in lit_convert_cesu8_string_to_utf8_string()
852 JERRY_ASSERT (cesu8_pos == cesu8_end_pos); in lit_convert_cesu8_string_to_utf8_string()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c1220 const lit_utf8_byte_t *cesu8_end_pos = cesu8_str_p + cesu8_str_size; in ecma_substring_copy_to_utf8_buffer() local
1229 if ((cesu8_str_p != cesu8_end_pos) && lit_is_code_point_utf16_high_surrogate (ch)) in ecma_substring_copy_to_utf8_buffer()
1256 …if (((cesu8_pos + code_unit_size) != cesu8_end_pos) && lit_is_code_point_utf16_high_surrogate (ch)) in ecma_substring_copy_to_utf8_buffer()