6 references to s_casingTableInit
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\OrdinalCasing.Icu.cs (6)
492
ushort[]?[] table = new ushort[]?[
s_casingTableInit
.Length * 8];
493
for (int i = 0; i <
s_casingTableInit
.Length * 8; ++i)
496
byte val = (byte)(
s_casingTableInit
[i / 8] >> (7 - (i % 8)));
523
ushort[]?[] table = new ushort[]?[
s_casingTableInit
.Length * 8];
524
for (int i = 0; i <
s_casingTableInit
.Length * 8; ++i)
527
byte val = (byte)(
s_casingTableInit
[i / 8] >> (7 - (i % 8)));