3 references to StartsWith
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (3)
342return Interop.Globalization.StartsWith(_sortHandle, pPrefix, prefix.Length, pSource, source.Length, options, matchLengthPtr); 426return Interop.Globalization.StartsWith(_sortHandle, bp, prefix.Length, ap, source.Length, options, matchLengthPtr); 499return Interop.Globalization.StartsWith(_sortHandle, bp, prefix.Length, ap, source.Length, options, matchLengthPtr);