Searched defs:haystack (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | containment.py | 7 haystack = "supercalifragilistc" variable
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | str-two-way.h | 205 __rtl_two_way_short_needle (const unsigned char *haystack, size_t haystack_len, in __rtl_two_way_short_needle() 301 __rtl_two_way_long_needle (const unsigned char *haystack, size_t haystack_len, in __rtl_two_way_long_needle()
|
/AliOS-Things-master/components/py_engine/engine/shared/libc/ |
A D | string0.c | 227 char *strstr(const char *haystack, const char *needle) in strstr()
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 481 SDL_wcsstr(const wchar_t *haystack, const wchar_t *needle) in SDL_wcsstr() 708 SDL_strstr(const char *haystack, const char *needle) in SDL_strstr()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
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()
|
Completed in 12 milliseconds