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.c655 lit_utf8_size_t cesu8_string1_size; in ecma_append_chars_to_string() local
661 &cesu8_string1_size, in ecma_append_chars_to_string()
668 JERRY_ASSERT (cesu8_string1_length <= cesu8_string1_size); in ecma_append_chars_to_string()
670 lit_utf8_size_t new_size = cesu8_string1_size + cesu8_string2_size; in ecma_append_chars_to_string()
673 if (new_size < (cesu8_string1_size | cesu8_string2_size)) in ecma_append_chars_to_string()
680 cesu8_string1_size, in ecma_append_chars_to_string()
692 memcpy (uint32_to_string_buffer + cesu8_string1_size, cesu8_string2_p, cesu8_string2_size); in ecma_append_chars_to_string()
707 cesu8_string1_size, in ecma_append_chars_to_string()
727 hash_start = lit_utf8_string_calc_hash (cesu8_string1_p, cesu8_string1_size); in ecma_append_chars_to_string()
737 memcpy (data_p, cesu8_string1_p, cesu8_string1_size); in ecma_append_chars_to_string()
[all …]