Searched refs:ecma_string_get_chars (Results 1 – 6 of 6) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-string-prototype.c | 456 replace_ctx.string_p = ecma_string_get_chars (input_str_p, in ecma_builtin_string_prototype_object_replace() 464 const lit_utf8_byte_t *search_buf_p = ecma_string_get_chars (search_str_p, in ecma_builtin_string_prototype_object_replace() 853 const lit_utf8_byte_t *string_buffer_p = ecma_string_get_chars (string_p, in ecma_builtin_string_prototype_object_split() 860 const lit_utf8_byte_t *separator_buffer_p = ecma_string_get_chars (separator_p, in ecma_builtin_string_prototype_object_split()
|
D | ecma-builtin-helpers.c | 852 const lit_utf8_byte_t *replace_buf_p = ecma_string_get_chars (ctx_p->replace_str_p, in ecma_builtin_replace_substitute()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers.h | 107 const lit_utf8_byte_t *utf8_ptr = ecma_string_get_chars (ecma_str_ptr, \ 342 const lit_utf8_byte_t *ecma_string_get_chars (const ecma_string_t *string_p,
|
D | ecma-helpers-string.c | 660 const lit_utf8_byte_t *cesu8_string1_p = ecma_string_get_chars (string1_p, in ecma_append_chars_to_string() 774 const lit_utf8_byte_t *cesu8_string2_p = ecma_string_get_chars (string2_p, in ecma_concat_ecma_strings() 1066 const lit_utf8_byte_t *chars_p = ecma_string_get_chars (string_p, &size, NULL, NULL, &flags); in ecma_string_copy_to_utf8_buffer() 1364 ecma_string_get_chars (const ecma_string_t *string_p, /**< ecma-string */ in ecma_string_get_chars() function 2531 …const lit_utf8_byte_t *utf8_str_p = ecma_string_get_chars (string_p, &utf8_str_size, NULL, NULL, &… in ecma_string_trim()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 1686 const lit_utf8_byte_t *input_buffer_p = ecma_string_get_chars (input_string_p, in ecma_regexp_exec_helper() 2055 const lit_utf8_byte_t *flags_buffer_p = ecma_string_get_chars (flags_str_p, in ecma_regexp_split_helper() 2355 const lit_utf8_byte_t *string_buffer_p = ecma_string_get_chars (string_p, in ecma_regexp_split_helper() 2513 ctx_p->string_p = ecma_string_get_chars (string_p, in ecma_regexp_replace_helper_fast() 2964 replace_ctx.string_p = ecma_string_get_chars (string_p, in ecma_regexp_replace_helper()
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-module.c | 310 const lit_utf8_byte_t *path_str_chars_p = ecma_string_get_chars (path_str_p, in parser_module_context_init()
|