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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringutils.h135 inline int _strnicmp(const char* s1, const char* s2, size_t n) { function
270 return _strnicmp(s1, s2, n);

Completed in 242 milliseconds