Searched refs:ecma_string_copy_to_cesu8_buffer (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-string.c | 981 ecma_string_copy_to_cesu8_buffer (const ecma_string_t *string_p, /**< ecma-string descriptor */ in ecma_string_copy_to_cesu8_buffer() function 1312 …const lit_utf8_size_t size = ecma_string_copy_to_cesu8_buffer (string_desc_p, buffer_p, buffer_siz… in ecma_string_to_utf8_bytes() 2587 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_create_from() 2703 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_append()
|
D | ecma-helpers.h | 321 ecma_string_copy_to_cesu8_buffer (const ecma_string_t *string_desc_p,
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.c | 83 buffer_ptr += ecma_string_copy_to_cesu8_buffer (tag_str_p, buffer_ptr, in ecma_builtin_helper_object_to_string_tag_helper()
|
D | ecma-builtin-string-prototype.c | 1172 buffer_ptr += ecma_string_copy_to_cesu8_buffer (original_string_p, buffer_ptr, in ecma_builtin_string_prototype_object_repeat()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 1994 return ecma_string_copy_to_cesu8_buffer (str_p, in jerry_string_to_char_buffer()
|