Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c615 lit_utf8_size_t cesu8_string1_size; in ecma_append_chars_to_string() local
621 &cesu8_string1_size, in ecma_append_chars_to_string()
628 JERRY_ASSERT (cesu8_string1_length <= cesu8_string1_size); in ecma_append_chars_to_string()
630 lit_utf8_size_t new_size = cesu8_string1_size + cesu8_string2_size; in ecma_append_chars_to_string()
633 if (new_size < (cesu8_string1_size | cesu8_string2_size)) in ecma_append_chars_to_string()
640 cesu8_string1_size, in ecma_append_chars_to_string()
652 memcpy (uint32_to_string_buffer + cesu8_string1_size, cesu8_string2_p, cesu8_string2_size); in ecma_append_chars_to_string()
667 cesu8_string1_size, in ecma_append_chars_to_string()
687 hash_start = lit_utf8_string_calc_hash (cesu8_string1_p, cesu8_string1_size); in ecma_append_chars_to_string()
697 memcpy (data_p, cesu8_string1_p, cesu8_string1_size); in ecma_append_chars_to_string()
[all …]