Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UInt32ContainsAnyLowercaseAsciiChar()

static bool System.Text.Unicode.Utf16Utility.UInt32ContainsAnyLowercaseAsciiChar ( uint value)
inlinestaticpackage

Definition at line 45 of file Utf16Utility.cs.

46 {
47 uint num = value + 8388736 - 6357089;
48 uint num2 = value + 8388736 - 8061051;
49 uint num3 = num ^ num2;
50 return (num3 & 0x800080) != 0;
51 }

References System.value.

Referenced by System.Globalization.TextInfo.ChangeCaseCommon< TConversion >().