Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c2358 const lit_utf8_byte_t *nonws_start_p = *utf8_str_p + *utf8_str_size; in ecma_string_trim_helper() local
2361 while (current_p < nonws_start_p) in ecma_string_trim_helper()
2367 nonws_start_p = current_p; in ecma_string_trim_helper()
2376 while (current_p > nonws_start_p) in ecma_string_trim_helper()
2388 *utf8_str_p = nonws_start_p; in ecma_string_trim_helper()
2389 *utf8_str_size = (lit_utf8_size_t) (current_p - nonws_start_p); in ecma_string_trim_helper()