Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java581 int startOfCountryCallingCode = iddMatcher.end(); in attemptToExtractIdd() local
583 nationalNumber.append(accruedInputWithoutFormatting.substring(startOfCountryCallingCode)); in attemptToExtractIdd()
586 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode)); in attemptToExtractIdd()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dasyoutypeformatter.js965 var startOfCountryCallingCode = m[0].length;
968 accruedInputWithoutFormatting.substring(startOfCountryCallingCode));
971 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode));