OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixString
(Results
1 - 3
of
3
) sorted by null
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs
172
yield return string.Format( EdgeFormat, parentName, childName,
FixString
( parentText ),
FixString
( childText ) );
182
return string.Format( NodeFormat, uniqueName,
FixString
( text ) );
200
protected virtual string
FixString
( string text )
/external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs
162
yield return string.Format(EdgeFormat, parentName, childName,
FixString
(parentText),
FixString
(childText));
171
return string.Format(NodeFormat, uniqueName,
FixString
(text));
185
protected virtual string
FixString
(string text) {