Searched refs:original_str_p (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.c | 514 ecma_builtin_helper_string_prototype_object_index_of (ecma_string_t *original_str_p, /**< this argu… in ecma_builtin_helper_string_prototype_object_index_of() argument 520 const ecma_length_t original_len = ecma_string_get_length (original_str_p); in ecma_builtin_helper_string_prototype_object_index_of() 595 … if (ecma_builtin_helper_string_find_index (original_str_p, search_str_p, true, start, &index_of)) in ecma_builtin_helper_string_prototype_object_index_of() 604 … if (ecma_builtin_helper_string_find_index (original_str_p, search_str_p, true, start, &index_of)) in ecma_builtin_helper_string_prototype_object_index_of() 631 if (ecma_builtin_helper_string_find_index (original_str_p, search_str_p, true, in ecma_builtin_helper_string_prototype_object_index_of() 645 …if (ecma_builtin_helper_string_find_index (original_str_p, search_str_p, use_first_index, start, &… in ecma_builtin_helper_string_prototype_object_index_of() 677 ecma_builtin_helper_string_find_index (ecma_string_t *original_str_p, /**< index */ in ecma_builtin_helper_string_find_index() argument 684 const ecma_length_t original_len = ecma_string_get_length (original_str_p); in ecma_builtin_helper_string_find_index() 697 ECMA_STRING_TO_UTF8_STRING (original_str_p, original_str_utf8_p, original_str_size); in ecma_builtin_helper_string_find_index()
|
D | ecma-builtin-helpers.h | 57 ecma_builtin_helper_string_prototype_object_index_of (ecma_string_t *original_str_p, ecma_value_t a… 60 ecma_builtin_helper_string_find_index (ecma_string_t *original_str_p, ecma_string_t *search_str_p, …
|