Searched defs:language (Results 51 - 75 of 257) sorted by relevance

1234567891011

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/vodafone/
H A DContentDistributorIdBox.java13 * See the License for the specific language governing permissions and
32 private String language; field in class:ContentDistributorIdBox
40 return language;
54 language = IsoTypeReader.readIso639(content);
61 IsoTypeWriter.writeIso639(byteBuffer, language);
68 return "ContentDistributorIdBox[language=" + getLanguage() + ";contentDistributorId=" + getContentDistributorId() + "]";
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAcceptLanguage.java46 * 1#( language-range [ ";" "q" "=" qvalue ] )
47 * language-range = ( ( 1*8ALPHA *( "-" 1*8ALPHA ) ) | "*" )
123 * @param languageRange is the language range to set.
159 * Gets the language value of the AcceptLanguageHeader.
163 * @return the language Locale value of this AcceptLanguageHeader
178 * Sets the language parameter of this AcceptLanguageHeader.
182 * @param language - the new Locale value of the language of
188 public void setAcceptLanguage(Locale language) { argument
190 if ( "".equals(language
[all...]
/external/skia/src/sfnt/
H A DSkOTUtils.h69 LocalizedStrings_SingleName(SkString name, SkString language) argument
70 : fName(name), fLanguage(language), fHasNext(true)
/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundex.java13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
/external/chromium_org/chrome/common/
H A Dspellcheck_common.cc15 const char* language; // The language. member in struct:chrome::spellcheck_common::LanguageRegion
16 const char* language_region; // language & region, used by dictionaries.
20 const char* language; // The language input. member in struct:chrome::spellcheck_common::LanguageVersion
80 // This function returns the language-region version of language name.
85 if (g_supported_spellchecker_languages[i].language == input_language) {
111 // version string, depending on the language.
112 std::string language local
126 GetCorrespondingSpellCheckLanguage(const std::string& language) argument
159 char language[ULOC_LANG_CAPACITY] = ULOC_ENGLISH; local
[all...]
/external/chromium_org/chromeos/dbus/
H A Dnfc_record_client.h37 // The ISO/IANA language code (For example "en" or "jp"). This property is
39 dbus::Property<std::string> language; member in struct:chromeos::NfcRecordClient::Properties
/external/chromium_org/components/translate/core/browser/
H A Dlanguage_state.cc35 // to keep the original language and to set current_lang_ so
70 // - this page is in the same language as the previous page
80 void LanguageState::SetCurrentLanguage(const std::string& language) { argument
81 current_lang_ = language;
H A Dtranslate_browser_metrics.cc73 void ReportUndisplayableLanguage(const std::string& language) { argument
75 language_usage_metrics::LanguageUsageMetrics::ToLanguageCode(language);
80 void ReportUnsupportedLanguageAtInitiation(const std::string& language) { argument
82 language_usage_metrics::LanguageUsageMetrics::ToLanguageCode(language);
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_engine.h52 std::string language; member in struct:content::SpeechRecognitionEngine::Config
/external/chromium_org/content/test/
H A Dmock_keyboard_driver_win.cc68 const wchar_t* language; member in struct:content::__anon7906
105 HKL new_keyboard_layout = LoadKeyboardLayout(kLanguageIDs[i].language,
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTrackBase.h53 AtomicString language() const { return m_language; } function in class:blink::TrackBase
54 void setLanguage(const AtomicString& language) { m_language = language; } argument
66 TrackBase(Type, const AtomicString& label, const AtomicString& language, const String& id);
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTElement.h60 AtomicString language() const { return m_language; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGlyphElement.cpp152 String language = fastGetAttribute(SVGNames::langAttr); local
153 if (!language.isEmpty())
154 identifier.languages = parseDelimitedString(language, ',');
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLanguage.cpp91 size_t indexOfBestMatchingLanguageInList(const AtomicString& language, const Vector<AtomicString>& languageList) argument
97 bool canMatchLanguageOnly = (language.length() == 2 || (language.length() >= 3 && language[2] == '-'));
102 if (language == canonicalizedLanguageFromList)
106 if (language[0] == canonicalizedLanguageFromList[0] && language[1] == canonicalizedLanguageFromList[1]) {
119 // If we have both a language-only match and a languge-but-not-locale match, return the
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_pci.c80 ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
85 if (strcmp(val->name, "language") == 0)
87 if (*language)
93 if (!(*language = OBJ_txt2obj(val->value, 0)))
252 ASN1_OBJECT *language = NULL; local
284 &language, &pathlen, &policy);
293 &language, &pathlen, &policy))
302 if (!language)
307 nid = OBJ_obj2nid(language);
321 pci->proxyPolicy->policyLanguage = language; languag
79 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]
/external/chromium_org/third_party/cld/languages/internal/
H A Dlanguages.cc18 const char * language_code_639_1_; // the ISO-639-1 code for the language
19 const char * language_code_639_2_; // the ISO-639-2 code for the language
20 const char * language_code_other_; // some nonstandard code for the language
226 // to prevent it matching any two letter language code.
277 bool LanguageFromCode(const char* lang_code, Language *language) { argument
278 *language = UNKNOWN_LANGUAGE;
289 *language = static_cast<Language>(i);
295 // five-letter language codes "zh-cn" and "zh-tw" which are used by
300 *language = CHINESE;
305 *language
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dlocid.h65 * Locale( const char* language,
124 * the language suitable for displaying to the user. Interestingly,
128 * a language appropriate to that locale.
166 * through these objects by language, country, or variant,
169 * suitable for a given language. Such classes implement these
189 /** Useful constant for this language. @stable ICU 2.0 */
191 /** Useful constant for this language. @stable ICU 2.0 */
193 /** Useful constant for this language. @stable ICU 2.0 */
195 /** Useful constant for this language. @stable ICU 2.0 */
197 /** Useful constant for this language
728 char language[ULOC_LANG_CAPACITY]; member in class:Locale
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DUtil.java13 * See the License for the specific language governing permissions and
30 * This variable is in upper-case, since we convert the language code to upper case before doing
36 * Map of countries that have non-latin local names, with the language that their local names
37 * are in. We only list a country here if we have the appropriate data. Only language sub-tags
62 * Returns true if the language code is explicitly marked to be in the latin script. For
68 // Check to see if the language code contains a script modifier.
81 * Returns the language subtag of a language code. For example, returns "zh" if given "zh-Hans",
82 * "zh-CN" or other "zh" variants. If no language subtag can be found or the language ta
202 getWidgetCompatibleLanguageCode(Locale language, String currentCountry) argument
[all...]
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
H A DLocalizationUtils.java35 * language codes into the modern ones used by Chromium.
44 private static Locale getJavaLocale(String language, String country, String variant) { argument
45 return new Locale(language, country, variant);
/external/e2fsprogs/intl/
H A Dfinddomain.c54 const char *language; local
67 language[_territory[.codeset]][@modifier]
71 language[_territory][+audience][+special][,[sponsor][_revision]]
135 look for the language. Termination symbols are `_' and `@' if
137 mask = _nl_explode_name (locale, &language, &modifier, &territory,
144 strlen (dirname) + 1, mask, language, territory,
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h65 * Locale( const char* language,
124 * the language suitable for displaying to the user. Interestingly,
128 * a language appropriate to that locale.
166 * through these objects by language, country, or variant,
169 * suitable for a given language. Such classes implement these
189 /** Useful constant for this language. @stable ICU 2.0 */
191 /** Useful constant for this language. @stable ICU 2.0 */
193 /** Useful constant for this language. @stable ICU 2.0 */
195 /** Useful constant for this language. @stable ICU 2.0 */
197 /** Useful constant for this language
728 char language[ULOC_LANG_CAPACITY]; member in class:Locale
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
H A DPhoneNumberOfflineGeocoder.java13 * See the License for the specific language governing permissions and
62 * Returns the customary display name in the given language for the given territory the phone
65 private String getCountryNameForNumber(PhoneNumber number, Locale language) { argument
67 return getRegionDisplayName(regionCode, language);
71 * Returns the customary display name in the given language for the given region.
73 private String getRegionDisplayName(String regionCode, Locale language) { argument
76 ? "" : new Locale("", regionCode).getDisplayCountry(language);
80 * Returns a text description for the given phone number, in the language provided. The
90 * @param languageCode the language code for which the description should be written
91 * @return a text description for the given language cod
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
H A DPrefixFileReader.java13 * See the License for the specific language governing permissions and
38 // The mappingFileProvider knows for which combination of countryCallingCode and language a phone
66 int prefixMapKey, String language, String script, String region) {
67 String fileName = mappingFileProvider.getFileName(prefixMapKey, language, script, region);
104 * Returns a text description in the given language for the given phone number.
107 * @param lang two-letter lowercase ISO language codes as defined by ISO 639-1
111 * @return a text description in the given language for the given phone number, or an empty
125 // When a location is not available in the requested language, fall back to English.
137 // Don't fall back to English if the requested language is among the following:
65 getPhonePrefixDescriptions( int prefixMapKey, String language, String script, String region) argument
/external/lldb/source/Core/
H A DLanguage.cpp54 Language::Language(LanguageType language) : argument
55 m_language (language)
76 Language::SetLanguage(LanguageType language) argument
78 m_language = language;
139 s->Printf("Language(language = 0x%4.4x)", m_language);
146 lldb_private::operator << (Stream& s, const Language& language) argument
148 language.Dump(&s);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoTypeWriter.java13 * See the License for the specific language governing permissions and
79 public static void writeIso639(ByteBuffer bb, String language) { argument
80 if (language.getBytes().length != 3) {
81 throw new IllegalArgumentException("\"" + language + "\" language string isn't exactly 3 characters long!");
85 bits += (language.getBytes()[i] - 0x60) << (2 - i) * 5;

Completed in 750 milliseconds

1234567891011