Searched refs:replace_size (Results 1 – 3 of 3) sorted by relevance
41 const size_t replace_size = sizeof(kReplaceString) - 1; in InitFilter() local46 if (replace_size > find_size) in InitFilter()47 replace_overflow_size_ = (replace_size - find_size + 3) * 10; in InitFilter()
850 lit_utf8_size_t replace_size; in ecma_builtin_replace_substitute() local853 &replace_size, in ecma_builtin_replace_substitute()858 const lit_utf8_byte_t *const replace_end_p = replace_buf_p + replace_size; in ecma_builtin_replace_substitute()1011 jmem_heap_free_block ((void *) replace_buf_p, replace_size); in ecma_builtin_replace_substitute()
3690 const size_t replace_size = sizeof(kReplaceString) - 1; in GetInput() local3693 if (replace_size > find_size) in GetInput()3694 replace_overflow_size_ = (replace_size - find_size) * repeat_ct_; in GetInput()