Home
last modified time | relevance | path

Searched refs:countryCode (Results 1 – 13 of 13) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAddress.java15 private String countryCode; field in ShadowAddress
83 return countryCode; in getCountryCode()
87 public void setCountryCode(String countryCode) { in setCountryCode() argument
88 this.countryCode = countryCode; in setCountryCode()
DShadowGeocoder.java25 private String countryCode; field in ShadowGeocoder
51 address.setCountryCode(countryCode); in getFromLocation()
87 …d setSimulatedResponse(String address, String city, String state, String zip, String countryCode) { in setSimulatedResponse() argument
92 this.countryCode = countryCode; in setSimulatedResponse()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
DLocaleNameProviderICU.java19 public String getDisplayCountry(String countryCode, Locale locale) { in getDisplayCountry() argument
20 countryCode = AsciiUtil.toUpperString(countryCode); in getDisplayCountry()
22 .regionDisplayName(countryCode); in getDisplayCountry()
23 if (disp == null || disp.length() == 0 || disp.equals(countryCode)) { in getDisplayCountry()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java1638 int countryCode = number.getCountryCode();
1639 if (!hasValidCountryCallingCode(countryCode)) {
1659 if (countryCode == NANPA_COUNTRY_CODE) {
1661 return countryCode + " " + rawInput;
1664 countryCode == getCountryCodeForValidRegion(regionCallingFrom)) {
1697 String regionCode = getRegionCodeForCountryCode(countryCode);
1699 PhoneMetadata metadataForRegion = getMetadataForRegionOrCallingCode(countryCode, regionCode);
1703 formattedNumber.insert(0, " ").insert(0, countryCode).insert(0, " ")
1712 prefixNumberWithCountryCallingCode(countryCode,
2109 int countryCode = number.getCountryCode();
[all …]
DAsYouTypeFormatter.java600 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode() local
601 if (countryCode == 0) { in attemptToExtractCountryCallingCode()
606 String newRegionCode = phoneUtil.getRegionCodeForCountryCode(countryCode); in attemptToExtractCountryCallingCode()
608 currentMetadata = phoneUtil.getMetadataForNonGeographicalRegion(countryCode); in attemptToExtractCountryCallingCode()
612 String countryCodeString = Integer.toString(countryCode); in attemptToExtractCountryCallingCode()
DPhoneNumberMatcher.java478 String countryCode = Integer.toString(number.getCountryCode()); in allNumberGroupsRemainGrouped() local
479 fromIndex = normalizedCandidate.indexOf(countryCode) + countryCode.length(); in allNumberGroupsRemainGrouped()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java237 String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary); in getGenericLocationName() local
238 if (countryCode != null) { in getGenericLocationName()
241 String country = getLocaleDisplayNames().regionDisplayName(countryCode); in getGenericLocationName()
549 String countryCode = ZoneMeta.getCanonicalCountry(tzID); in getPartialLocationName() local
550 if (countryCode != null) { in getPartialLocationName()
552 String regionalGolden = _tznames.getReferenceZoneID(mzID, countryCode); in getPartialLocationName()
555 location = getLocaleDisplayNames().regionDisplayName(countryCode); in getPartialLocationName()
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp552 char countryCode[ULOC_COUNTRY_CAPACITY]; in getGenericLocationName() local
554 …2_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_… in getGenericLocationName()
555 countryCode[ccLen] = 0; in getGenericLocationName()
558 fLocaleDisplayNames->regionDisplayName(countryCode, country); in getGenericLocationName()
805 char countryCode[ULOC_COUNTRY_CAPACITY]; in getPartialLocationName() local
807 …2_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_… in getPartialLocationName()
808 countryCode[ccLen] = 0; in getPartialLocationName()
811 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden); in getPartialLocationName()
814 fLocaleDisplayNames->regionDisplayName(countryCode, location); in getPartialLocationName()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java86 for (String countryCode : ULocale.getISOCountries()) { in init()
87 localeName = ULocale.getDisplayCountry("und-" + countryCode, locale); in init()
88 if (!localeName.equals(countryCode)) { in init()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...