Searched refs:utf8_str_p (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-string.c | 1082 ECMA_STRING_TO_UTF8_STRING (string_desc_p, utf8_str_p, utf8_str_size); in ecma_substring_copy_to_cesu8_buffer() 1084 const lit_utf8_byte_t *start_p = utf8_str_p; in ecma_substring_copy_to_cesu8_buffer() 1124 ECMA_FINALIZE_UTF8_STRING (utf8_str_p, utf8_str_size); in ecma_substring_copy_to_cesu8_buffer() 2353 ecma_string_trim_helper (const lit_utf8_byte_t **utf8_str_p, /**< [in, out] current string position… in ecma_string_trim_helper() argument 2358 const lit_utf8_byte_t *nonws_start_p = *utf8_str_p + *utf8_str_size; in ecma_string_trim_helper() 2359 const lit_utf8_byte_t *current_p = *utf8_str_p; in ecma_string_trim_helper() 2374 current_p = *utf8_str_p + *utf8_str_size; in ecma_string_trim_helper() 2388 *utf8_str_p = nonws_start_p; in ecma_string_trim_helper() 2404 …const lit_utf8_byte_t *utf8_str_p = ecma_string_get_chars (string_p, &utf8_str_size, NULL, NULL, &… in ecma_string_trim() local 2408 ecma_string_trim_helper (&utf8_str_p, &utf8_str_size); in ecma_string_trim() [all …]
|
D | ecma-helpers.h | 368 void ecma_string_trim_helper (const lit_utf8_byte_t **utf8_str_p,
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-strings.c | 279 lit_zt_utf8_string_size (const lit_utf8_byte_t *utf8_str_p) /**< zero-terminated utf-8 string */ in lit_zt_utf8_string_size() argument 281 JERRY_ASSERT (utf8_str_p != NULL); in lit_zt_utf8_string_size() 282 return (lit_utf8_size_t) strlen ((const char *) utf8_str_p); in lit_zt_utf8_string_size()
|
D | lit-strings.h | 95 lit_utf8_size_t lit_zt_utf8_string_size (const lit_utf8_byte_t *utf8_str_p);
|