Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h100 ecma_length_t lit_get_utf8_length_of_cesu8_string (const lit_utf8_byte_t *cesu8_buf_p, lit_utf8_siz…
Dlit-strings.c345 lit_get_utf8_length_of_cesu8_string (const lit_utf8_byte_t *cesu8_buf_p, /**< cesu-8 string */ in lit_get_utf8_length_of_cesu8_string() function
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c2006 return lit_get_utf8_length_of_cesu8_string (lit_get_magic_string_ex_utf8 (id), in ecma_string_get_utf8_length()
2019 …return lit_get_utf8_length_of_cesu8_string (ECMA_UTF8_STRING_GET_BUFFER (string_p), utf8_string_p-… in ecma_string_get_utf8_length()
2031 return lit_get_utf8_length_of_cesu8_string (ECMA_LONG_UTF8_STRING_GET_BUFFER (string_p), in ecma_string_get_utf8_length()
2039 return lit_get_utf8_length_of_cesu8_string (lit_get_magic_string_ex_utf8 (id), in ecma_string_get_utf8_length()