Searched refs:MyStringCompareNoCase (Results 1 – 4 of 4) sorted by relevance
26 return MyStringCompareNoCase(s1, s2); in CompareFileNames()36 return MyStringCompareNoCase(u1, u2); in CompareFileNames()
205 int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) throw();
334 int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) throw() in MyStringCompareNoCase() function
143 int compare = MyStringCompareNoCase(ext, vect[mid].Ext); in FindInSorted_Ext()