Searched defs:countryCallingCode (Results 1 - 4 of 4) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DMetadataManager.java74 private static void loadAlternateFormatsMetadataFromFile(int countryCallingCode) { argument
76 ALTERNATE_FORMATS_FILE_PREFIX + "_" + countryCallingCode);
92 static PhoneMetadata getAlternateFormatsForCountry(int countryCallingCode) { argument
93 if (!countryCodeSet.contains(countryCallingCode)) {
97 if (!callingCodeToAlternateFormatsMap.containsKey(countryCallingCode)) {
98 loadAlternateFormatsMetadataFromFile(countryCallingCode);
101 return callingCodeToAlternateFormatsMap.get(countryCallingCode);
H A DPhoneNumberUtil.java611 void loadMetadataFromFile(String filePrefix, String regionCode, int countryCallingCode, argument
615 (isNonGeoRegion ? String.valueOf(countryCallingCode) : regionCode);
635 countryCodeToNonGeographicalMetadataMap.put(countryCallingCode, metadata);
939 * @param countryCallingCode the country calling code for which we want the mobile token
942 public static String getCountryMobileToken(int countryCallingCode) { argument
943 if (MOBILE_TOKEN_MAPPINGS.containsKey(countryCallingCode)) {
944 return MOBILE_TOKEN_MAPPINGS.get(countryCallingCode);
1078 private boolean hasValidCountryCallingCode(int countryCallingCode) { argument
1079 return countryCallingCodeToRegionCodeMap.containsKey(countryCallingCode);
1121 int countryCallingCode
1246 getMetadataForRegionOrCallingCode( int countryCallingCode, String regionCode) argument
1738 prefixNumberWithCountryCallingCode(int countryCallingCode, PhoneNumberFormat numberFormat, StringBuilder formattedNumber) argument
1901 getExampleNumberForNonGeoEntity(int countryCallingCode) argument
2051 getMetadataForNonGeographicalRegion(int countryCallingCode) argument
2181 getRegionCodeForCountryCode(int countryCallingCode) argument
2191 getRegionCodesForCountryCode(int countryCallingCode) argument
2281 isLeadingZeroPossible(int countryCallingCode) argument
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
H A DMappingFileProvider.java77 for (int countryCallingCode : availableDataFiles.keySet()) {
78 countryCallingCodes[index++] = countryCallingCode;
79 availableLanguages.add(new HashSet<String>(availableDataFiles.get(countryCallingCode)));
143 * Gets the name of the file that contains the mapping data for the {@code countryCallingCode} in
146 * @param countryCallingCode the country calling code of phone numbers which the data file
154 String getFileName(int countryCallingCode, String language, String script, String region) { argument
158 int index = Arrays.binarySearch(countryCallingCodes, countryCallingCode);
167 fileName.append(countryCallingCode).append('_').append(languageCode);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 107 milliseconds