Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcregexp.pas85 function GetReplStr(AStr: Pchar; const ARepl: string) : string; virtual; in GetReplStr() function
629 function TpcRegExp.GetReplStr(AStr: Pchar; const ARepl: string):string; in TpcRegExp.GetReplStr()
676 GetReplStr:=s;
783 pcGrepSub:=PpcRE^.GetReplStr(pchar(AStr),ARepl)
803 pcFastGrepSub:=PpcRE^.GetReplStr(pchar(AStr),ARepl)