Home
last modified time | relevance | path

Searched defs:country (Results 1 – 25 of 105) sorted by relevance

12345

/external/svox/pico/compat/src/com/android/tts/compat/
DSynthProxy.java94 public int isLanguageAvailable(String language, String country, String variant) { in isLanguageAvailable()
108 public int setLanguage(String language, String country, String variant) { in setLanguage()
115 public int loadLanguage(String language, String country, String variant) { in loadLanguage()
171 String country, String variant); in native_isLanguageAvailable()
173 private native final int native_setLanguage(long jniData, String language, String country, in native_setLanguage()
176 private native final int native_loadLanguage(long jniData, String language, String country, in native_loadLanguage()
DCompatTtsService.java94 protected int onIsLanguageAvailable(String lang, String country, String variant) { in onIsLanguageAvailable()
101 protected int onLoadLanguage(String lang, String country, String variant) { in onLoadLanguage()
120 String country = request.getCountry(); in onSynthesizeText() local
/external/chromium_org/base/android/java/src/org/chromium/base/
DLocaleUtils.java26 String country = locale.getCountry(); in getDefaultLocale() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c84 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_listen_channel()
98 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel()
112 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, in p2p_buf_add_channel_list()
328 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_oob_go_neg_channel()
/external/svox/pico/src/com/svox/pico/
DGetSampleText.java41 String country = i.getExtras().getString("country"); in onCreate() local
/external/chromium_org/chromeos/test/data/network/
Dshill_cellular_with_state.json10 "country": "test-country", string
47 "country": "us", string
/external/chromium_org/chrome/browser/spellchecker/
Dfeedback_sender.cc111 const std::string& country) { in BuildParams()
159 const std::string& country) in FeedbackSender()
303 const std::string& country) { in OnLanguageCountryChange()
Dspelling_service_client_unittest.cc75 std::string country; in SetUploadData() local
90 bool GetExpectedCountry(const std::string& language, std::string* country) { in GetExpectedCountry()
93 const char* country; in GetExpectedCountry() member
/external/chromium_org/components/autofill/core/browser/
Daddress_unittest.cc24 base::string16 country = in TEST() local
59 base::string16 country = in TEST() local
Dautofill_test_utils.cc166 const char* state, const char* zipcode, const char* country, in SetProfileInfo()
186 const char* state, const char* zipcode, const char* country, in SetProfileInfoWithGuid()
Dautofill_country.cc934 const std::string CountryNames::GetCountryCode(const base::string16& country, in GetCountryCode()
1102 const std::string AutofillCountry::GetCountryCode(const base::string16& country, in GetCountryCode()
/external/chromium_org/third_party/icu/source/common/unicode/
Dlocid.h730 char country[ULOC_COUNTRY_CAPACITY]; variable
/external/icu/icu4c/source/common/unicode/
Dlocid.h730 char country[ULOC_COUNTRY_CAPACITY]; variable
/external/chromium_org/chrome/browser/ui/autofill/
Dcountry_combobox_model.cc88 AutofillCountry* country = countries_[index]; in GetItemAt() local
Dcountry_combobox_model_unittest.cc42 AutofillCountry country(default_country, in TEST_F() local
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
DLocalizationUtils.java44 private static Locale getJavaLocale(String language, String country, String variant) { in getJavaLocale()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DMessages.java359 String country = locale.getCountry(); in getResourceSuffix() local
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
DXResourceBundle.java103 String country = locale.getCountry(); in getResourceSuffix() local
/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp1114 tts_result TtsEngine::loadLanguage(const char *lang, const char *country, const char *variant) in loadLanguage()
1128 tts_result TtsEngine::setLanguage( const char * lang, const char * country, const char * variant ) in setLanguage()
1206 tts_support_result TtsEngine::isLanguageAvailable(const char *lang, const char *country, in isLanguageAvailable()
1270 tts_result TtsEngine::getLanguage(char *language, char *country, char *variant) in getLanguage()
/external/chromium_org/base/i18n/
Drtl.cc23 const char* country = locale.getCountry(); in GetLocaleString() local
95 const char* country = locale.getCountry(); in ICULocaleName() local
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp406 jstring language, jstring country, jstring variant) in com_android_tts_compat_SynthProxy_isLanguageAvailable()
434 jstring language, jstring country, jstring variant) in com_android_tts_compat_SynthProxy_setLanguage()
465 jstring language, jstring country, jstring variant) in com_android_tts_compat_SynthProxy_loadLanguage()
598 char country[bufSize]; in com_android_tts_compat_SynthProxy_getLanguage() local
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DUtil.java203 String country = currentCountry.toUpperCase(); in getWidgetCompatibleLanguageCode() local
/external/chromium_org/ui/base/l10n/
Dl10n_util_android.cc74 std::string country = GetLocaleComponent( in NewJavaLocale() local
/external/chromium_org/chrome/common/
Dspellcheck_common.cc160 const char* country = "USA"; in GetISOLanguageCountryCodeFromLocale() local
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/_locales/en/
Dmessages.json51 "country": { object

12345