OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startofcountrycallingcode
(Results
1 - 1
of
1
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java
555
int
startOfCountryCallingCode
= iddMatcher.end();
557
nationalNumber.append(accruedInputWithoutFormatting.substring(
startOfCountryCallingCode
));
560
accruedInputWithoutFormatting.substring(0,
startOfCountryCallingCode
));
Completed in 648 milliseconds