Home
last modified time | relevance | path

Searched refs:lit_four_byte_utf8_char_to_cesu8 (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h219 void lit_four_byte_utf8_char_to_cesu8 (uint8_t *dst_p, const uint8_t *source_p);
Dlit-char-helpers.c421 lit_four_byte_utf8_char_to_cesu8 (uint8_t *dst_p, /**< destination buffer */ in lit_four_byte_utf8_char_to_cesu8() function
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c2080 lit_four_byte_utf8_char_to_cesu8 (destination_p, source_p); in lexer_convert_ident_to_cesu8()
2313 lit_four_byte_utf8_char_to_cesu8 (destination_p, source_p); in lexer_convert_literal_to_chars()
3222 lit_four_byte_utf8_char_to_cesu8 (utf8_buf, left_p); in lexer_compare_identifier_to_chars()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c429 lit_four_byte_utf8_char_to_cesu8 (data_p, string_p + pos); in ecma_new_ecma_string_from_utf8_converted_to_cesu8()