Searched refs:next_ch_size (Results 1 – 1 of 1) sorted by relevance
1192 lit_utf8_size_t next_ch_size = lit_read_code_unit_from_utf8 (cesu8_str_p, &next_ch); in ecma_substring_copy_to_utf8_buffer() local1195 JERRY_ASSERT (code_unit_size == next_ch_size); in ecma_substring_copy_to_utf8_buffer()1219 …lit_utf8_size_t next_ch_size = lit_read_code_unit_from_utf8 (cesu8_pos + code_unit_size, &next_ch); in ecma_substring_copy_to_utf8_buffer() local1223 JERRY_ASSERT (code_unit_size == next_ch_size); in ecma_substring_copy_to_utf8_buffer()1230 cesu8_pos += next_ch_size; in ecma_substring_copy_to_utf8_buffer()