Source position: strutils.pp line 286
function FindMatchesBoyerMooreCaseSensitive( |
const S: PAnsiChar; |
const OldPattern: PAnsiChar; |
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; |