3 references to CharUtils
Microsoft.ML.Core (1)
Data\ReadOnlyMemoryUtils.cs (1)
223char ch = CharUtils.ToLowerInvariant(span[j]);
Microsoft.ML.Transforms (2)
Text\TextNormalizing.cs (2)
425ch = CharUtils.ToLowerInvariant(ch); 427ch = CharUtils.ToUpperInvariant(ch);