Home
last modified time | relevance | path

Searched refs:haystack_ptr (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c1752 for (const byte *haystack_ptr = start; haystack_ptr + needle_len <= end;) { in str_count() local
1753 if (memcmp(haystack_ptr, needle, needle_len) == 0) { in str_count()
1755 haystack_ptr += needle_len; in str_count()
1757 haystack_ptr = utf8_next_char(haystack_ptr); in str_count()

Completed in 9 milliseconds