Home
last modified time | relevance | path

Searched refs:previousChar (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java406 char previousChar = text.charAt(offset - 1); in parseAndVerify() local
408 if (isInvalidPunctuationSymbol(previousChar) || isLatinLetter(previousChar)) { in parseAndVerify()
/third_party/typescript/src/harness/
DfourslashImpl.ts4282 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;