/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-helpers-json.c | 66 ecma_has_string_value_in_collection(ecma_collection_t *collection_p, ecma_string_t *string_p) ecma_has_string_value_in_collection() argument
|
H A D | ecma-builtin-string-iterator-prototype.c | 80 ecma_string_t *string_p = ecma_get_string_from_value (iterated_value); in ecma_builtin_string_iterator_prototype_object_next() local
|
H A D | ecma-builtin-symbol.c | 92 ecma_string_t *string_p; in ecma_builtin_symbol_for_helper() local
|
H A D | ecma-builtin-helpers.h | 74 const lit_utf8_byte_t *string_p; /**< source string */ member
|
H A D | ecma-builtins.c | 639 ecma_builtin_routine_try_to_instantiate_property(ecma_object_t *object_p, ecma_string_t *string_p) ecma_builtin_routine_try_to_instantiate_property() argument 697 ecma_builtin_try_to_instantiate_property(ecma_object_t *object_p, ecma_string_t *string_p) ecma_builtin_try_to_instantiate_property() argument [all...] |
H A D | ecma-builtin-json.c | 91 ecma_string_t *string_p; /**< when type is string_token it contains the string */ member 1467 ecma_string_t *string_p = ecma_get_string_from_value (item); in ecma_builtin_json_stringify() local 773 ecma_builtin_json_quote(ecma_stringbuilder_t *builder_p, ecma_string_t *string_p) ecma_builtin_json_quote() argument
|
H A D | ecma-builtin-string-prototype.c | 620 ecma_string_t *string_p = ecma_op_to_string (this_value); in ecma_builtin_string_prototype_object_search() local 790 ecma_string_t *string_p = ecma_op_to_string (this_value); ecma_builtin_string_prototype_object_split() local 1361 ecma_string_t *string_p = ecma_op_to_string (this_arg); ecma_builtin_string_prototype_dispatch_routine() local [all...] |
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-alloc.c | 145 ecma_dealloc_string (ecma_string_t *string_p) /**< string to be freed */ in ecma_dealloc_string() argument 201 ecma_dealloc_string_buffer (ecma_string_t *string_p, /**< string with data */ in ecma_dealloc_string_buffer() argument
|
H A D | ecma-literal-storage.c | 57 ecma_string_t *string_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_string_t, in ecma_free_symbol_list() local 86 ecma_string_t *string_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_string_t, in ecma_free_string_list() local 163 ecma_string_t *string_p = ecma_new_ecma_string_from_utf8 (chars_p, size); in ecma_find_or_create_literal_string() local 482 ecma_string_t *string_p = ecma_get_string_from_value (lit_buffer_p[i]); ecma_save_literals_for_snapshot() local 532 ecma_string_t *string_p = ecma_get_string_from_value (lit_buffer_p[i]); ecma_save_literals_for_snapshot() local [all...] |
H A D | ecma-helpers-value.c | 1062 ecma_string_t *string_p = ecma_get_string_from_value (value); in ecma_free_value() local
|
H A D | ecma-helpers-string.c | 64 ecma_string_to_array_index (const lit_utf8_byte_t *string_p, /**< utf-8 string */ in ecma_string_to_array_index() argument 130 ecma_string_get_chars_fast(const ecma_string_t *string_p, lit_utf8_size_t *size_p) ecma_string_get_chars_fast() argument 234 ecma_prop_name_is_symbol(ecma_string_t *string_p) ecma_prop_name_is_symbol() argument 297 ecma_find_special_string(const lit_utf8_byte_t *string_p, lit_utf8_size_t string_size) ecma_find_special_string() argument 339 ecma_new_ecma_string_from_utf8(const lit_utf8_byte_t *string_p, lit_utf8_size_t string_size) ecma_new_ecma_string_from_utf8() argument 365 ecma_new_nonref_ecma_string_from_utf8(const lit_utf8_byte_t *string_p, lit_utf8_size_t size) ecma_new_nonref_ecma_string_from_utf8() argument 410 ecma_new_ecma_string_from_utf8_converted_to_cesu8(const lit_utf8_byte_t *string_p, lit_utf8_size_t string_size) ecma_new_ecma_string_from_utf8_converted_to_cesu8() argument 532 ecma_string_t *string_p = ecma_alloc_string (); ecma_new_non_direct_string_from_uint32() local 796 ecma_ref_ecma_string(ecma_string_t *string_p) ecma_ref_ecma_string() argument 830 ecma_deref_ecma_string(ecma_string_t *string_p) ecma_deref_ecma_string() argument 863 ecma_destroy_ecma_string(ecma_string_t *string_p) ecma_destroy_ecma_string() argument 914 ecma_string_to_number(const ecma_string_t *string_p) ecma_string_to_number() argument 981 ecma_string_copy_to_cesu8_buffer(const ecma_string_t *string_p, lit_utf8_byte_t *buffer_p, lit_utf8_size_t buffer_size) ecma_string_copy_to_cesu8_buffer() argument 1031 ecma_string_copy_to_utf8_buffer(const ecma_string_t *string_p, lit_utf8_byte_t *buffer_p, lit_utf8_size_t buffer_size) ecma_string_copy_to_utf8_buffer() argument 1364 ecma_string_get_chars(const ecma_string_t *string_p, lit_utf8_size_t *size_p, lit_utf8_size_t *length_p, lit_utf8_byte_t *uint32_buff_p, uint8_t *flags_p) ecma_string_get_chars() argument 1528 ecma_compare_ecma_string_to_magic_id(const ecma_string_t *string_p, lit_magic_string_id_t id) ecma_compare_ecma_string_to_magic_id() argument 1541 ecma_string_is_empty(const ecma_string_t *string_p) ecma_string_is_empty() argument 1553 ecma_string_is_length(const ecma_string_t *string_p) ecma_string_is_length() argument 1669 ecma_string_compare_to_property_name(ecma_property_t property, jmem_cpointer_t prop_name_cp, const ecma_string_t *string_p) ecma_string_compare_to_property_name() argument 2027 ecma_string_get_ascii_size(const ecma_string_t *string_p) ecma_string_get_ascii_size() argument 2076 ecma_string_get_length(const ecma_string_t *string_p) ecma_string_get_length() argument 2118 ecma_string_get_utf8_length(const ecma_string_t *string_p) ecma_string_get_utf8_length() argument 2176 ecma_string_get_size(const ecma_string_t *string_p) ecma_string_get_size() argument 2214 ecma_string_get_utf8_size(const ecma_string_t *string_p) ecma_string_get_utf8_size() argument 2293 ecma_string_get_char_at_pos(const ecma_string_t *string_p, ecma_length_t index) ecma_string_get_char_at_pos() argument 2389 ecma_get_string_magic(const ecma_string_t *string_p) ecma_get_string_magic() argument 2410 ecma_string_hash(const ecma_string_t *string_p) ecma_string_hash() argument 2426 ecma_string_substr(const ecma_string_t *string_p, ecma_length_t start_pos, ecma_length_t end_pos) ecma_string_substr() argument 2525 ecma_string_trim(const ecma_string_t *string_p) ecma_string_trim() argument 2576 ecma_stringbuilder_create_from(ecma_string_t *string_p) ecma_stringbuilder_create_from() argument 2697 ecma_stringbuilder_append(ecma_stringbuilder_t *builder_p, const ecma_string_t *string_p) ecma_stringbuilder_append() argument 2776 ecma_string_t *string_p = ecma_find_special_string (string_begin_p, string_size); ecma_stringbuilder_finalize() local [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-get-put-value.c | 145 ecma_string_t *string_p = ecma_get_string_from_value (base_value); in ecma_op_get_value_object_base() local
|
H A D | ecma-regexp-object.c | 1936 ecma_string_t *const string_p = ecma_op_to_string (string_arg); in ecma_regexp_search_helper() local 2020 ecma_string_t *const string_p = ecma_op_to_string (string_arg); in ecma_regexp_split_helper() local 2503 ecma_regexp_replace_helper_fast(ecma_replace_context_t *ctx_p, const re_compiled_code_t *bc_p, ecma_string_t *string_p, ecma_value_t replace_arg) ecma_regexp_replace_helper_fast() argument 2709 ecma_string_t *string_p = ecma_op_to_string (string_arg); ecma_regexp_replace_helper() local [all...] |
/third_party/jerryscript/jerry-core/lit/ |
H A D | lit-magic-strings.c | 203 lit_is_utf8_string_magic (const lit_utf8_byte_t *string_p, /**< utf-8 string */ in lit_is_utf8_string_magic() argument 296 lit_is_ex_utf8_string_magic (const lit_utf8_byte_t *string_p, /**< utf-8 string */ in lit_is_ex_utf8_string_magic() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_file.c | 118 static int snd_pcm_file_append_value(char **string_p, char **index_ch_p, in snd_pcm_file_append_value() argument
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry-snapshot.c | 1517 jerry_append_ecma_string_to_buffer(uint8_t *buffer_p, uint8_t *buffer_end_p, ecma_string_t *string_p) jerry_append_ecma_string_to_buffer() argument
|
H A D | jerry.c | 4406 jerry_json_parse (const jerry_char_t *string_p, /**< json string */ in jerry_json_parse() argument
|
/third_party/jerryscript/jerry-core/debugger/ |
H A D | debugger.c | 398 const uint8_t *string_p = str_buff; in jerry_debugger_copy_variables_to_string_message() local 609 const lit_utf8_byte_t *string_p = lit_get_magic_string_utf8 (id); in jerry_debugger_send_eval() local 630 ecma_string_t *string_p = ecma_get_string_from_value (message); in jerry_debugger_send_eval() local 751 lit_utf8_byte_t *string_p in jerry_debugger_process_message() local 1332 jerry_debugger_send_string(uint8_t message_type, uint8_t sub_type, const uint8_t *string_p, size_t string_length) jerry_debugger_send_string() argument 1569 ecma_string_t *string_p = NULL; jerry_debugger_send_exception_string() local [all...] |
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-lexer.c | 3457 lexer_compare_literal_to_string(parser_context_t *context_p, const char *string_p, size_t string_length) lexer_compare_literal_to_string() argument
|