Searched refs:countryCode (Results 1 - 25 of 27) sorted by relevance

12

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAddress.java15 private String countryCode; field in class:ShadowAddress
83 return countryCode;
87 public void setCountryCode(String countryCode) { argument
88 this.countryCode = countryCode;
H A DShadowGeocoder.java25 private String countryCode; field in class:ShadowGeocoder
51 address.setCountryCode(countryCode);
85 * @param countryCode the country code for the response
87 public void setSimulatedResponse(String address, String city, String state, String zip, String countryCode) { argument
92 this.countryCode = countryCode;
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
H A DLocaleNameProviderICU.java21 public String getDisplayCountry(String countryCode, Locale locale) { argument
22 countryCode = AsciiUtil.toUpperString(countryCode);
24 .regionDisplayName(countryCode);
25 if (disp == null || disp.length() == 0 || disp.equals(countryCode)) {
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DAsYouTypeFormatter.java604 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode);
605 if (countryCode == 0) {
610 String newRegionCode = phoneUtil.getRegionCodeForCountryCode(countryCode);
612 currentMetadata = phoneUtil.getMetadataForNonGeographicalRegion(countryCode);
616 String countryCodeString = Integer.toString(countryCode);
H A DPhoneNumberUtil.java1713 int countryCode = number.getCountryCode();
1714 if (!hasValidCountryCallingCode(countryCode)) {
1734 if (countryCode == NANPA_COUNTRY_CODE) {
1736 return countryCode + " " + rawInput;
1739 && countryCode == getCountryCodeForValidRegion(regionCallingFrom)) {
1772 String regionCode = getRegionCodeForCountryCode(countryCode);
1774 PhoneMetadata metadataForRegion = getMetadataForRegionOrCallingCode(countryCode, regionCode);
1778 formattedNumber.insert(0, " ").insert(0, countryCode).insert(0, " ")
1789 prefixNumberWithCountryCallingCode(countryCode,
2267 int countryCode
[all...]
H A DPhoneNumberMatcher.java477 String countryCode = Integer.toString(number.getCountryCode());
478 fromIndex = normalizedCandidate.indexOf(countryCode) + countryCode.length();
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneGenericNames.java241 String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary);
242 if (countryCode != null) {
245 String country = getLocaleDisplayNames().regionDisplayName(countryCode);
551 String countryCode = ZoneMeta.getCanonicalCountry(tzID);
552 if (countryCode != null) {
554 String regionalGolden = _tznames.getReferenceZoneID(mzID, countryCode);
557 location = getLocaleDisplayNames().regionDisplayName(countryCode);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java239 String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary);
240 if (countryCode != null) {
243 String country = getLocaleDisplayNames().regionDisplayName(countryCode);
549 String countryCode = ZoneMeta.getCanonicalCountry(tzID);
550 if (countryCode != null) {
552 String regionalGolden = _tznames.getReferenceZoneID(mzID, countryCode);
555 location = getLocaleDisplayNames().regionDisplayName(countryCode);
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp539 char countryCode[ULOC_COUNTRY_CAPACITY]; local
541 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
542 countryCode[ccLen] = 0;
545 fLocaleDisplayNames->regionDisplayName(countryCode, country);
782 char countryCode[ULOC_COUNTRY_CAPACITY]; local
784 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
785 countryCode[ccLen] = 0;
788 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolde
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMapTest.java97 for (String countryCode : ULocale.getISOCountries()) {
98 localeName = ULocale.getDisplayCountry("und-" + countryCode, locale);
99 if (!localeName.equals(countryCode)) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java94 for (String countryCode : ULocale.getISOCountries()) {
95 localeName = ULocale.getDisplayCountry("und-" + countryCode, locale);
96 if (!localeName.equals(countryCode)) {
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 1664 milliseconds

12