Searched refs:country (Results 26 - 50 of 184) sorted by relevance

12345678

/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp406 jstring language, jstring country, jstring variant)
419 const char *countryNativeString = env->GetStringUTFChars(country, 0);
426 env->ReleaseStringUTFChars(country, countryNativeString);
434 jstring language, jstring country, jstring variant)
449 const char *countryNativeString = env->GetStringUTFChars(country, 0);
456 env->ReleaseStringUTFChars(country, countryNativeString);
465 jstring language, jstring country, jstring variant)
478 const char *countryNativeString = env->GetStringUTFChars(country, 0);
485 env->ReleaseStringUTFChars(country, countryNativeString);
598 char country[bufSiz local
405 com_android_tts_compat_SynthProxy_isLanguageAvailable(JNIEnv *env, jobject thiz, jlong jniData, jstring language, jstring country, jstring variant) argument
433 com_android_tts_compat_SynthProxy_setLanguage(JNIEnv *env, jobject thiz, jlong jniData, jstring language, jstring country, jstring variant) argument
464 com_android_tts_compat_SynthProxy_loadLanguage(JNIEnv *env, jobject thiz, jlong jniData, jstring language, jstring country, jstring variant) argument
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dlocid.h55 * according to the customs/conventions of the user's native country,
66 * const char* country,
122 * name of the country suitable for displaying to the user. Similarly,
127 * that takes a locale as an argument and displays the name or country in
166 * through these objects by language, country, or variant,
208 /** Useful constant for this country/region. @stable ICU 2.0 */
210 /** Useful constant for this country/region. @stable ICU 2.0 */
212 /** Useful constant for this country/region. @stable ICU 2.0 */
214 /** Useful constant for this country/region. @stable ICU 2.0 */
216 /** Useful constant for this country/regio
730 char country[ULOC_COUNTRY_CAPACITY]; member in class:Locale
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DUtil.java37 * are in. We only list a country here if we have the appropriate data. Only language sub-tags
193 * java.util.Locale} language and the current selected country in the address widget. This
198 * @param currentCountry the current selected country
203 String country = currentCountry.toUpperCase();
204 // Only do something if the country is one of those where we have names in the local
206 if (nonLatinLocalLanguageCountries.containsKey(country)) {
209 if (!languageTag.equals(nonLatinLocalLanguageCountries.get(country))) {
210 // Build up the language tag with the country and language specified, and add in the
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h55 * according to the customs/conventions of the user's native country,
66 * const char* country,
122 * name of the country suitable for displaying to the user. Similarly,
127 * that takes a locale as an argument and displays the name or country in
166 * through these objects by language, country, or variant,
208 /** Useful constant for this country/region. @stable ICU 2.0 */
210 /** Useful constant for this country/region. @stable ICU 2.0 */
212 /** Useful constant for this country/region. @stable ICU 2.0 */
214 /** Useful constant for this country/region. @stable ICU 2.0 */
216 /** Useful constant for this country/regio
730 char country[ULOC_COUNTRY_CAPACITY]; member in class:Locale
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dcharger_replacement.js156 * Select a country from the drop down list.
159 var country = $('select-device-country').value;
160 if (country == COUNTRY.US || country == COUNTRY.CA) {
163 } else if (country == COUNTRY.AU) {
301 $('select-device-country').onchange = function() {
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_android.cc74 std::string country = GetLocaleComponent(
80 base::android::ConvertUTF8ToJavaString(env, country).obj(),
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_build.c84 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, argument
90 wpabuf_put_data(buf, country, 3);
98 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, argument
104 wpabuf_put_data(buf, country, 3);
112 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, argument
121 wpabuf_put_data(buf, country, 3); /* Country String */
328 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country, argument
335 wpabuf_put_data(buf, country, 3);
H A Dp2p_go_neg.c50 os_memcpy(dev->country, pos, 3);
51 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Peer country", pos, 3);
52 if (pos[2] != 0x04 && os_memcmp(pos, p2p->cfg->country, 2) != 0) {
53 p2p_info(p2p, "Mismatching country (ours=%c%c peer's=%c%c)",
54 p2p->cfg->country[0], p2p->cfg->country[1],
171 p2p_buf_add_listen_channel(buf, p2p->cfg->country, p2p->cfg->reg_class,
177 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
179 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
310 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
[all...]
H A Dp2p_invitation.c72 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
77 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
148 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
153 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels);
328 p2p_dbg(p2p, "Unknown operational channel (country=%c%c reg_class=%u channel=%u)",
329 p2p->cfg->country[0], p2p->cfg->country[1],
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c84 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, argument
90 wpabuf_put_data(buf, country, 3);
98 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, argument
104 wpabuf_put_data(buf, country, 3);
112 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, argument
121 wpabuf_put_data(buf, country, 3); /* Country String */
328 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country, argument
335 wpabuf_put_data(buf, country, 3);
H A Dp2p_go_neg.c50 os_memcpy(dev->country, pos, 3);
51 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Peer country", pos, 3);
52 if (pos[2] != 0x04 && os_memcmp(pos, p2p->cfg->country, 2) != 0) {
53 p2p_info(p2p, "Mismatching country (ours=%c%c peer's=%c%c)",
54 p2p->cfg->country[0], p2p->cfg->country[1],
171 p2p_buf_add_listen_channel(buf, p2p->cfg->country, p2p->cfg->reg_class,
177 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
179 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
310 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_build.c84 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, argument
90 wpabuf_put_data(buf, country, 3);
98 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, argument
104 wpabuf_put_data(buf, country, 3);
112 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, argument
121 wpabuf_put_data(buf, country, 3); /* Country String */
328 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country, argument
335 wpabuf_put_data(buf, country, 3);
H A Dp2p_go_neg.c50 os_memcpy(dev->country, pos, 3);
51 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Peer country", pos, 3);
52 if (pos[2] != 0x04 && os_memcmp(pos, p2p->cfg->country, 2) != 0) {
53 p2p_info(p2p, "Mismatching country (ours=%c%c peer's=%c%c)",
54 p2p->cfg->country[0], p2p->cfg->country[1],
171 p2p_buf_add_listen_channel(buf, p2p->cfg->country, p2p->cfg->reg_class,
177 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
179 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
310 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_country.h17 // country.
41 // Stores data associated with a country. Strings are localized to the app
45 // Returns country data corresponding to the two-letter ISO code
54 // Returns the likely country code for |locale|, or "US" as a fallback if no
58 // Returns the country code corresponding to |country|, which should be a
59 // country code or country name localized to |locale|. This function can
61 static const std::string GetCountryCode(const base::string16& country,
69 // City is expected in a complete address for this country
[all...]
H A Dautofill_test_utils.cc76 test::CreateTestFormField("Country", "country", "", "text", &field);
166 const char* state, const char* zipcode, const char* country,
178 check_and_set(profile, ADDRESS_HOME_COUNTRY, country);
186 const char* state, const char* zipcode, const char* country,
191 company, address1, address2, city, state, zipcode, country,
162 SetProfileInfo(AutofillProfile* profile, const char* first_name, const char* middle_name, const char* last_name, const char* email, const char* company, const char* address1, const char* address2, const char* city, const char* state, const char* zipcode, const char* country, const char* phone) argument
182 SetProfileInfoWithGuid(AutofillProfile* profile, const char* guid, const char* first_name, const char* middle_name, const char* last_name, const char* email, const char* company, const char* address1, const char* address2, const char* city, const char* state, const char* zipcode, const char* country, const char* phone) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dzonemeta.h52 * Return the canonical country code for this tzid. If we have none, or if the time zone
53 * is not associated with a country, return bogus string.
55 * @param country [output] Country code
56 * @param isPrimary [output] TRUE if the zone is the primary zone for the country
57 * @return A reference to the result country
59 static UnicodeString& U_EXPORT2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
/external/icu/icu4c/source/i18n/
H A Dzonemeta.h52 * Return the canonical country code for this tzid. If we have none, or if the time zone
53 * is not associated with a country, return bogus string.
55 * @param country [output] Country code
56 * @param isPrimary [output] TRUE if the zone is the primary zone for the country
57 * @return A reference to the result country
59 static UnicodeString& U_EXPORT2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
/external/kernel-headers/original/uapi/linux/
H A Duhid.h50 __u32 country; member in struct:uhid_create_req
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender.cc107 // Builds feedback parameters from |suggestion_info|, |language|, and |country|.
111 const std::string& country) {
116 params->SetString("originCountry", country);
159 const std::string& country)
163 country_(country),
303 const std::string& country) {
306 country_ = country;
109 BuildParams(base::ListValue* suggestion_info, const std::string& language, const std::string& country) argument
157 FeedbackSender(net::URLRequestContextGetter* request_context, const std::string& language, const std::string& country) argument
302 OnLanguageCountryChange(const std::string& language, const std::string& country) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ditunes_data_provider.cc151 const char* country = locale.getCountry(); local
155 if (country != NULL && *country != '\0' &&
157 std::string(language) + "-" + country,
/external/apache-xml/src/main/java/org/apache/xpath/res/
H A DXPATHErrorResources.java991 String country = locale.getCountry();
993 if (country.equals("TW"))
994 suffix += "_" + country;
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1110 * @country - string with ISO 3 letter country code .
1111 * @variant - string with language variant for that language and country pair.
1114 tts_result TtsEngine::loadLanguage(const char *lang, const char *country, const char *variant) argument
1124 * @country - string with ISO 3 letter country code.
1125 * @variant - string with language variant for that language and country pair.
1128 tts_result TtsEngine::setLanguage( const char * lang, const char * country, const char * variant ) argument
1130 //ALOGI("TtsEngine::setLanguage %s %s %s", lang, country, variant);
1142 then we look for a match on the country
1206 isLanguageAvailable(const char *lang, const char *country, const char *variant) argument
1270 getLanguage(char *language, char *country, char *variant) argument
[all...]
/external/chromium_org/components/test/data/web_database/
H A Dversion_35.sql17 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
44 /* A profile with bad State (country == US). Should get discarded. */
48 /* A profile with bad zip (country == US). Should get discarded. */
/external/chromium_org/third_party/icu/source/common/
H A Dlocid.cpp368 *p++ = '_'; /* No country found */
428 /* Copy the language and country fields */
431 uprv_strcpy(country, other.country);
485 language[0] = script[0] = country[0] = 0;
537 variantField = 1; /* Usually the 2nd one, except when a script or country is also used. */
553 /* We have a country */
554 uprv_memcpy(country, field[variantField], fieldLen[variantField]);
555 country[fieldLen[variantField]] = 0;
558 variantField++; /* script or country empt
[all...]
/external/icu/icu4c/source/common/
H A Dlocid.cpp368 *p++ = '_'; /* No country found */
428 /* Copy the language and country fields */
431 uprv_strcpy(country, other.country);
485 language[0] = script[0] = country[0] = 0;
537 variantField = 1; /* Usually the 2nd one, except when a script or country is also used. */
553 /* We have a country */
554 uprv_memcpy(country, field[variantField], fieldLen[variantField]);
555 country[fieldLen[variantField]] = 0;
558 variantField++; /* script or country empt
[all...]

Completed in 985 milliseconds

12345678