Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-globals.h84 #define LIT_UTF8_MAX_BYTES_IN_CODE_UNIT (3) macro
Dlit-strings.h79 #define LIT_UTF8_CESU8_SURROGATE_SIZE_DIF (2 * LIT_UTF8_MAX_BYTES_IN_CODE_UNIT - LIT_UTF8_MAX_BYTES…
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string.c91 JERRY_ASSERT (utf8_buf_used <= utf8_buf_size - LIT_UTF8_MAX_BYTES_IN_CODE_UNIT); in ecma_builtin_string_object_from_char_code()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c526 *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()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c494 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()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c875 re_ctx_p->input_curr_p += LIT_UTF8_MAX_BYTES_IN_CODE_UNIT; in re_parse_next_token()