Searched refs:country (Results 1 – 10 of 10) sorted by relevance
/development/ndk/platforms/android-13/include/android/ |
D | tts.h | 173 const char *country, 189 const char *country, 205 const char *country, 217 char *country,
|
D | configuration.h | 175 void AConfiguration_setCountry(AConfiguration* config, const char* country);
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
D | RobotSpeakTtsService.java | 88 protected int onIsLanguageAvailable(String lang, String country, String variant) { in onIsLanguageAvailable() argument 93 if ("USA".equals(country) || "GBR".equals(country)) { in onIsLanguageAvailable() 116 protected synchronized int onLoadLanguage(String lang, String country, String variant) { in onLoadLanguage() argument 117 final int isLanguageAvailable = onIsLanguageAvailable(lang, country, variant); in onLoadLanguage() 123 String loadCountry = country; in onLoadLanguage() 130 if (mCurrentLanguage[0].equals(lang) && mCurrentLanguage[1].equals(country)) { in onLoadLanguage() 141 Log.e(TAG, "Error loading data for : " + lang + "-" + country); in onLoadLanguage()
|
/development/ndk/platforms/android-L/include/linux/ |
D | uhid.h | 52 __u32 country; member
|
/development/ndk/sources/android/native_app_glue/ |
D | android_native_app_glue.c | 64 char lang[2], country[2]; in print_cur_config() local 66 AConfiguration_getCountry(android_app->config, country); in print_cur_config() 73 lang[0], lang[1], country[0], country[1], in print_cur_config()
|
/development/ndk/platforms/android-9/include/android/ |
D | configuration.h | 166 void AConfiguration_setCountry(AConfiguration* config, const char* country);
|
/development/ndk/platforms/android-16/include/android/ |
D | configuration.h | 178 void AConfiguration_setCountry(AConfiguration* config, const char* country);
|
/development/ndk/platforms/android-18/include/android/ |
D | configuration.h | 184 void AConfiguration_setCountry(AConfiguration* config, const char* country);
|
/development/ndk/platforms/android-17/include/android/ |
D | configuration.h | 183 void AConfiguration_setCountry(AConfiguration* config, const char* country);
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 42 allegiance - n. the loyalty that citizens owe to their country (or subjects to their sovereign) 371 extradition - n. the surrender of an accused or convicted person by one state or country to another… 414 frontier - n. a wilderness at the edge of a settled area of a country 462 immigrant - n. a person who comes to a country where they were not born in order to settle there 691 patriotism - n. love of country and willingness to sacrifice for it 851 rural - j. living in or characteristic of farming or country life 852 rustic - j. characteristic of the fields or country
|