예제 #1
0
        private void LinesToChars()
        {
            foreach (var patch in patches)
            {
                patch.LinesToChars(charRep);
            }

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