Searched refs:startOfCountryCallingCode (Results 1 – 2 of 2) sorted by relevance
581 int startOfCountryCallingCode = iddMatcher.end(); in attemptToExtractIdd() local583 nationalNumber.append(accruedInputWithoutFormatting.substring(startOfCountryCallingCode)); in attemptToExtractIdd()586 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode)); in attemptToExtractIdd()
965 var startOfCountryCallingCode = m[0].length;968 accruedInputWithoutFormatting.substring(startOfCountryCallingCode));971 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode));