Searched refs:cesu8_end_pos (Results 1 – 2 of 2) sorted by relevance
817 const lit_utf8_byte_t *cesu8_end_pos = cesu8_string + cesu8_size; in lit_convert_cesu8_string_to_utf8_string() local827 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()
1220 const lit_utf8_byte_t *cesu8_end_pos = cesu8_str_p + cesu8_str_size; in ecma_substring_copy_to_utf8_buffer() local1229 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()