Searched refs:Txt (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas3998 ChannelStr, Txt: String;
4005 Txt := GetText;
4006 if (Txt <> '') then
4008 Txt := ReplaceStr(Txt,#10,'\n');
4009 Txt := ReplaceStr(Txt,#13,'\r');
4010 Txt := ReplaceStr(Txt,#9,'\t');
4012 Txt
[all...]

Completed in 1967 milliseconds