Home
last modified time | relevance | path

Searched refs:ecma_builtin_global_object_byte_to_hex (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-global.c396 ecma_builtin_global_object_byte_to_hex (lit_utf8_byte_t *dest_p, /**< destination pointer */ in ecma_builtin_global_object_byte_to_hex() function
406 } /* ecma_builtin_global_object_byte_to_hex */ in ecma_builtin_global_object_byte_to_hex()
527 ecma_builtin_global_object_byte_to_hex (output_char_p, octets[0]); in ecma_builtin_global_object_encode_uri_helper()
535 ecma_builtin_global_object_byte_to_hex (output_char_p, octets[i]); in ecma_builtin_global_object_encode_uri_helper()
647 ecma_builtin_global_object_byte_to_hex (output_char_p, (lit_utf8_byte_t) chr); in ecma_builtin_global_object_escape()
654 * Although ecma_builtin_global_object_byte_to_hex inserts a percent (%) sign in ecma_builtin_global_object_escape()
658 ecma_builtin_global_object_byte_to_hex (output_char_p + 3, (lit_utf8_byte_t) (chr & 0xff)); in ecma_builtin_global_object_escape()
659 ecma_builtin_global_object_byte_to_hex (output_char_p + 1, (lit_utf8_byte_t) (chr >> JERRY_BITSINBYTE)); in ecma_builtin_global_object_escape()
666 ecma_builtin_global_object_byte_to_hex (output_char_p, (lit_utf8_byte_t) chr); in ecma_builtin_global_object_escape()

Completed in 2 milliseconds