Searched defs:language (Results 1 - 25 of 257) sorted by last modified time

1234567891011

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h475 char language[3]; member in struct:hostapd_bss_config::hs20_icon
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c306 ASN1_IA5STRING *language; member in struct:__anon33761
319 ASN1_IA5STRING *language; member in struct:__anon33763
379 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4),
392 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING, 4)
629 if (info->language) {
631 ASN1_STRING_print(out, info->language);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h475 char language[3]; member in struct:hostapd_bss_config::hs20_icon
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c306 ASN1_IA5STRING *language; member in struct:__anon34014
319 ASN1_IA5STRING *language; member in struct:__anon34016
379 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4),
392 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING, 4)
629 if (info->language) {
631 ASN1_STRING_print(out, info->language);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h475 char language[3]; member in struct:hostapd_bss_config::hs20_icon
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c306 ASN1_IA5STRING *language; member in struct:__anon34265
319 ASN1_IA5STRING *language; member in struct:__anon34267
379 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4),
392 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING, 4)
629 if (info->language) {
631 ASN1_STRING_print(out, info->language);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java695 * arrays that have a default plus one real language. This case should have
770 * Appends a language item to an alt text array.
772 * @param arrayNode the language array
773 * @param itemLang the language of the item
797 * <li>Look for an exact match with the specific language.
798 * <li>If a generic language is given, look for partial matches.
806 * the generic language
808 * the specific language
832 // Look for the first partial match with the generic language.
845 throw new XMPException("Alt-text array item has no language qualifie
902 lookupLanguageItem(XMPNode arrayNode, String language) argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c2178 /* What source language? 'A'=Ada83/95,
2183 UChar language; member in struct:__anon32477
2277 if (parser->language != 'A')
2365 parser->language = 'C'; break;
2368 parser->language = 'F'; break;
2370 parser->language = 'A'; break;
2377 parser->language = '?'; break;
2564 && (parser->language != 'A' && !is_decl)) {
2857 switch (parser->language) {
2941 vg_assert (dtag == DW_TAG_typedef || parser->language
[all...]
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp13 * 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, langNativeStrin
405 com_android_tts_compat_SynthProxy_isLanguageAvailable(JNIEnv *env, jobject thiz, jlong jniData, jstring language, jstring country, jstring variant) argument
433 com_android_tts_compat_SynthProxy_setLanguage(JNIEnv *env, jobject thiz, jlong jniData, jstring language, jstring country, jstring variant) argument
464 com_android_tts_compat_SynthProxy_loadLanguage(JNIEnv *env, jobject thiz, jlong jniData, jstring language, jstring country, jstring variant) argument
[all...]
/external/svox/pico/compat/src/com/android/tts/compat/
H A DSynthProxy.java13 * License for the specific language governing permissions and limitations under
91 * Queries for language support.
94 public int isLanguageAvailable(String language, String country, String variant) { argument
95 return native_isLanguageAvailable(mJniData, language, country, variant);
106 * Sets the language.
108 public int setLanguage(String language, String country, String variant) { argument
109 return native_setLanguage(mJniData, language, country, variant);
113 * Loads the language: it's not set, but prepared for use later.
115 public int loadLanguage(String language, String country, String variant) { argument
116 return native_loadLanguage(mJniData, language, countr
170 native_isLanguageAvailable(long jniData, String language, String country, String variant) argument
173 native_setLanguage(long jniData, String language, String country, String variant) argument
176 native_loadLanguage(long jniData, String language, String country, String variant) argument
[all...]
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp14 * See the License for the specific language governing permissions and
24 * In the Pico engine, the language cannot be changed indpendently of the voice.
25 * If either the voice or locale/language are changed, a new resource is loaded.
29 * If the language is changed through an SSML tag, there is a latency for the load.
94 const char * picoSupportedProperties[] = { "language", "rate", "pitch", "volume" };
113 char * picoProp_currLang = NULL; /* current language */
132 int found = -1; /* language not found */
135 ALOGE("checkForLocale called with NULL language");
150 This could overmatch ISO 639-3 language codes.%% */
152 /* check whether the current language matche
1270 getLanguage(char *language, char *country, char *variant) argument
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_name.h37 /** The platform ID specifies how to interpret the encoding and language ID. */
565 SkString language; member in struct:SkOTTableName::Iterator::Record
H A DSkOTUtils.h69 LocalizedStrings_SingleName(SkString name, SkString language) argument
70 : fName(name), fLanguage(language), fHasNext(true)
/external/skia/tests/
H A DFontNamesTest.cpp90 const char* language; member in struct:FontNamesTest::__anon30790
124 strcmp(test[i].names[nameIndex].language, record.language.c_str()) == 0,
128 //printf("%s <%s>\n", record.name.c_str(), record.language.c_str());
195 SkDebugf("{%s} <%s>\n", record.name.c_str(), record.language.c_str());
207 SkDebugf("{{%s}} <%s>\n", record.name.c_str(), record.language.c_str());
/external/smack/src/org/jivesoftware/smack/packet/
H A DMessage.java17 * See the License for the specific language governing permissions and
55 private String language; field in class:Message
113 * The default subject of a message is the subject that corresponds to the message's language.
114 * (see {@link #getLanguage()}) or if no language is set to the applications default
115 * language (see {@link Packet#getDefaultLanguage()}).
124 * Returns the subject corresponding to the language. If the language is null, the method result
125 * will be the same as {@link #getSubject()}. Null will be returned if the language does not have
128 * @param language the language o
131 getSubject(String language) argument
136 getMessageSubject(String language) argument
178 addSubject(String language, String subject) argument
191 removeSubject(String language) argument
250 getBody(String language) argument
255 getMessageBody(String language) argument
298 addBody(String language, String body) argument
311 removeBody(String language) argument
385 setLanguage(String language) argument
389 determineLanguage(String language) argument
513 private String language; field in class:Message.Subject
515 Subject(String language, String subject) argument
576 private String language; field in class:Message.Body
578 Body(String language, String message) argument
[all...]
H A DPresence.java17 * See the License for the specific language governing permissions and
65 private String language; field in class:Presence
213 return language;
219 * @param language the xml:lang of this Presence.
222 public void setLanguage(String language) { argument
223 this.language = language;
232 if (language != null) {
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc13 * See the License for the specific language governing permissions and
652 int32_t language = data->ReadUShort(Offset::kFormat4Language); local
653 return language;
1073 index += new_data->WriteUShort(index, language());
H A Dcmap_table.h13 * See the License for the specific language governing permissions and
138 virtual int32_t language() { return language_; } function in class:sfntly::CMapTable::CMap::Builder
139 virtual void set_language(int32_t language) { language_ = language; } argument
187 // Get the language of the cmap.
189 // Note on the language field in 'cmap' subtables: The language field must
192 // Macintosh, set this field to the Macintosh language ID of the cmap
194 // language-specific. For example, a Mac OS Turkish cmap subtable must set
195 // this field to 18, since the Macintosh language I
[all...]
/external/skia/include/core/
H A DSkPaintOptionsAndroid.h21 The SkLanguage class represents a human written language, and is used by
33 /** Gets a BCP 47 language identifier for this SkLanguage.
34 @return a BCP 47 language identifier representing this language
55 //! BCP 47 language identifier
86 /** Return the paint's language value used for drawing text.
87 @return the paint's language value used for drawing text.
91 /** Set the paint's language value used for drawing text.
92 @param language set the paint's language valu
94 setLanguage(const SkLanguage& language) argument
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dcommons-codec-1.6.jar ... binary/ org/apache/commons/codec/digest/ org/apache/commons/codec/language/ org/apache/commons/codec/language/bm/ org/apache/commons/codec ...
/external/qemu/ui/
H A Dkeymaps.c63 const char *language,
74 filename = qemu_find_file(QEMU_FILE_TYPE_KEYMAP, language);
77 "Could not read keymap file: '%s'\n", language);
85 "Could not read keymap file: '%s'\n", language);
152 void *init_keyboard_layout(const name2keysym_t *table, const char *language) argument
154 return parse_keyboard_layout(table, language, NULL);
62 parse_keyboard_layout(const name2keysym_t *table, const char *language, kbd_layout_t * k) argument
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jar ... binary/ org/apache/commons/codec/digest/ org/apache/commons/codec/language/ org/apache/commons/codec/net/ META-INF/LICENSE. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1302 milliseconds

1234567891011