Searched refs:ImStristr (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 181 IMGUI_API const char* ImStristr(const char* haystack, const char* haystack_end, const char* needl…
|
D | imgui.cpp | 1353 const char* ImStristr(const char* haystack, const char* haystack_end, const char* needle, const cha… in ImStristr() function 2094 if (ImStristr(text, text_end, f.begin()+1, f.end()) != NULL) in PassFilter() 2100 if (ImStristr(text, text_end, f.begin(), f.end()) != NULL) in PassFilter()
|