Home
last modified time | relevance | path

Searched refs:converted_string_size (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c376 lit_utf8_size_t converted_string_size = 0; in ecma_new_ecma_string_from_utf8_converted_to_cesu8() local
398 converted_string_size += 2; in ecma_new_ecma_string_from_utf8_converted_to_cesu8()
407 if (converted_string_size == 0) in ecma_new_ecma_string_from_utf8_converted_to_cesu8()
412 converted_string_size += string_size; in ecma_new_ecma_string_from_utf8_converted_to_cesu8()
418 converted_string_size, in ecma_new_ecma_string_from_utf8_converted_to_cesu8()
441 string_desc_p->u.hash = lit_utf8_string_calc_hash (begin_data_p, converted_string_size); in ecma_new_ecma_string_from_utf8_converted_to_cesu8()