/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowAddress.java | 15 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()
|
D | ShadowGeocoder.java | 25 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/ |
D | LocaleNameProviderICU.java | 19 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/ |
D | PhoneNumberUtil.java | 1638 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 …]
|
D | AsYouTypeFormatter.java | 600 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()
|
D | PhoneNumberMatcher.java | 478 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/ |
D | TimeZoneGenericNames.java | 237 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/ |
D | tzgnames.cpp | 552 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/ |
D | TrieMapTest.java | 86 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/ |
D | org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |