Home
last modified time | relevance | path

Searched defs:callingCode (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DMetadataKey.java38 public static MetadataKey create(PhoneRegion region, DigitSequence callingCode) { in create()
53 public abstract DigitSequence callingCode(); in callingCode() method in MetadataKey
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/
DCountryDropdown.java99 int callingCode = in getCountryLabelForNameCode() local
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js474 phoneUtil.getSupportedCallingCodes().forEach(function(callingCode) { argument
Dphonenumberutil.js1502 return callingCodesAsStrings.map(function(callingCode) { argument
1523 ...countryCodesAsStrings.map(function(callingCode) { argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
DTestNumberingScheme.java82 private final DigitSequence callingCode; field in TestNumberingScheme