HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 201 - 225 of 4758) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
SoundexUtils.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
  /external/chromium/chrome/browser/
spellcheck_host_impl.h 42 const std::string& language,
114 // The language of the dictionary file.
  /external/icu4c/stubdata/
icu_dat_generator.py 14 # See the License for the specific language governing permissions and
170 language = re.sub(r"(_.*)", "", locale)
171 if language != "pool" and language != "supplementalData":
172 every_language.add(language)
  /external/svox/pico/compat/include/
TtsEngine.h 13 * See the License for the specific language governing permissions and
114 // Returns the level of support for the language, country and variant.
115 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
117 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
120 // TTS_LANG_AVAILABLE if the language is supported and the
124 // for the language are not correctly installed
125 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
129 // Load the resources associated with the specified language. The loaded
130 // language will only be used once a call to setLanguage() with the same
131 // language value is issued. Language and country values are coded according to the ISO thre
    [all...]
  /external/svox/pico/compat/jni/
tts.h 13 * See the License for the specific language governing permissions and
159 // Returns the level of support for the language, country and variant.
160 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
162 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
165 // TTS_LANG_AVAILABLE if the language is supported and the
169 // for the language are not correctly installed
170 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
177 // Load the resources associated with the specified language. The loaded
178 // language will only be used once a call to setLanguage() with the same
179 // language value is issued. Language and country values are coded according to the ISO thre
    [all...]
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/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdCountLeadingZeros.s 13 ; See the License for the specific language governing permissions and
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdCountLeadingZeros.S 13 @ See the License for the specific language governing permissions and
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 14 ** See the License for the specific language governing permissions and
72 String language = locale.getLanguage(); local
75 if (language != null) {
77 scanner.setLocale(language + "_" + country);
79 scanner.setLocale(language);
  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 13 * See the License for the specific language governing permissions and
50 String language; field in class:MccTable.MccEntry
56 MccEntry(int mnc, String iso, int smallestDigitsMCC, String language) {
60 this.language = language;
101 if (entry.language == null) {
104 locale = new Locale(entry.language, entry.iso);
133 * an ISO 2-3 character language code if available.
144 return entry.language;
233 String language = MccTable.defaultLanguageForMcc(mcc) local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
InputLanguageSelection.java 13 * License for the specific language governing permissions and limitations under
223 String language = ""; local
226 language = s.substring(0, 2);
229 language = s;
231 Locale l = new Locale(language, country);
234 if (TextUtils.isEmpty(language)) {
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 158 static inline bool isCompatibleGlyph(const SVGGlyphIdentifier& identifier, bool isVerticalText, const String& language,
181 // language on the referencing element we're unable to use this glyph.
182 if (language.isEmpty())
185 // Split subcode from language, if existant.
188 size_t subCodeSeparator = language.find('-');
190 languagePrefix = language.left(subCodeSeparator);
198 if (cur == language || cur == languagePrefix) {
243 void walk(const TextRun& run, bool isVerticalText, const String& language, int from, int to)
290 if (identifier.isValid && isCompatibleGlyph(identifier, isVerticalText, language, chars, i, i + identifier.nameLength)) {
408 String language; local
500 String language; local
    [all...]
  /bootable/recovery/tools/ota/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/core/
build_id.mk 14 # See the License for the specific language governing permissions and
  /build/tools/droiddoc/test/generics/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/tools/droiddoc/test/stubs/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/apps/CtsVerifier/jni/audioquality/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/apps/CtsVerifier/lib/colorchecker/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/ApiDemosReferenceTest/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/ProcessTest/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/ProcessTest/NoShareUidApp/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/ProcessTest/ShareUidApp/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/acceleration/
Android.mk 12 # See the License for the specific language governing permissions and

Completed in 2174 milliseconds

1 2 3 4 5 6 7 891011>>