/frameworks/base/packages/TtsService/src/android/tts/ |
TtsService.java | 357 // no setting found, use the current Locale to determine the default variant 393 private int isLanguageAvailable(String lang, String country, String variant) { 396 res = sNativeSynth.isLanguageAvailable(lang, country, variant); 414 private int setLanguage(String callingApp, String lang, String country, String variant) { 415 Log.v(SERVICE_TAG, "TtsService.setLanguage(" + lang + ", " + country + ", " + variant + ")"); 422 res = sNativeSynth.setLanguage(lang, country, variant); 790 String variant = ""; local 805 variant = speechItem.mParams.get(i+1); 897 String variant = ""; local [all...] |
/external/dbus/dbus/ |
dbus-marshal-header.c | 149 * @param variant_reader the reader for the variant in the field 196 DBusTypeReader variant; local 211 _dbus_type_reader_recurse (&sub, &variant); 213 _dbus_header_cache_one (header, field_code, &variant); 260 * Writes a struct of { byte, variant } with the given basic type. 274 DBusTypeWriter variant; local 298 &contained_type, 0, &variant)) 301 if (!_dbus_type_writer_write_basic (&variant, type, value)) 304 if (!_dbus_type_writer_unrecurse (&sub, &variant)) 320 * Sets a struct of { byte, variant } with the given basic type 336 DBusTypeReader variant; local [all...] |
/external/webkit/WebCore/bridge/qt/ |
qt_runtime.cpp | 91 Variant = 0, 108 const char *map[] = { "Variant", "Number", "Boolean", "String", "Date", 761 JSValue convertQVariantToValue(ExecState* exec, PassRefPtr<RootObject> root, const QVariant& variant) 764 // An empty QString variant is also null 765 QMetaType::Type type = (QMetaType::Type) variant.userType(); 767 qConvDebug() << "convertQVariantToValue: metatype:" << type << ", isnull: " << variant.isNull(); 768 if (variant.isNull() && 779 return jsBoolean(variant.toBool()); 791 return jsNumber(exec, variant.toDouble()); 794 QRegExp re = variant.value<QRegExp>() 987 static QtMethodMatchType variant() function in class:JSC::Bindings::QtMethodMatchType [all...] |
/external/apache-http/src/org/apache/http/impl/auth/ |
DigestScheme.java | 141 String variant = tok.nextToken().trim(); local 142 if (variant.equals("auth")) { 145 } else if (variant.equals("auth-int")) {
|
/external/chromium/third_party/icu/source/common/ |
uloc.c | 28 l = lang, C = ctry, M = charmap, V = variant 539 const char *variant; /* input ID */ member in struct:VariantMap 546 { "PINYIN", "collation", "pinyin" }, /* Solaris variant */ 547 { "STROKE", "collation", "stroke" } /* Solaris variant */ 563 /* We do this because the @ sign is variant, and the @ sign used on one 1587 char* variant = NULL; \/* pointer into name, or NULL *\/ local [all...] |
unames.c | 75 uint8_t type, variant; member in struct:__anon2989 896 count=range->variant; 923 uint16_t count=range->variant; 1013 uint16_t count=range->variant; [all...] |
uloc_tag.c | 17 /* struct holding a single variant */ 19 const char *variant; member in struct:VariantListEntry 267 * variant = 5*8alphanum ; registered variants 432 cmp = uprv_strcmp(var->variant, cur->variant); 443 /* duplicated variant */ 1073 /* ignore empty variant */ 1082 /* emit the variant to the list */ 1088 var->variant = pVar; 1090 /* duplicated variant */ [all...] |
/development/pdk/docs/source/ |
source_toc.cs | 11 <li><a href="http://android.git.kernel.org/">Browse Source</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
|
/device/htc/passion/ |
BoardConfig.mk | 24 # variant, so that it gets overwritten by the parent (which goes
|
/external/chromium/third_party/icu/public/common/unicode/ |
uloc.h | 71 * <STRONG>Variant.</STRONG> 72 * The Variant codes are vendor and browser-specific. 161 * through these objects by language, country, or variant, 184 * the POSIX type form of language_COUNTRY.ENCODING\@VARIANT 185 * and if there is not an ICU-stype variant, uloc_getVariant() for example 187 * "-" is recognized as a country/variant separator similarly to RFC1766. 425 * Gets the variant code for the specified locale. 427 * @param localeID the locale to get the variant code with 428 * @param variant the variant code for localeI [all...] |
locid.h | 62 * const char* variant); 81 * The third constructor requires a third argument--the <STRONG>Variant.</STRONG> 82 * The Variant codes are vendor and browser-specific. 161 * through these objects by language, country, or variant, 238 * Construct a locale from language, country, variant. 252 * @param variant Uppercase vendor and browser specific code. See class 263 const char * variant = 0, 399 * Returns the locale's variant code. 407 * country and variant separated by underbars. If a field is missing, up 555 * Fills in "dispVar" with the name of this locale's variant code in a format suitabl [all...] |
/external/icu4c/common/unicode/ |
uloc.h | 71 * <STRONG>Variant.</STRONG> 72 * The Variant codes are vendor and browser-specific. 161 * through these objects by language, country, or variant, 184 * the POSIX type form of language_COUNTRY.ENCODING\@VARIANT 185 * and if there is not an ICU-stype variant, uloc_getVariant() for example 187 * "-" is recognized as a country/variant separator similarly to RFC1766. 425 * Gets the variant code for the specified locale. 427 * @param localeID the locale to get the variant code with 428 * @param variant the variant code for localeI [all...] |
locid.h | 62 * const char* variant); 81 * The third constructor requires a third argument--the <STRONG>Variant.</STRONG> 82 * The Variant codes are vendor and browser-specific. 161 * through these objects by language, country, or variant, 240 * Construct a locale from language, country, variant. 254 * @param variant Uppercase vendor and browser specific code. See class 265 const char * variant = 0, 401 * Returns the locale's variant code. 409 * country and variant separated by underbars. If a field is missing, up 571 * Fills in "dispVar" with the name of this locale's variant code in a format suitabl [all...] |
/external/webkit/WebKit/qt/tests/qwebpage/ |
tst_qwebpage.cpp | 396 QVariant variant("string test"); 397 m_page->history()->currentItem().setUserData(variant); 1357 QVariant variant = page->inputMethodQuery(Qt::ImMicroFocus); local [all...] |
/libcore/luni/src/main/java/com/ibm/icu4jni/util/ |
LocaleData.java | 117 String variant = locale.getVariant(); local 120 if (!variant.isEmpty()) {
|
/external/chromium/third_party/icu/source/i18n/ |
translit.cpp | 745 UnicodeString source, target, variant; local 747 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource); 752 if (variant.length() > 0) { // Change "Foo" to "/Foo" 753 variant.insert(0, VARIANT_SEP); 756 ID.append(TARGET_SEP).append(target).append(variant); 816 result.append(variant); [all...] |
/external/icu4c/i18n/ |
translit.cpp | 745 UnicodeString source, target, variant; local 747 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource); 752 if (variant.length() > 0) { // Change "Foo" to "/Foo" 753 variant.insert(0, VARIANT_SEP); 756 ID.append(TARGET_SEP).append(target).append(variant); 816 result.append(variant); [all...] |
/external/svox/pico/tts/ |
com_svox_picottsengine.cpp | [all...] |
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 208 char *alias = obj->variant.symLinkVariant.alias; 1201 if( list_empty(&dsc->dirObj->variant.directoryVariant.children)){ 1204 dsc->nextReturn = list_entry(dsc->dirObj->variant.directoryVariant.children.next, 1219 list_empty(&dsc->dirObj->variant.directoryVariant.children)){ 1224 if( next == &dsc->dirObj->variant.directoryVariant.children) 1401 char *alias = obj->variant.symLinkVariant.alias;
|
/external/icu4c/common/ |
unames.c | 75 uint8_t type, variant; member in struct:__anon3977 888 count=range->variant; 915 uint16_t count=range->variant; 1005 uint16_t count=range->variant; [all...] |
uloc_tag.c | 18 /* struct holding a single variant */ 20 const char *variant; member in struct:VariantListEntry 268 * variant = 5*8alphanum ; registered variants 433 cmp = uprv_compareInvCharsAsAscii(var->variant, cur->variant); 444 /* duplicated variant */ 1097 /* ignore empty variant */ 1107 /* emit the variant to the list */ 1113 var->variant = pVar; 1115 /* duplicated variant */ [all...] |
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeech.java | 75 * by the locale, but not the variant. 82 * but not the country and variant. 262 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are 269 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are 277 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are 309 public static final String KEY_PARAM_VARIANT = "variant"; 1074 String variant = loc.getVariant(); local [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ReverseGeocoder.java | 450 String variant = Utils.readUTF(dis); local 455 } else if (variant == null) { 458 locale = new Locale(language, country, variant);
|
/external/stlport/ |
configure | 63 --without-debug don't build debug variant
|
/external/webkit/WebCore/bridge/ |
npruntime.h | 152 After calling NPReleaseVariantValue, the type of the variant will 155 void NPN_ReleaseVariantValue (NPVariant *variant);
|