Searched refs:lit_cesu8_read_prev (Results 1 – 4 of 4) sorted by relevance
138 ecma_char_t lit_cesu8_read_prev (const lit_utf8_byte_t **buf_p);
500 lit_cesu8_read_prev (const lit_utf8_byte_t **buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_read_prev() function
178 TEST_ASSERT (code_units[calculated_length] == lit_cesu8_read_prev (&curr_p)); in main()
575 lit_code_point_t ch = lit_cesu8_read_prev (&str_p); in ecma_regexp_step_back()