HomeSort by relevance Sort by last modified time
    Searched refs:MyStringCompareNoCase_N (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ExtractingFilePath.cpp 71 if (MyStringCompareNoCase_N(name, reservedName, len) != 0)
87 if (MyStringCompareNoCase_N(name, reservedName, len) != 0)
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 150 if (MyStringCompareNoCase_N(switches, L"-y", 2) == 0)
  /external/lzma/CPP/Common/
MyString.h 147 int MyStringCompareNoCase_N(const wchar_t *s1, const wchar_t *s2, unsigned num) throw();
MyString.cpp 293 int MyStringCompareNoCase_N(const wchar_t *s1, const wchar_t *s2, unsigned num) throw()

Completed in 2853 milliseconds