Searched refs:find_subbytes (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objstr.h | 76 const byte *find_subbytes(const byte *haystack, size_t hlen, const byte *needle, size_t nlen, int d…
|
A D | objstr.c | 279 const byte *find_subbytes(const byte *haystack, size_t hlen, const byte *needle, size_t nlen, int d… in find_subbytes() function 401 return mp_obj_new_bool(find_subbytes(lhs_data, lhs_len, rhs_data, rhs_len, 1) != NULL); in mp_obj_str_binary_op() 722 const byte *p = find_subbytes(start, end - start, needle, needle_len, direction); in str_finder() 828 if (find_subbytes(chars_to_del, chars_to_del_len, &orig_str[i], 1, 1) == NULL) { in str_uni_strip() 1677 …ts_done != (size_t)max_rep && str_len_remain > 0 && (old_occurrence = find_subbytes(offset_ptr, st… in str_replace() 1798 const byte *position_ptr = find_subbytes(str, str_len, sep, sep_len, direction); in str_partitioner()
|
A D | objarray.c | 318 … find_subbytes(lhs_bufinfo.buf, lhs_bufinfo.len, rhs_bufinfo.buf, rhs_bufinfo.len, 1) != NULL); in array_binary_op()
|
Completed in 8 milliseconds