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

/external/robolectric/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/chromium/chrome/browser/resources/options/
H A Dautofill_edit_address_overlay.js177 var countryCode = $('country').value;
178 if (!countryCode)
179 countryCode = templateData.defaultCountryCode;
181 var details = templateData.autofillCountryData[countryCode];
201 for (var countryCode in countryData) {
204 if (countryCode == defaultCountryCode)
208 countryCode: countryCode,
209 name: countryData[countryCode]['name']
221 countryCode
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DAutofillDialogResult.java95 * @param countryCode Country code
101 String countryCode) {
109 mCountryCode = countryCode;
97 ResultAddress( String name, String phoneNumber, String address1, String address2, String city, String state, String postalCode, String countryCode) argument
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DAsYouTypeFormatter.java581 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode);
582 if (countryCode == 0) {
587 String newRegionCode = phoneUtil.getRegionCodeForCountryCode(countryCode);
589 currentMetaData = phoneUtil.getMetadataForNonGeographicalRegion(countryCode);
593 String countryCodeString = Integer.toString(countryCode);
H A DPhoneNumberUtil.java1520 int countryCode = number.getCountryCode();
1521 if (!hasValidCountryCallingCode(countryCode)) {
1541 if (countryCode == NANPA_COUNTRY_CODE) {
1543 return countryCode + " " + rawInput;
1546 countryCode == getCountryCodeForValidRegion(regionCallingFrom)) {
1579 String regionCode = getRegionCodeForCountryCode(countryCode);
1581 PhoneMetadata metadataForRegion = getMetadataForRegionOrCallingCode(countryCode, regionCode);
1585 formattedNumber.insert(0, " ").insert(0, countryCode).insert(0, " ")
1594 prefixNumberWithCountryCallingCode(countryCode,
1982 int countryCode
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_edit_address_overlay.js203 var countryCode = $('country').value ||
206 var details = loadTimeData.getValue('autofillCountryData')[countryCode];
/external/icu4c/i18n/
H A Dtzgnames.cpp559 char countryCode[ULOC_COUNTRY_CAPACITY]; local
561 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
562 countryCode[ccLen] = 0;
565 fLocaleDisplayNames->regionDisplayName(countryCode, country);
808 char countryCode[ULOC_COUNTRY_CAPACITY]; local
810 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
811 countryCode[ccLen] = 0;
814 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolde
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dzstrfmt.cpp785 UnicodeString countryCode; local
786 ZoneMeta::getCanonicalCountry(utzid, countryCode);
787 if (!countryCode.isEmpty()) {
800 getLocalizedCountry(countryCode, fLocale, country);
960 ZoneMeta::getZoneIdByMetazone(mzid, countryCode, preferredID);
1800 ZoneStringFormat::getLocalizedCountry(const UnicodeString &countryCode, const Locale &locale, UnicodeString &displayCountry) { argument
1804 int32_t ccLen = countryCode.length();
1817 u_UCharsToChars(countryCode.getBuffer(), &tmpLocStr[3], ccLen);
1829 displayCountry.setTo(countryCode);
H A Dzstrfmt.h363 static UnicodeString& getLocalizedCountry(const UnicodeString &countryCode, const Locale &locale,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 431 milliseconds