Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c714 ecma_char_t first_char = lit_cesu8_read_next (&search_str_curr_p); in ecma_builtin_helper_string_find_index()
723 lit_cesu8_read_next (&original_str_curr_p) == first_char) in ecma_builtin_helper_string_find_index()
730lit_cesu8_read_next (&original_str_curr_p) == lit_cesu8_read_next (&nested_search_str_curr_p)) in ecma_builtin_helper_string_find_index()
Decma-builtin-global.c601 ecma_char_t chr = lit_cesu8_read_next (&input_curr_p); in ecma_builtin_global_object_escape()
636 ecma_char_t chr = lit_cesu8_read_next (&input_curr_p); in ecma_builtin_global_object_escape()
722 ecma_char_t chr = lit_cesu8_read_next (&input_curr_p); in ecma_builtin_global_object_unescape()
Decma-builtin-regexp-prototype.c156 ecma_char_t c = lit_cesu8_read_next (&pattern_str_curr_p); in ecma_op_escape_regexp_pattern()
189 ecma_stringbuilder_append_char (&builder, lit_cesu8_read_next (&pattern_str_curr_p)); in ecma_op_escape_regexp_pattern()
Decma-builtin-string-prototype.c1022 ecma_char_t character = lit_cesu8_read_next (&input_str_curr_p); in ecma_builtin_string_prototype_object_conversion_helper()
1061 ecma_char_t character = lit_cesu8_read_next (&input_str_curr_p); in ecma_builtin_string_prototype_object_conversion_helper()
Decma-builtin-date.c66 if (*str_p >= str_end_p || !lit_char_is_decimal_digit (lit_cesu8_read_next (str_p))) in ecma_date_parse_date_chars()
/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h137 ecma_char_t lit_cesu8_read_next (const lit_utf8_byte_t **buf_p);
Dlit-strings.c484 lit_cesu8_read_next (const lit_utf8_byte_t **buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_read_next() function
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c750 ecma_char_t current = lit_cesu8_read_next (&string_curr_p); in ecma_number_parse_int()
762 current = lit_cesu8_read_next (&string_curr_p); in ecma_number_parse_int()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c467 lit_code_point_t ch = lit_cesu8_read_next (&re_ctx_p->input_curr_p); in re_parse_char_escape()
683 ecma_char_t ch = lit_cesu8_read_next (&re_ctx_p->input_curr_p); in re_parse_next_token()
1043 current = lit_cesu8_read_next (&re_ctx_p->input_curr_p); in re_parse_char_class()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c515 lit_code_point_t cp = lit_cesu8_read_next (str_p); in ecma_regexp_advance()
547 lit_code_point_t ch = lit_cesu8_read_next (&current_p); in ecma_regexp_unicode_advance()
1478 const ecma_char_t ch = lit_cesu8_read_next (&str_curr_p); in ecma_regexp_run()