Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c620 const lit_utf8_byte_t *cesu8_string1_p = ecma_string_get_chars (string1_p, in ecma_append_chars_to_string() local
639 magic_string_id = lit_is_utf8_string_pair_magic (cesu8_string1_p, in ecma_append_chars_to_string()
666 magic_string_ex_id = lit_is_ex_utf8_string_pair_magic (cesu8_string1_p, 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()