Home | History | Annotate | Download | only in impl

Lines Matching defs:nextChar

189 		char ch = 0, nextChar = 0;
280 nextChar = catedStr.charAt(itemEnd + 1);
281 nextKind = classifyCharacter(nextChar);
286 nextChar = 0x3B;
289 if (ch == nextChar)