/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/android/ |
tts.h | 13 * See the License for the specific language governing permissions and 158 // Returns the level of support for the language, country and variant. 159 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported, 161 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the 164 // TTS_LANG_AVAILABLE if the language is supported and the 168 // for the language are not correctly installed 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 176 // Load the resources associated with the specified language. The loaded 177 // language will only be used once a call to setLanguage() with the same 178 // language value is issued. Language and country values are coded according to the ISO thre [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/ |
tts.h | 13 * See the License for the specific language governing permissions and 158 // Returns the level of support for the language, country and variant. 159 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported, 161 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the 164 // TTS_LANG_AVAILABLE if the language is supported and the 168 // for the language are not correctly installed 169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 176 // Load the resources associated with the specified language. The loaded 177 // language will only be used once a call to setLanguage() with the same 178 // language value is issued. Language and country values are coded according to the ISO thre [all...] |
/toolchain/binutils/binutils-2.25/ |
Makefile.def | 493 // Target modules. These can also have dependencies on the language 557 languages = { language=c; gcc-check-target=check-gcc; }; 558 languages = { language=c++; gcc-check-target=check-c++; 562 languages = { language=fortran; gcc-check-target=check-fortran; 565 languages = { language=java; gcc-check-target=check-java; 567 languages = { language=ada; gcc-check-target=check-ada; 569 languages = { language=objc; gcc-check-target=check-objc; 571 languages = { language=obj-c++; gcc-check-target=check-obj-c++; }; 572 languages = { language=go; gcc-check-target=check-go;
|
/external/elfutils/tests/ |
run-readelf-dwz-multi.sh | 89 language (data1) C89 (1) 150 language (data1) C89 (1) 210 language (data1) C89 (1) 250 language (data1) C89 (1) 289 language (data1) C89 (1)
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
LanguageTag.java | 32 // Language subtag fields 34 private String _language = ""; // language subtag 72 // / "no-bok" ; are not extended language 120 * Language-Tag = langtag ; normal language tags 125 * langtag = language 132 * language = 2*3ALPHA ; shortest ISO 639 code 134 * ; extended language subtags 136 * / 5*8ALPHA ; or registered language subtag 184 // langtag must start with either language or privateus 408 String language = baseLocale.getLanguage(); local [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
LanguageTag.java | 28 // Language subtag fields 30 private String _language = ""; // language subtag 68 // / "no-bok" ; are not extended language 116 * Language-Tag = langtag ; normal language tags 121 * langtag = language 128 * language = 2*3ALPHA ; shortest ISO 639 code 130 * ; extended language subtags 132 * / 5*8ALPHA ; or registered language subtag 178 // langtag must start with either language or privateus 396 String language = baseLocale.getLanguage(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
LanguageTag.java | 28 // Language subtag fields 30 private String _language = ""; // language subtag 68 // / "no-bok" ; are not extended language 116 * Language-Tag = langtag ; normal language tags 121 * langtag = language 128 * language = 2*3ALPHA ; shortest ISO 639 code 130 * ; extended language subtags 132 * / 5*8ALPHA ; or registered language subtag 180 // langtag must start with either language or privateus 404 String language = baseLocale.getLanguage(); local [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_c_m_a_p.py | 122 format, length, language = struct.unpack(">HHH", data[:6]) 126 self.language = int(language) 134 ("language", self.language), 165 getattr(self, "language", None), 170 getattr(other, "language", None), 197 return struct.pack(">HHH", 0, 262, self.language) + self.data 206 data = struct.pack(">HHH", 0, 262, self.language) + glyphIdArray.tostring() 211 self.language = safeEval(attrs["language"] [all...] |
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 13 * See the License for the specific language governing permissions and 406 jstring language, jstring country, jstring variant) 418 const char *langNativeString = env->GetStringUTFChars(language, 0); 425 env->ReleaseStringUTFChars(language, langNativeString); 434 jstring language, jstring country, jstring variant) 448 const char *langNativeString = env->GetStringUTFChars(language, 0); 455 env->ReleaseStringUTFChars(language, langNativeString); 465 jstring language, jstring country, jstring variant) 477 const char *langNativeString = env->GetStringUTFChars(language, 0); 484 env->ReleaseStringUTFChars(language, langNativeString) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
MccTable.java | 13 * See the License for the specific language governing permissions and 117 * an ISO 2-3 character language code if available. 129 // Choose English as the default language for India. 134 // Ask CLDR for the language this country uses... 260 // Somewhat arbitrarily take the first locale for the language, 268 * Return Locale for the language and country or null if no good match. 271 * @param language Two character language code desired 276 private static Locale getLocaleForLanguageCountry(Context context, String language, 278 if (language == null) 362 String language = (simLanguage == null) ? MccTable.defaultLanguageForMcc(mcc) : simLanguage; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/ |
commons-codec-1.3.jar | |
/toolchain/binutils/binutils-2.25/binutils/ |
resrc.c | 429 const char *preprocargs, int language, int use_temp_file) 555 if (language != -1) 556 rcparse_set_language (language); 697 resinfo->language, 0); 737 resinfo->language, 0); 825 resinfo->language, 0); 861 resinfo->language, 0); 880 resinfo->language, 0); 973 resinfo->language, 0); 1035 resinfo->language, 0) 1948 rc_uint_type language; local [all...] |
/art/libart_fake/ |
Android.mk | 12 # See the License for the specific language governing permissions and
|
/art/tools/dmtracedump/ |
Android.mk | 12 # See the License for the specific language governing permissions and
|
/art/tools/ |
run-jdwp-tests.sh | 14 # See the License for the specific language governing permissions and 129 --toolchain jack --language JN \
|
/bootable/recovery/tools/ota/ |
Android.mk | 12 # See the License for the specific language governing permissions and
|
/build/blueprint/deptools/ |
depfile.go | 12 // See the License for the specific language governing permissions and
|
/build/core/tasks/ |
collect_gpl_sources.mk | 12 # See the License for the specific language governing permissions and
|
cts.mk | 12 # See the License for the specific language governing permissions and
|
/build/kati/ |
log.go | 12 // See the License for the specific language governing permissions and
|
symtab.go | 12 // See the License for the specific language governing permissions and
|
/build/soong/cmd/soong_build/ |
main.go | 12 // See the License for the specific language governing permissions and
|
/build/soong/java/ |
androidmk.go | 12 // See the License for the specific language governing permissions and
|
/build/tools/apicheck/ |
Android.mk | 12 # See the License for the specific language governing permissions and
|