Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c2012 ecma_utf8_string_t *utf8_string_p = (ecma_utf8_string_t *) string_p; in ecma_string_get_utf8_length() local
2014 if (utf8_string_p->size == utf8_string_p->length) in ecma_string_get_utf8_length()
2016 return (ecma_length_t) (utf8_string_p->length); in ecma_string_get_utf8_length()
2019 … lit_get_utf8_length_of_cesu8_string (ECMA_UTF8_STRING_GET_BUFFER (string_p), utf8_string_p->size); in ecma_string_get_utf8_length()
2108 ecma_utf8_string_t *utf8_string_p = (ecma_utf8_string_t *) string_p; in ecma_string_get_utf8_size() local
2110 if (utf8_string_p->size == utf8_string_p->length) in ecma_string_get_utf8_size()
2112 return utf8_string_p->size; in ecma_string_get_utf8_size()
2115 …return lit_get_utf8_size_of_cesu8_string (ECMA_UTF8_STRING_GET_BUFFER (string_p), utf8_string_p->s… in ecma_string_get_utf8_size()
2694 ecma_utf8_string_t *utf8_string_p = (ecma_utf8_string_t *) header_p; in ecma_stringbuilder_finalize() local
2696utf8_string_p->header.refs_and_container = ECMA_STRING_CONTAINER_HEAP_UTF8_STRING | ECMA_STRING_RE… in ecma_stringbuilder_finalize()
[all …]