Home
last modified time | relevance | path

Searched refs:cesu8_string2_length (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-string.c646 lit_utf8_size_t cesu8_string2_length) /**< character length of cesu8_string2_p */ in ecma_append_chars_to_string()
648 JERRY_ASSERT (string1_p != NULL && cesu8_string2_size > 0 && cesu8_string2_length > 0); in ecma_append_chars_to_string()
719 ecma_string_t *string_desc_p = ecma_new_ecma_string_from_utf8_buffer (cesu8_string1_length + cesu8_string2_length, in ecma_append_chars_to_string()
770 lit_utf8_size_t cesu8_string2_length; in ecma_concat_ecma_strings() local
776 &cesu8_string2_length, in ecma_concat_ecma_strings()
785 cesu8_string2_length); in ecma_concat_ecma_strings()
643 ecma_append_chars_to_string(ecma_string_t *string1_p, const lit_utf8_byte_t *cesu8_string2_p, lit_utf8_size_t cesu8_string2_size, lit_utf8_size_t cesu8_string2_length) ecma_append_chars_to_string() argument
H A Decma-helpers.h312 lit_utf8_size_t cesu8_string2_length);

Completed in 4 milliseconds