Searched refs:lit_utf8_string_length (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-string.c | 353 …string_desc_p = ecma_new_ecma_string_from_utf8_buffer (lit_utf8_string_length (string_p, string_si… in ecma_new_ecma_string_from_utf8() 568 …ecma_string_t *string_desc_p = ecma_new_ecma_string_from_utf8_buffer (lit_utf8_string_length (str_… in ecma_new_ecma_string_from_number() 1310 #define ECMA_STRING_IS_ASCII(char_p, size) ((size) == lit_utf8_string_length ((char_p), (size))) 1356 length = lit_utf8_string_length (result_p, size); in ecma_string_get_chars() 1456 length = lit_utf8_string_length (lit_get_magic_string_ex_utf8 (id), size); in ecma_string_get_chars() 1964 return lit_utf8_string_length (lit_get_magic_string_ex_utf8 (id), in ecma_string_get_length() 1981 return lit_utf8_string_length (lit_get_magic_string_ex_utf8 (id), in ecma_string_get_length() 2150 lit_utf8_size_t length = lit_utf8_string_length (data_p, size); in ecma_external_string_get_char_at_pos() 2663 const lit_utf8_size_t length = lit_utf8_string_length (string_begin_p, string_size); in ecma_stringbuilder_finalize()
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-strings.h | 99 ecma_length_t lit_utf8_string_length (const lit_utf8_byte_t *utf8_buf_p, lit_utf8_size_t utf8_buf_s…
|
D | lit-strings.c | 291 lit_utf8_string_length (const lit_utf8_byte_t *utf8_buf_p, /**< utf-8 string */ in lit_utf8_string_length() function
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-date.c | 344 ecma_length_t remaining_length = lit_utf8_string_length (date_str_curr_p, in ecma_builtin_date_parse_ISO_string_format() 393 …if ((lit_utf8_string_length (date_str_curr_p, (lit_utf8_size_t) (date_str_end_p - date_str_curr_p)… in ecma_builtin_date_parse_ISO_string_format()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 1859 match_length = lit_utf8_string_length (match_begin_p, in ecma_regexp_exec_helper() 2631 ctx_p->index += lit_utf8_string_length (current_p, matched_size); in ecma_regexp_replace_helper_fast()
|