Searched refs:LIT_UTF8_MAX_BYTES_IN_CODE_UNIT (Results 1 – 6 of 6) sorted by relevance
84 #define LIT_UTF8_MAX_BYTES_IN_CODE_UNIT (3) macro
79 #define LIT_UTF8_CESU8_SURROGATE_SIZE_DIF (2 * LIT_UTF8_MAX_BYTES_IN_CODE_UNIT - LIT_UTF8_MAX_BYTES…
91 JERRY_ASSERT (utf8_buf_used <= utf8_buf_size - LIT_UTF8_MAX_BYTES_IN_CODE_UNIT); in ecma_builtin_string_object_from_char_code()
526 *str_p += LIT_UTF8_MAX_BYTES_IN_CODE_UNIT; in ecma_regexp_advance()555 current_p += LIT_UTF8_MAX_BYTES_IN_CODE_UNIT; in ecma_regexp_unicode_advance()580 str_p -= LIT_UTF8_MAX_BYTES_IN_CODE_UNIT; in ecma_regexp_step_back()
494 lit_utf8_byte_t lit_utf8_bytes[LIT_UTF8_MAX_BYTES_IN_CODE_UNIT]; in ecma_new_ecma_string_from_code_unit()511 lit_utf8_byte_t lit_utf8_bytes[2 * LIT_UTF8_MAX_BYTES_IN_CODE_UNIT]; in ecma_new_ecma_string_from_code_units()
875 re_ctx_p->input_curr_p += LIT_UTF8_MAX_BYTES_IN_CODE_UNIT; in re_parse_next_token()