Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyString.cpp91 *s++ = MyCharLower_Ascii(c); in MyStringLower_Ascii()
102 *s++ = MyCharLower_Ascii(c); in MyStringLower_Ascii()
220 if (MyCharLower_Ascii(c1) != in IsPrefixedBy_Ascii_NoCase()
221 MyCharLower_Ascii(c2)) in IsPrefixedBy_Ascii_NoCase()
235 if (MyCharLower_Ascii(c1) != (unsigned char)MyCharLower_Ascii(c2)) in IsPrefixedBy_Ascii_NoCase()
260 if (c1 != c2 && MyCharLower_Ascii(c1) != MyCharLower_Ascii(c2)) in StringsAreEqualNoCase_Ascii()
273 if (c1 != c2 && MyCharLower_Ascii(c1) != MyCharLower_Ascii(c2)) in StringsAreEqualNoCase_Ascii()
286 …if (c1 != (unsigned char)c2 && (c1 > 0x7F || MyCharLower_Ascii(c1) != (unsigned char)MyCharLower_A… in StringsAreEqualNoCase_Ascii()
317 if (c1 != (unsigned char)c2 && MyCharLower_Ascii(c1) != (unsigned char)MyCharLower_Ascii(c2)) in IsString1PrefixedByString2_NoCase_Ascii()
DMyString.h134 inline char MyCharLower_Ascii(char c) in MyCharLower_Ascii() function
141 inline wchar_t MyCharLower_Ascii(wchar_t c) in MyCharLower_Ascii() function
/external/lzma/CPP/7zip/UI/Console/
DUserInputUtils.cpp44 switch (::MyCharLower_Ascii(scannedString[0])) in ScanUserYesNoAllQuit()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp104 wchar_t c = MyCharLower_Ascii(s[1]); in WinMain2()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp50 switch (MyCharLower_Ascii(c)) in ParseSizeString()
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp123 switch (MyCharLower_Ascii(s[numDigits])) in StringToDictSize()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp588 if (::MyCharLower_Ascii(name[pos]) == kRecursedIDChar) in AddSwitchWildcardsToCensor()
659 wchar_t c = MyCharLower_Ascii(command[i]); in ParseUpdateCommandString2()
DOpenArchive.cpp3433 switch (MyCharLower_Ascii(*end)) in ParseComplexSize()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp772 c = (char)MyCharLower_Ascii(command[0]); in main()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp665 s += (char)MyCharLower_Ascii((char)c); in CRefItem()