Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c616 lit_utf8_size_t cesu8_string1_length; in ecma_append_chars_to_string() local
622 &cesu8_string1_length, in ecma_append_chars_to_string()
627 JERRY_ASSERT (cesu8_string1_length > 0); in ecma_append_chars_to_string()
628 JERRY_ASSERT (cesu8_string1_length <= cesu8_string1_size); in ecma_append_chars_to_string()
679 …ecma_string_t *string_desc_p = ecma_new_ecma_string_from_utf8_buffer (cesu8_string1_length + cesu8… in ecma_append_chars_to_string()