Home
last modified time | relevance | path

Searched refs:lit_convert_surrogate_pair_to_code_point (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h120 lit_code_point_t lit_convert_surrogate_pair_to_code_point (ecma_char_t high_surrogate, ecma_char_t …
Dlit-strings.c836 lit_code_point_t code_point = lit_convert_surrogate_pair_to_code_point (prev_ch, ch); in lit_convert_cesu8_string_to_utf8_string()
864 lit_convert_surrogate_pair_to_code_point (ecma_char_t high_surrogate, /**< high surrogate code poin… in lit_convert_surrogate_pair_to_code_point() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c462 cp = lit_convert_surrogate_pair_to_code_point (ch, next_ch); in ecma_builtin_global_object_encode_uri_helper()
512 cp = lit_convert_surrogate_pair_to_code_point (ch, next_ch); in ecma_builtin_global_object_encode_uri_helper()
Decma-builtin-string-prototype.c1228 return ecma_make_uint32_value (lit_convert_surrogate_pair_to_code_point (first, second)); in ecma_builtin_string_prototype_object_code_point_at()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c602 …re_ctx_p->token.value = lit_convert_surrogate_pair_to_code_point ((ecma_char_t) re_ctx_p->token.va… in re_parse_char_escape()
874 re_ctx_p->token.value = lit_convert_surrogate_pair_to_code_point (ch, next); in re_parse_next_token()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c525 cp = lit_convert_surrogate_pair_to_code_point ((ecma_char_t) cp, next_ch); in ecma_regexp_advance()
554 ch = lit_convert_surrogate_pair_to_code_point ((ecma_char_t) ch, next_ch); in ecma_regexp_unicode_advance()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c1272 lit_code_point_t code_point = lit_convert_surrogate_pair_to_code_point (ch, next_ch); in ecma_substring_copy_to_utf8_buffer()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c713 code_point = lit_convert_surrogate_pair_to_code_point ((ecma_char_t) code_point, in lexer_parse_identifier()