Lines Matching refs:GetCharErrorDisplay
1107 function GetCharErrorDisplay(const C: Integer): String;
2468 function GetCharErrorDisplay(const C: Integer): String;
5358 function TLexer.GetCharErrorDisplay(const C: Integer): String; in GetCharErrorDisplay() function
5402 Result := 'mismatched character ' + GetCharErrorDisplay(E.Character)
5403 + ' expecting ' + GetCharErrorDisplay(MTE.Expecting)
5409 Result := 'no viable alternative at character ' + GetCharErrorDisplay(NVAE.Character)
5414 + GetCharErrorDisplay(EEE.Character)
5417 Result := 'mismatched character ' + GetCharErrorDisplay(MNSE.Character)
5421 Result := 'mismatched character ' + GetCharErrorDisplay(MSE.Character)
5425 Result := 'mismatched character ' + GetCharErrorDisplay(MRE.Character)
5426 + ' expecting set ' + GetCharErrorDisplay(MRE.A) + '..'
5427 + GetCharErrorDisplay(MRE.B)