Home
last modified time | relevance | path

Searched defs:GetCharErrorDisplay (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs311 public virtual string GetCharErrorDisplay(int c) { in GetCharErrorDisplay() method in Antlr.Runtime.Lexer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs381 public virtual string GetCharErrorDisplay( int c ) in GetCharErrorDisplay() method in Antlr.Runtime.Lexer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs398 public virtual string GetCharErrorDisplay( int c ) in GetCharErrorDisplay() method in Antlr.Runtime.SlimLexer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1107 function GetCharErrorDisplay(const C: Integer): String; in GetCharErrorDisplay() function
2468 function GetCharErrorDisplay(const C: Integer): String; in GetCharErrorDisplay() function
5358 function TLexer.GetCharErrorDisplay(const C: Integer): String; in GetCharErrorDisplay() function