Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c1151 ecma_length_t utf8_str_length = ecma_string_get_utf8_length (string_desc_p); in ecma_substring_copy_to_utf8_buffer() local
1153 if (start_pos >= utf8_str_length || start_pos >= end_pos) in ecma_substring_copy_to_utf8_buffer()
1158 if (end_pos > utf8_str_length) in ecma_substring_copy_to_utf8_buffer()
1160 end_pos = utf8_str_length; in ecma_substring_copy_to_utf8_buffer()