Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EndsWithCore()

unsafe bool System.Globalization.CompareInfo.EndsWithCore ( ReadOnlySpan< char > source,
ReadOnlySpan< char > suffix,
CompareOptions options,
int * matchLengthPtr )
inlineprivate

Definition at line 566 of file CompareInfo.cs.

567 {
568 if (!GlobalizationMode.UseNls)
569 {
571 }
573 }
unsafe bool NlsEndsWith(ReadOnlySpan< char > source, ReadOnlySpan< char > suffix, CompareOptions options, int *matchLengthPtr)
unsafe bool IcuEndsWith(ReadOnlySpan< char > source, ReadOnlySpan< char > suffix, CompareOptions options, int *matchLengthPtr)

References System.Globalization.CompareInfo.IcuEndsWith(), System.Globalization.CompareInfo.NlsEndsWith(), System.options, System.source, System.suffix, and System.Globalization.GlobalizationMode.UseNls.

Referenced by System.Globalization.CompareInfo.IsSuffix(), and System.Globalization.CompareInfo.IsSuffix().