Home
last modified time | relevance | path

Searched refs:jerry_create_string_sz_from_utf8 (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Dhandler.h64 (jerryx_property_entry) { NAME, jerry_create_string_sz_from_utf8 ((const jerry_char_t *) STR, SIZE) }
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h512 jerry_value_t jerry_create_string_sz_from_utf8 (const jerry_char_t *str_p, jerry_size_t str_size);
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1710 return jerry_create_string_sz_from_utf8 (str_p, lit_zt_utf8_string_size ((lit_utf8_byte_t *) str_p)); in jerry_create_string_from_utf8()
1722 jerry_create_string_sz_from_utf8 (const jerry_char_t *str_p, /**< pointer to string */ in jerry_create_string_sz_from_utf8() function
1731 } /* jerry_create_string_sz_from_utf8 */ in jerry_create_string_sz_from_utf8()

Completed in 11 milliseconds