Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
H A DWildcard.cpp86 c1 = MyCharUpper(c1); in MyStringCompareNoCase_Path()
87 c2 = MyCharUpper(c2); in MyStringCompareNoCase_Path()
147 if (g_CaseSensitive || MyCharUpper(m) != MyCharUpper(c)) in EnhancedMaskTest()
H A DMyString.cpp204 if (c1 != c2 && MyCharUpper(c1) != MyCharUpper(c2)) return false; in StringsAreEqualNoCase()
353 if (c1 != c2 && MyCharUpper(c1) != MyCharUpper(c2)) in IsString1PrefixedByString2_NoCase()
367 const wchar_t u1 = MyCharUpper(c1); in MyStringCompareNoCase()
368 const wchar_t u2 = MyCharUpper(c2); in MyStringCompareNoCase()
385 wchar_t u1 = MyCharUpper(c1);
386 wchar_t u2 = MyCharUpper(c2);
H A DMyString.h171 inline wchar_t MyCharUpper(wchar_t c) throw() in MyCharUpper() function
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp309 if (!g_CaseSensitive && (MyCharUpper(c1) == MyCharUpper(c2))) in CompareTwoNames()

Completed in 9 milliseconds