Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.c69 …module_utf8_size = ecma_string_copy_to_utf8_buffer (JERRY_CONTEXT (module_top_context_p)->module_p… in ecma_module_create_normalized_path()
861 module_path_utf8_size = ecma_string_copy_to_utf8_buffer (module_p->path_p, in ecma_module_parse()
Decma-helpers.h325 ecma_string_copy_to_utf8_buffer (const ecma_string_t *string_desc_p,
Decma-helpers-string.c1031 ecma_string_copy_to_utf8_buffer (const ecma_string_t *string_p, /**< ecma-string descriptor */ in ecma_string_copy_to_utf8_buffer() function
/third_party/jerryscript/jerry-core/api/
Djerry.c2033 return ecma_string_copy_to_utf8_buffer (str_p, in jerry_string_to_utf8_char_buffer()