Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
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 := '<no text>';
4015 [FIndex,FStart,FStop,Txt,FTokenType,ChannelStr,FLine,FCharPositionInLine]);
4144 ChannelStr, Txt: String;
4150 Txt := FText;
[all …]
/external/avahi/avahi-sharp/
DRecordBrowser.cs47 Txt = 16, enumerator
/external/pdfium/third_party/lcms2-2.6/src/
Dcmscgats.c458 cmsBool SynError(cmsIT8* it8, const char *Txt, ...) in SynError() argument
463 va_start(args, Txt); in SynError()
464 vsnprintf(Buffer, 255, Txt, args); in SynError()