Searched refs:MyCharLower_Ascii (Results 1 – 11 of 11) sorted by relevance
75 *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()
14 if (MyCharLower_Ascii(c) != MyCharLower_Ascii(*u)) in IsString1PrefixedByString2_NoCase()
81 inline char MyCharLower_Ascii(char c) in MyCharLower_Ascii() function88 inline wchar_t MyCharLower_Ascii(wchar_t c) in MyCharLower_Ascii() function
33 switch(::MyCharLower_Ascii(scannedString[0])) in ScanUserYesNoAllQuit()
100 wchar_t c = MyCharLower_Ascii(s[1]); in WinMain2()
109 switch (MyCharLower_Ascii(s[numDigits])) in StringToDictSize()
528 if (::MyCharLower_Ascii(name[pos]) == kRecursedIDChar) in AddSwitchWildcardsToCensor()675 wchar_t c = MyCharLower_Ascii(command[i]); in ParseUpdateCommandString2()
2098 if ((unsigned char)MyCharLower_Ascii(c1) != MyCharLower_Ascii(c2)) in AreSameMethodNames()
3095 switch (MyCharLower_Ascii(*end)) in ParseComplexSize()
732 c = (char)MyCharLower_Ascii(command[0]); in main()
286 s += (char)MyCharLower_Ascii((char)c); in CRefItem()