2 references to HalfToFullWidthKanaTable
System.Text.Encoding.CodePages (2)
System\Text\ISO2022Encoding.cs (2)
403if (bTrailByte < 0x21 || bTrailByte >= 0x21 + HalfToFullWidthKanaTable.Length) 410iBytes = unchecked((ushort)(HalfToFullWidthKanaTable[bTrailByte - 0x21] & 0x7F7F));