Home
last modified time | relevance | path

Searched refs:MyCharLower_Ascii (Results 1 – 11 of 11) sorted by relevance

/external/lzma/CPP/Common/
DMyString.cpp75 *s++ = MyCharLower_Ascii(c); in MyStringLower_Ascii()
193 if (MyCharLower_Ascii(c1) != in IsPrefixedBy_Ascii_NoCase()
194 MyCharLower_Ascii(c2)) in IsPrefixedBy_Ascii_NoCase()
208 if (MyCharLower_Ascii(c1) != (unsigned char)MyCharLower_Ascii(c2)) in IsPrefixedBy_Ascii_NoCase()
233 if (c1 != c2 && MyCharLower_Ascii(c1) != MyCharLower_Ascii(c2)) in StringsAreEqualNoCase_Ascii()
246 if (c1 != c2 && MyCharLower_Ascii(c1) != MyCharLower_Ascii(c2)) in StringsAreEqualNoCase_Ascii()
259 …if (c1 != (unsigned char)c2 && (c1 > 0x7F || MyCharLower_Ascii(c1) != (unsigned char)MyCharLower_A… in StringsAreEqualNoCase_Ascii()
DCommandLineParser.cpp14 if (MyCharLower_Ascii(c) != MyCharLower_Ascii(*u)) in IsString1PrefixedByString2_NoCase()
DMyString.h81 inline char MyCharLower_Ascii(char c) in MyCharLower_Ascii() function
88 inline wchar_t MyCharLower_Ascii(wchar_t c) in MyCharLower_Ascii() function
/external/lzma/CPP/7zip/UI/Console/
DUserInputUtils.cpp33 switch(::MyCharLower_Ascii(scannedString[0])) in ScanUserYesNoAllQuit()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp100 wchar_t c = MyCharLower_Ascii(s[1]); in WinMain2()
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp109 switch (MyCharLower_Ascii(s[numDigits])) in StringToDictSize()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp528 if (::MyCharLower_Ascii(name[pos]) == kRecursedIDChar) in AddSwitchWildcardsToCensor()
675 wchar_t c = MyCharLower_Ascii(command[i]); in ParseUpdateCommandString2()
DBench.cpp2098 if ((unsigned char)MyCharLower_Ascii(c1) != MyCharLower_Ascii(c2)) in AreSameMethodNames()
DOpenArchive.cpp3095 switch (MyCharLower_Ascii(*end)) in ParseComplexSize()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp732 c = (char)MyCharLower_Ascii(command[0]); in main()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp286 s += (char)MyCharLower_Ascii((char)c); in CRefItem()