Searched refs:ImStrnicmp (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h173 IMGUI_API int ImStrnicmp(const char* str1, const char* str2, size_t count);
H A Dimgui.cpp1280 // Consider using _stricmp/_strnicmp under Windows or strcasecmp/strncasecmp. We don't actually use either ImStricmp/ImStrnicmp in the codebase any more.
1288 int ImStrnicmp(const char* str1, const char* str2, size_t count) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h173 IMGUI_API int ImStrnicmp(const char* str1, const char* str2, size_t count);
H A Dimgui.cpp1280 // Consider using _stricmp/_strnicmp under Windows or strcasecmp/strncasecmp. We don't actually use either ImStricmp/ImStrnicmp in the codebase any more.
1288 int ImStrnicmp(const char* str1, const char* str2, size_t count) function in typeref:typename:int

Completed in 43 milliseconds