Exemplo n.º 1
0
        private void LinesToChars()
        {
            foreach (var patch in patches)
            {
                patch.LinesToChars(charRep);
            }

            lmText = charRep.LinesToChars(textLines);
        }
Exemplo n.º 2
0
 public void LinesToChars(CharRepresenter rep)
 {
     lmContext = rep.LinesToChars(ContextLines);
     lmPatched = rep.LinesToChars(PatchedLines);
 }
Exemplo n.º 3
0
 public int[] Match() => Match(charRep.LinesToChars(lines1), charRep.LinesToChars(lines2), charRep.MaxLineChar);