Searched refs:country (Results 1 - 25 of 184) sorted by relevance

12345678

/external/chromium_org/third_party/libaddressinput/chromium/tools/
H A Drequire_fields.py38 for country in _COUNTRIES:
39 url = _I18N_URL % country
46 print '%s: %s' % (country, data['require'])
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DLocaleUtils.java26 String country = locale.getCountry();
39 return country.isEmpty() ? language : language + "-" + country;
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtzselect.ksh77 country=
151 country = cc_list[i]
152 if (cc_name[country]) {
153 country = cc_name[country]
155 print country
161 # If there's more than one country, ask the user which one.
164 echo >&2 'Please select a country.'
165 select country in $countries
167 case $country i
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dtzselect.ksh77 country=
151 country = cc_list[i]
152 if (cc_name[country]) {
153 country = cc_name[country]
155 print country
161 # If there's more than one country, ask the user which one.
164 echo >&2 'Please select a country.'
165 select country in $countries
167 case $country i
[all...]
/external/svox/pico/compat/src/com/android/tts/compat/
H A DSynthProxy.java94 public int isLanguageAvailable(String language, String country, String variant) { argument
95 return native_isLanguageAvailable(mJniData, language, country, variant);
108 public int setLanguage(String language, String country, String variant) { argument
109 return native_setLanguage(mJniData, language, country, variant);
115 public int loadLanguage(String language, String country, String variant) { argument
116 return native_loadLanguage(mJniData, language, country, variant);
134 * Returns the currently set language, country and variant information.
171 String country, String variant);
173 private native final int native_setLanguage(long jniData, String language, String country, argument
176 private native final int native_loadLanguage(long jniData, String language, String country, argument
170 native_isLanguageAvailable(long jniData, String language, String country, String variant) argument
[all...]
H A DCompatTtsService.java94 protected int onIsLanguageAvailable(String lang, String country, String variant) { argument
95 if (DBG) Log.d(TAG, "onIsLanguageAvailable(" + lang + "," + country + "," + variant + ")");
97 return mNativeSynth.isLanguageAvailable(lang, country, variant);
101 protected int onLoadLanguage(String lang, String country, String variant) { argument
102 if (DBG) Log.d(TAG, "onLoadLanguage(" + lang + "," + country + "," + variant + ")");
103 int result = onIsLanguageAvailable(lang, country, variant);
105 mNativeSynth.setLanguage(lang, country, variant);
120 String country = request.getCountry();
122 if (mNativeSynth.setLanguage(lang, country, variant) != TextToSpeech.SUCCESS) {
123 Log.e(TAG, "setLanguage(" + lang + "," + country
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Daddress_unittest.cc17 // Test that country data can be properly returned as either a country code or a
18 // localized country name.
23 // Make sure that nothing breaks when the country code is missing.
24 base::string16 country = local
26 EXPECT_EQ(base::string16(), country); local
30 country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
31 EXPECT_EQ(ASCIIToUTF16("United States"), country);
32 country = address.GetInfo(
34 EXPECT_EQ(ASCIIToUTF16("United States"), country);
59 base::string16 country = local
90 EXPECT_EQ(base::string16(), country); local
111 EXPECT_EQ(base::string16(), country); local
[all...]
H A Dautofill_test_utils.h72 const char* state, const char* zipcode, const char* country,
79 const char* state, const char* zipcode, const char* country,
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DXResourceBundle.java103 String country = locale.getCountry();
108 suffix += "_" + country;
110 if (country.equals("JP"))
111 suffix += "_" + country + "_" + variant;
/external/svox/pico/compat/include/
H A DTtsEngine.h114 // Returns the level of support for the language, country and variant.
115 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
117 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
122 // the specified country and variant
126 virtual tts_support_result isLanguageAvailable(const char *lang, const char *country,
131 // language value is issued. Language and country values are coded according to the ISO three
136 // @param country pointer to the ISO three letter code for the country
139 virtual tts_result loadLanguage(const char *lang, const char *country, const char *variant);
141 // Load the resources associated with the specified language, country an
[all...]
/external/svox/pico/compat/jni/
H A Dtts.h159 // Returns the level of support for the language, country and variant.
160 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
162 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
167 // the specified country and variant
174 const char *country,
179 // language value is issued. Language and country values are coded according to the ISO three
184 // @param country pointer to the ISO three letter code for the country
190 const char *country,
193 // Load the resources associated with the specified language, country an
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dcountry_combobox_model_unittest.cc42 AutofillCountry country(default_country,
44 EXPECT_EQ(country.name(), model()->GetItemAt(0));
H A Dcountry_combobox_model.cc34 // Insert the default country at the top as well as in the ordered list.
88 AutofillCountry* country = countries_[index]; local
89 if (country)
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
H A DLocalizationUtils.java44 private static Locale getJavaLocale(String language, String country, String variant) { argument
45 return new Locale(language, country, variant);
/external/svox/pico/src/com/svox/pico/
H A DGetSampleText.java41 String country = i.getExtras().getString("country");
45 if (country.equals("GBR")){
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_browsertest.js63 assertEquals(getField('country').value, '');
85 country: 'CH',
97 {field: 'country', length: 'long'},
127 var country = getField('country');
128 assertEquals(testAddress.country, country.value);
129 assertTrue(country instanceof HTMLSelectElement);
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DMessages.java359 String country = locale.getCountry();
361 if (country.equals("TW"))
362 suffix += "_" + country;
/external/chromium_org/chrome/common/
H A Dspellcheck_common.cc160 const char* country = "USA"; local
167 country = uloc_getISO3Country(id);
170 *country_code = std::string(country);
/external/chromium_org/third_party/icu/source/common/
H A Dulocimp.h59 char *country, int32_t countryCapacity,
/external/icu/icu4c/source/common/
H A Dulocimp.h59 char *country, int32_t countryCapacity,
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender.h46 // FeedbackSender sender(profile.GetRequestContext(), language, country);
59 const std::string& country);
101 // Receives updated language and country code for feedback. Finalizes and
104 const std::string& country);
141 // The country of origin. The string is the ISO 3166-1 alpha-3 code.
H A Dspelling_service_client_unittest.cc75 std::string country; variable
76 EXPECT_TRUE(value->GetString("params.originCountry", &country));
77 EXPECT_EQ(country_, country);
90 bool GetExpectedCountry(const std::string& language, std::string* country) { argument
93 const char* country; member in struct:__anon4719::TestSpellingURLFetcher::__anon4720
100 country->assign(kCountries[i].country);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Dfeed.js9 * page according to country, topics and no. of stories selected in the
320 var country = window.localStorage.getItem('country');
321 country = (country == 'noCountry' || !country) ? '' : country;
337 feedUrl = DEFAULT_NEWS_URL + '&cf=all&ned=' + country + '&q=' + topicVal +
338 '&hl=' + country;
344 feedUrl = DEFAULT_NEWS_URL + '&cf=all&ned=' + country
[all...]
H A Doptions.js8 * @fileoverview Includes the country selection, topics selection and
38 * Retrieves and sets last saved country from local storage(if found),
39 * else sets country retrieved from feed.
42 var country = window.localStorage.getItem('country');
44 // If country is not found in localstorage or default value is selected in
46 if ((!country) || country == 'noCountry') {
48 // retrieving the country value out of feed.
55 // Sets country t
[all...]
/external/chromium_org/base/i18n/
H A Drtl.cc19 // Extract language, country and variant, but ignore keywords. For example,
23 const char* country = locale.getCountry(); local
29 if (country != NULL && *country != '\0') {
31 result += country;
95 const char* country = locale.getCountry(); local
97 !LowerCaseEqualsASCII(country, "es")) {
99 language += country;

Completed in 578 milliseconds

12345678