Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h181 IMGUI_API const char* ImStristr(const char* haystack, const char* haystack_end, const char* needl…
Dimgui.cpp1353 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()