Home | History | Annotate | Download | only in telephony

Lines Matching refs:country

520          *  - a '0' on one and a (+,00)<country code> on the other
577 // Different Country Calling Code. Must be different phone number.
1099 /** The current locale is unknown, look for a country code or don't format */
1106 /** List of country codes for countries that use the NANP */
1136 * for the country the number is from.
1173 String country = locale.getCountry();
1175 return getFormatTypeFromCountryCode(country);
1368 * The given phone number must have an area code and could have a country
1372 * the E.164 phone number if the given number doesn't have a country code.
1377 * the ISO 3166-1 two letters country code
1399 * If the given number doesn't have the country code, the phone will be
1400 * formatted to the default country's convention.
1405 * the ISO 3166-1 two letters country code whose convention will
1406 * be used if the given number doesn't have the country code.
1436 * the E164 format number whose country code is used if the given
1437 * phoneNumber doesn't have the country code.
1439 * the ISO 3166-1 two letters country code whose convention will
1455 // Get the country code from phoneNumberE164
1556 * Checks if a given number is an emergency number for a specific country.
1559 * @param defaultCountryIso the specific country which the number should be checked against
1560 * @return if the number is an emergency number for the specific country, then return true,
1571 // TODO: Compare against a list of country-specific known emergency numbers instead, once
1580 // TODO: Clean this up once a list of country-specific known emergency numbers is
1590 * Checks if a given number is an emergency number for the country that the user is in. The
1591 * current country is determined using the CountryDetector.
1595 * @return if a phone number is an emergency number for a local country, based on the
1774 * @param currFormat the numbering system of the current country that the phone is camped on
1775 * @param defaultFormat the numbering system of the country that the phone is activated on
1789 // Format the string based on the rules for the country the number is from,
1790 // and the current country the phone is camped on.
1872 private static int getFormatTypeFromCountryCode (String country) {
1876 if (NANP_COUNTRIES[i].compareToIgnoreCase(country) == 0) {
1880 if ("jp".compareToIgnoreCase(country) == 0) {
2055 /** all of 'a' up to len must be a (+|00|011)country code)
2056 * We're fast and loose with the country code. Any \d{1,3} matches */
2130 * If true, the number is country calling code.
2147 * @return true when input is valid Country Calling Code.
2177 * Note that this function does not strictly care the country calling code with
2268 * trunk prefix. Actually trunk prefix is different in each country.