Searched refs:language (Results 1 - 25 of 85) sorted by relevance

1234

/frameworks/base/packages/TtsService/src/android/tts/
H A DSynthProxy.java13 * License for the specific language governing permissions and limitations under
100 * Queries for language support.
103 public int isLanguageAvailable(String language, String country, String variant) { argument
104 return native_isLanguageAvailable(mJniData, language, country, variant);
115 * Sets the language.
117 public int setLanguage(String language, String country, String variant) { argument
118 return native_setLanguage(mJniData, language, country, variant);
122 * Loads the language: it's not set, but prepared for use later.
124 public int loadLanguage(String language, String country, String variant) { argument
125 return native_loadLanguage(mJniData, language, countr
199 native_isLanguageAvailable(int jniData, String language, String country, String variant) argument
202 native_setLanguage(int jniData, String language, String country, String variant) argument
205 native_loadLanguage(int jniData, String language, String country, String variant) argument
[all...]
/frameworks/base/tools/localize/
H A DConfiguration.cpp50 split_locale(const string& in, string* language, string* region) argument
55 *language = in;
65 language->assign(in.c_str(), 2);
H A Dfile_utils.cpp73 string language, region; local
75 language = "";
78 else if (!split_locale(locale, &language, &region)) {
82 if (language != "") {
84 result += language;
H A DConfiguration.h35 bool split_locale(const string& in, string* language, string* region);
/frameworks/base/location/java/android/location/
H A DGeocoderParams.java13 * See the License for the specific language governing permissions and
28 * language, country and variant information from the Geocoder's locale
71 String language = in.readString();
74 gp.mLocale = new Locale(language, country, variant);
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/NoLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v1/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v2/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/SimpleTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v1_ext/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v2_int/
H A DAndroid.mk12 # See the License for the specific language governing permissions and

Completed in 196 milliseconds

1234