Searched refs:countries (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dcountry_combobox_model.h22 // A model for countries to be used to enter addresses.
39 const std::vector<AutofillCountry*>& countries() const { function in class:autofill::CountryComboboxModel
47 // The countries to show in the model, including NULL for entries that are
48 // not countries (the separator entry).
H A Dcountry_combobox_model_unittest.cc54 std::string country_code = model()->countries()[i]->country_code();
H A Dautofill_dialog_controller_impl.cc2677 // If the site doesn't ship to any of the countries Wallet allows shipping
3329 const std::vector<AutofillCountry*>& countries = model->countries(); local
3330 for (size_t i = 0; i < countries.size(); ++i) {
3331 if (countries[i] && countries[i]->country_code() == country_code)
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtzselect.ksh137 # Get list of names of countries in the continent or ocean.
138 countries=$($AWK -F'\t' \
162 case $countries in
165 select country in $countries
177 country=$countries
/external/icu/icu4c/source/tools/tzcode/
H A Dtzselect.ksh137 # Get list of names of countries in the continent or ocean.
138 countries=$($AWK -F'\t' \
162 case $countries in
165 select country in $countries
177 country=$countries
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DClientData.java148 StringBuilder countries = new StringBuilder();
151 countries.append(countryCode + "~");
164 countries.setLength(countries.length() - 1);
172 "\": \"" + countries.toString() + "\"}";
H A DFormController.java229 String[] countries = splitData(data.get(AddressDataKey.COUNTRIES));
230 for (int i = 0; i < countries.length; i++) {
232 .setKey(countries[i])
233 .setName(countries[i])
H A DAddressWidget.java330 // Zip code is called postal code in some countries. This method returns the appropriate name
371 ArrayList<RegionData> countries = new ArrayList<RegionData>();
380 countries.add(country);
383 countryUi.initializeCandidatesList(countries);
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DAddressVerificationDataTest.java41 String[] countries = nodeData.get(AddressDataKey.COUNTRIES).split("~");
42 assertTrue(countries.length > 0);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc159 const std::vector<AutofillCountry*>& countries = model.countries(); local
161 countries.front()->country_code());
165 for (size_t i = 0; i < countries.size(); ++i) {
171 countries[i] ? countries[i]->country_code() : "separator");
178 GetAddressComponents(countries.front()->country_code(),
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl498 certain countries either by patents or by copyrighted interfaces, the
501 those countries, so that distribution is permitted only in or among
502 countries not thus excluded. In such case, this License incorporates
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...

Completed in 531 milliseconds