Home
last modified time | relevance | path

Searched refs:IndexOfCore (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DCompareInfo.cs832 return IndexOfCore(source, new string(value, 1), startIndex, count, options, null); in IndexOf()
880 return IndexOfCore(source, value, startIndex, count, options, null); in IndexOf()
927 return IndexOfCore(source, value, startIndex, count, options, matchLengthPtr); in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DCompareInfo.cs835 return IndexOfCore(source, new string(value, 1), startIndex, count, options, null); in IndexOf()
883 return IndexOfCore(source, value, startIndex, count, options, null); in IndexOf()
930 return IndexOfCore(source, value, startIndex, count, options, matchLengthPtr); in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Globalization/
H A DCompareInfo.Dummy.cs62 …private unsafe int IndexOfCore(string source, string value, int startIndex, int count, CompareOpti… in IndexOfCore() method in System.Globalization.CompareInfo
H A DCompareInfo.Windows.cs215 …internal unsafe int IndexOfCore(string source, string target, int startIndex, int count, CompareOp… in IndexOfCore() method in System.Globalization.CompareInfo
H A DCompareInfo.Unix.cs174 …internal unsafe int IndexOfCore(string source, string target, int startIndex, int count, CompareOp… in IndexOfCore() method in System.Globalization.CompareInfo