Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c1368 … lit_utf8_byte_t *uint32_buff_p, /**< [out] optional argument. If the pointer is not NULL the in ecma_string_get_chars() argument
1417 if (uint32_buff_p != NULL) in ecma_string_get_chars()
1419 result_p = uint32_buff_p; in ecma_string_get_chars()
1469 if (uint32_buff_p != NULL) in ecma_string_get_chars()
1471 result_p = uint32_buff_p; in ecma_string_get_chars()
Decma-helpers.h345 lit_utf8_byte_t *uint32_buff_p,