Searched refs:previousChar (Results 1 – 2 of 2) sorted by relevance
406 char previousChar = text.charAt(offset - 1); in parseAndVerify() local408 if (isInvalidPunctuationSymbol(previousChar) || isLatinLetter(previousChar)) { in parseAndVerify()
4282 let previousChar = content.charAt(0);4287 if (previousChar === "[" && currentChar === "|") {4300 else if (previousChar === "|" && currentChar === "]") {4320 else if (previousChar === "/" && currentChar === "*") {4330 else if (previousChar === "{" && currentChar === "|") {4345 if (previousChar === "|" && currentChar === "}") {4365 if (previousChar === "*" && currentChar === "/") {4401 if (currentChar === "\n" && previousChar === "\r") {4412 previousChar = currentChar;