Searched refs:jerry_create_string_sz_from_utf8 (Results 1 – 5 of 5) sorted by relevance
64 …(jerryx_property_entry) { NAME, jerry_create_string_sz_from_utf8 ((const jerry_char_t *) STR, SIZE…
692 - [`jerry_create_string_sz_from_utf8`](02.API-REFERENCE.md#jerry_create_string_sz_from_utf8)
4518 - [jerry_create_string_sz_from_utf8](#jerry_create_string_sz_from_utf8)4521 ## jerry_create_string_sz_from_utf8 section in Create API values4536 jerry_create_string_sz_from_utf8 (const jerry_char_t *str_p,4551 jerry_value_t string_value = jerry_create_string_sz_from_utf8 (char_array,6931 - [jerry_create_string_sz_from_utf8](#jerry_create_string_sz_from_utf8)
512 jerry_value_t jerry_create_string_sz_from_utf8 (const jerry_char_t *str_p, jerry_size_t str_size);
1710 …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