Searched refs:lastCharIndex (Results 1 – 7 of 7) sorted by relevance
412 int lastCharIndex = offset + candidate.length(); in parseAndVerify() local413 if (lastCharIndex < text.length()) { in parseAndVerify()414 char nextChar = text.charAt(lastCharIndex); in parseAndVerify()
487 size_t lastCharIndex = offset + candidate.length(); in ParseAndVerify() local488 if (lastCharIndex < text_.length()) { in ParseAndVerify()492 text_.c_str() + lastCharIndex - 1); in ParseAndVerify()
205 const lastCharIndex = tokenText.length - 1; constant207 … while (tokenText.charCodeAt(lastCharIndex - numBackslashes) === CharacterCodes.backslash) {
118228 var lastCharIndex = tokenText.length - 1;118230 … while (tokenText.charCodeAt(lastCharIndex - numBackslashes) === 92 /* backslash */) {
118797 var lastCharIndex = tokenText.length - 1;118799 … while (tokenText.charCodeAt(lastCharIndex - numBackslashes) === 92 /* backslash */) {