Searched refs:ecma_string_get_size (Results 1 – 11 of 11) sorted by relevance
54 lit_utf8_size_t chars_num = ecma_string_get_size (code_p); in ecma_op_eval()
3078 const lit_utf8_size_t matched_str_size = ecma_string_get_size (matched_str_p); in ecma_regexp_replace_helper()
451 … lit_table_size += (uint32_t) JERRY_ALIGNUP (sizeof (uint16_t) + ecma_string_get_size (string_p), in ecma_save_literals_for_snapshot()500 length = ecma_string_get_size (string_p); in ecma_save_literals_for_snapshot()
65 … module_path_size = ecma_string_get_size (JERRY_CONTEXT (module_top_context_p)->module_p->path_p); in ecma_module_create_normalized_path()848 lit_utf8_size_t module_path_size = ecma_string_get_size (module_p->path_p); in ecma_module_parse()
948 JERRY_ASSERT (ecma_string_get_size (string_p) <= buffer_size); in ecma_string_copy_to_cesu8_buffer()2049 ecma_string_get_size (const ecma_string_t *string_p) /**< ecma-string */ in ecma_string_get_size() function2451 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); in ecma_stringbuilder_create_from()2573 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); in ecma_stringbuilder_append()
360 lit_utf8_size_t ecma_string_get_size (const ecma_string_t *string_p);
61 const lit_utf8_size_t buffer_size = 9 + ecma_string_get_size (tag_str_p); in ecma_builtin_helper_object_to_string_tag_helper()921 const lit_utf8_size_t match_size = ecma_string_get_size (matched_p); in ecma_builtin_replace_substitute()
847 lit_utf8_size_t input_size = ecma_string_get_size (str_p); in ecma_builtin_global_dispatch_routine()
1152 lit_utf8_size_t size = ecma_string_get_size (original_string_p); in ecma_builtin_string_prototype_object_repeat()
1380 const lit_utf8_size_t lit1_size = ecma_string_get_size (literal1); in jerry_save_literals_compare()1381 const lit_utf8_size_t lit2_size = ecma_string_get_size (literal2); in jerry_save_literals_compare()1716 lit_utf8_size_t str_size = ecma_string_get_size (literal_array[i]); in jerry_get_literals_from_snapshot()
1894 return ecma_string_get_size (ecma_get_string_from_value (value)); in jerry_get_string_size()1989 if (ecma_string_get_size (str_p) > buffer_size) in jerry_string_to_char_buffer()