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/
H A Decma-helpers-string.c2485 const lit_utf8_byte_t *nonws_start_p = *utf8_str_p + *utf8_str_size; in ecma_string_trim_helper() local
2488 while (current_p < nonws_start_p) in ecma_string_trim_helper()
2494 nonws_start_p = current_p; in ecma_string_trim_helper()
2503 while (current_p > nonws_start_p) in ecma_string_trim_helper()
2515 *utf8_str_p = nonws_start_p; in ecma_string_trim_helper()
2516 *utf8_str_size = (lit_utf8_size_t) (current_p - nonws_start_p); in ecma_string_trim_helper()

Completed in 4 milliseconds