Source position: strutils.pp line 267
function FindMatchesBoyerMooreCaseInSensitive( |
const S: PChar; |
const OldPattern: PChar; |
const SSize: SizeInt; |
const OldPatternSize: SizeInt; |
out aMatches: SizeIntArray; |
const aMatchAll: Boolean |
):Boolean; |
const S: string; |
const OldPattern: string; |
out aMatches: SizeIntArray; |
const aMatchAll: Boolean |
):Boolean; |