Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c981 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()
Decma-helpers.h321 ecma_string_copy_to_cesu8_buffer (const ecma_string_t *string_desc_p,
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c83 buffer_ptr += ecma_string_copy_to_cesu8_buffer (tag_str_p, buffer_ptr, in ecma_builtin_helper_object_to_string_tag_helper()
Decma-builtin-string-prototype.c1172 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/
Djerry.c1994 return ecma_string_copy_to_cesu8_buffer (str_p, in jerry_string_to_char_buffer()