Home
last modified time | relevance | path

Searched refs:lastCharIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java412 int lastCharIndex = offset + candidate.length(); in parseAndVerify() local
413 if (lastCharIndex < text.length()) { in parseAndVerify()
414 char nextChar = text.charAt(lastCharIndex); in parseAndVerify()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.cc487 size_t lastCharIndex = offset + candidate.length(); in ParseAndVerify() local
488 if (lastCharIndex < text_.length()) { in ParseAndVerify()
492 text_.c_str() + lastCharIndex - 1); in ParseAndVerify()
/third_party/typescript/src/services/
Dclassifier.ts205 const lastCharIndex = tokenText.length - 1; constant
207 … while (tokenText.charCodeAt(lastCharIndex - numBackslashes) === CharacterCodes.backslash) {
/third_party/typescript/lib/
Dtsserver.js118228 var lastCharIndex = tokenText.length - 1;
118230 … while (tokenText.charCodeAt(lastCharIndex - numBackslashes) === 92 /* backslash */) {
DtypescriptServices.js118797 var lastCharIndex = tokenText.length - 1;
118799 … while (tokenText.charCodeAt(lastCharIndex - numBackslashes) === 92 /* backslash */) {
Dtsserverlibrary.js118797 var lastCharIndex = tokenText.length - 1;
118799 … while (tokenText.charCodeAt(lastCharIndex - numBackslashes) === 92 /* backslash */) {
Dtypescript.js118797 var lastCharIndex = tokenText.length - 1;
118799 … while (tokenText.charCodeAt(lastCharIndex - numBackslashes) === 92 /* backslash */) {