Searched refs:cesu8_string2_p (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-string.c | 644 … const lit_utf8_byte_t *cesu8_string2_p, /**< characters to be appended */ in ecma_append_chars_to_string() argument 652 return ecma_new_ecma_string_from_utf8 (cesu8_string2_p, cesu8_string2_size); in ecma_append_chars_to_string() 681 cesu8_string2_p, 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() 708 cesu8_string2_p, in ecma_append_chars_to_string() 735 …string_desc_p->u.hash = lit_utf8_string_hash_combine (hash_start, cesu8_string2_p, cesu8_string2_s… in ecma_append_chars_to_string() 738 memcpy (data_p + cesu8_string1_size, cesu8_string2_p, cesu8_string2_size); in ecma_append_chars_to_string() 774 const lit_utf8_byte_t *cesu8_string2_p = ecma_string_get_chars (string2_p, in ecma_concat_ecma_strings() local 780 JERRY_ASSERT (cesu8_string2_p != NULL); in ecma_concat_ecma_strings() 783 cesu8_string2_p, in ecma_concat_ecma_strings()
|
D | ecma-helpers.h | 310 const lit_utf8_byte_t *cesu8_string2_p,
|