OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:countrycodestring
(Results
1 - 1
of
1
) sorted by null
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
AsYouTypeFormatter.java
612
String
countryCodeString
= Integer.toString(countryCode);
613
prefixBeforeNationalNumber.append(
countryCodeString
).append(SEPARATOR_BEFORE_NATIONAL_NUMBER);
Completed in 189 milliseconds