Home | History | Annotate | Download | only in terminal

Lines Matching refs:lastChar

101       int lastChar = -1;
109 if (lastChar != -1) {
110 putChar((char) lastChar, isWide, false);
112 lastChar = c;
116 if (lastChar != -1) {
117 char nc = Precomposer.precompose((char) lastChar, c);
119 lastChar = -1;
122 if (lastChar != -1) {
123 putChar((char) lastChar, isWide, false);
125 lastChar = c;
133 if (lastChar != -1) {
134 putChar((char) lastChar, isWide, false);