Searched defs:strnicmp (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dcommon.h52 #define strnicmp(x,y,n) strncasecmp(x,y,n) macro
H A Dstringutils.h77 // strlen, strcmp, stricmp, strncmp, strnicmp
104 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { function
/external/webkit/Source/JavaScriptCore/wtf/
H A DStringExtras.h74 inline int strnicmp(const char* string1, const char* string2, size_t count) function
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h84 #define strnicmp _strnicmp macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h231 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines
434 #define sqlite3_strnicmp sqlite3_api->strnicmp
/external/sqlite/dist/
H A Dsqlite3ext.h231 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines
434 #define sqlite3_strnicmp sqlite3_api->strnicmp

Completed in 130 milliseconds