HomeSort by relevance Sort by last modified time
    Searched refs:countries (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.h 22 // 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).
country_combobox_model_unittest.cc 54 std::string country_code = model()->countries()[i]->country_code();
autofill_dialog_controller_impl.cc 3329 const std::vector<AutofillCountry*>& countries = model->countries(); local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tzselect.ksh 137 # 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/
tzselect.ksh 137 # 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/
ClientData.java 148 StringBuilder countries = new StringBuilder(); local
151 countries.append(countryCode + "~");
164 countries.setLength(countries.length() - 1);
171 AddressDataKey.COUNTRIES.toString().toLowerCase() +
172 "\": \"" + countries.toString() + "\"}";
FormController.java 229 String[] countries = splitData(data.get(AddressDataKey.COUNTRIES)); local
230 for (int i = 0; i < countries.length; i++) {
232 .setKey(countries[i])
233 .setName(countries[i])
AddressWidget.java 330 // Zip code is called postal code in some countries. This method returns the appropriate name
371 ArrayList<RegionData> countries = new ArrayList<RegionData>(); local
380 countries.add(country);
383 countryUi.initializeCandidatesList(countries);
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
AddressVerificationDataTest.java 41 String[] countries = nodeData.get(AddressDataKey.COUNTRIES).split("~"); local
42 assertTrue(countries.length > 0);
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 159 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/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py 208 # Map from other countries to a localized country
315 'countries.')),
317 ("Use this if there separate SKUs for Nordic countries (Sweden, "
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 498 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/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 407 milliseconds