Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h104 lit_string_hash_t lit_utf8_string_hash_combine (lit_string_hash_t hash_basis, const lit_utf8_byte_t…
Dlit-strings.c583 lit_utf8_string_hash_combine (lit_string_hash_t hash_basis, /**< hash to be combined with */ in lit_utf8_string_hash_combine() function
612 return lit_utf8_string_hash_combine ((lit_string_hash_t) 2166136261, utf8_buf_p, utf8_buf_size); in lit_utf8_string_calc_hash()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c695 …string_desc_p->u.hash = lit_utf8_string_hash_combine (hash_start, cesu8_string2_p, cesu8_string2_s… in ecma_append_chars_to_string()