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.c1328 … lit_utf8_byte_t *uint32_buff_p, /**< [out] optional argument. If the pointer is not NULL the in ecma_string_get_chars() argument
1377 if (uint32_buff_p != NULL) in ecma_string_get_chars()
1379 result_p = uint32_buff_p; in ecma_string_get_chars()
1429 if (uint32_buff_p != NULL) in ecma_string_get_chars()
1431 result_p = uint32_buff_p; in ecma_string_get_chars()
Decma-helpers.h342 lit_utf8_byte_t *uint32_buff_p,