/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | MultiFileMetadataSourceImpl.java | 69 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion() 80 private boolean isNonGeographical(int countryCallingCode) { in isNonGeographical()
|
D | MetadataSource.java | 38 PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode); in getMetadataForNonGeographicalRegion()
|
D | SingleFileMetadataSourceImpl.java | 55 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
|
D | MetadataManager.java | 79 static PhoneMetadata getAlternateFormatsForCountry(int countryCallingCode) { in getAlternateFormatsForCountry() 166 PhoneMetadata get(int countryCallingCode) { in get()
|
D | ShortNumberInfo.java | 102 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
|
D | AsYouTypeFormatter.java | 128 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/source/ |
D | FormattingMetadataSource.java | 36 PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode); in getFormattingMetadataForCountryCallingCode()
|
D | NonGeographicalEntityMetadataSource.java | 46 PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode); in getMetadataForNonGeographicalRegion()
|
D | CompositeMetadataContainer.java | 47 PhoneMetadata getMetadataBy(int countryCallingCode) { in getMetadataBy()
|
D | FormattingMetadataSourceImpl.java | 52 public PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode) { in getFormattingMetadataForCountryCallingCode()
|
D | MetadataSourceImpl.java | 53 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/ |
D | GeoEntityUtility.java | 47 public static boolean isGeoEntity(int countryCallingCode) { in isGeoEntity()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonenumberutil.js | 1395 function(countryCallingCode) { argument 1562 function(countryCallingCode) { argument 1683 function(countryCallingCode) { argument 1903 function(countryCallingCode, regionCode) { argument 2556 prefixNumberWithCountryCallingCode_ = function(countryCallingCode, argument 2787 function(countryCallingCode) { argument 3009 getMetadataForNonGeographicalRegion = function(countryCallingCode) { argument 3181 function(countryCallingCode) { argument 3201 function(countryCallingCode) { argument
|
D | shortnumberinfo.js | 93 function(countryCallingCode) { argument
|
D | phonenumberutil_test.js | 461 countryCallingCode) { argument
|
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
D | PrefixFileReader.java | 119 int countryCallingCode = number.getCountryCode(); in getDescriptionForNumber() local
|
D | MappingFileProvider.java | 156 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 1954 int countryCallingCode = 1; in testMaybeExtractCountryCode() local 1972 int countryCallingCode = 64; in testMaybeExtractCountryCode() local 1986 int countryCallingCode = 800; in testMaybeExtractCountryCode() local 2025 int countryCallingCode = 1; in testMaybeExtractCountryCode() local 2040 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
D | BuildMetadataProtoFromXml.java | 266 int countryCallingCode = entry.getKey(); in writeMap() local
|