Searched defs:language (Results 1 - 25 of 140) sorted by relevance

123456

/external/freetype/include/internal/services/
H A Dsvttcmap.h46 /* language :: */
47 /* The language ID used in Mac fonts. Definitions of values are in */
59 FT_ULong language; member in struct:TT_CMapInfo_
/external/pdfium/third_party/freetype/include/internal/services/
H A Dsvttcmap.h48 /* language :: */
49 /* The language ID used in Mac fonts. Definitions of values are in */
61 FT_ULong language; member in struct:TT_CMapInfo_
/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundexUtils.java13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
H A DRefinedSoundex.java13 * See the License for the specific language governing permissions and
17 package 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/lldb/source/Interpreter/
H A DScriptInterpreter.cpp67 ScriptInterpreter::LanguageToString (lldb::ScriptLanguage language) argument
71 switch (language)
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAudioQuality.java13 * See the License for the specific language governing permissions and
27 String language; field in class:AudioQuality
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentLanguage.java43 * language(s) of the intended audience for the enclosed entity. Note
47 * Content-Language = "Content-Language" ":" 1#language-tag
51 * entities according to the user's own preferred language. Thus, if the
58 * is intended for all language audiences. This might mean that the
59 * sender does not consider it to be specific to any natural language,
60 * or that the sender does not know for which language it is intended.
71 * An example would be a beginner's language primer, such as "A First
129 * @param languageTag -- language tag to set.
142 * Gets the language value of the ContentLanguageHeader.
154 * Sets the language paramete
160 setContentLanguage(Locale language) argument
[all...]
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/nist-sip/java/javax/sip/header/
H A DContentLanguageHeader.java9 void setContentLanguage(Locale language); argument
/external/e2fsprogs/intl/
H A Dexplodename.c53 const char **language, const char **modifier,
71 look for the language. Termination symbols are `_' and `@' if
75 *language = cp = name;
76 cp = _nl_find_language (*language);
78 if (*language == cp)
79 /* This does not make sense: language has to be specified. Use
81 cp = strchr (*language, '\0');
52 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision) argument
/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
745 char language[ULOC_LANG_CAPACITY]; member in class:Locale
[all...]
/external/icu/icu4c/source/test/letest/
H A Dcfonts.cpp36 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
40 return pfi->getNameString(nameID, platform, encoding, language);
43 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
47 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
/external/icu/icu4c/source/test/perf/leperf/
H A Dcfonts.cpp34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
38 return pfi->getNameString(nameID, platform, encoding, language);
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
/external/lldb/include/lldb/Symbol/
H A DCompileUnit.h43 /// Construct with a module, path, UID and language.
47 /// \a uid, and the source language type.
65 /// @param[in] language
66 /// A language enumeration type that describes the main language
71 CompileUnit(const lldb::ModuleSP &module_sp, void *user_data, const char *pathname, lldb::user_id_t uid, lldb::LanguageType language);
74 /// Construct with a module, file spec, UID and language.
78 /// \a uid, and the source language type.
97 /// @param[in] language
98 /// A language enumeratio
149 SetLanguage(lldb::LanguageType language) argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DAuthorBox.java13 * See the License for the specific language governing permissions and
36 private String language; field in class:AuthorBox
44 * Declares the language code for the {@link #getAuthor()} return value. See ISO 639-2/T for the set of three
48 * @return the language code
51 return language;
63 public void setLanguage(String language) { argument
64 this.language = language;
78 language = IsoTypeReader.readIso639(content);
85 IsoTypeWriter.writeIso639(byteBuffer, language);
[all...]
H A DCopyrightBox.java13 * See the License for the specific language governing permissions and
30 * different language codes.
38 private String language; field in class:CopyrightBox
46 return language;
53 public void setLanguage(String language) { argument
54 this.language = language;
68 language = IsoTypeReader.readIso639(content);
75 IsoTypeWriter.writeIso639(byteBuffer, language);
81 return "CopyrightBox[language
[all...]
H A DDescriptionBox.java13 * See the License for the specific language governing permissions and
27 * Gives a language dependent description of the media contained in the ISO file.
32 private String language; field in class:DescriptionBox
40 return language;
54 language = IsoTypeReader.readIso639(content);
61 IsoTypeWriter.writeIso639(byteBuffer, language);
67 return "DescriptionBox[language=" + getLanguage() + ";description=" + getDescription() + "]";
70 public void setLanguage(String language) { argument
71 this.language = language;
[all...]
H A DGenreBox.java13 * See the License for the specific language governing permissions and
34 private String language; field in class:GenreBox
42 return language;
49 public void setLanguage(String language) { argument
50 this.language = language;
64 language = IsoTypeReader.readIso639(content);
71 IsoTypeWriter.writeIso639(byteBuffer, language);
77 return "GenreBox[language=" + getLanguage() + ";genre=" + getGenre() + "]";
H A DKeywordsBox.java13 * See the License for the specific language governing permissions and
32 private String language; field in class:KeywordsBox
40 return language;
47 public void setLanguage(String language) { argument
48 this.language = language;
66 language = IsoTypeReader.readIso639(content);
78 IsoTypeWriter.writeIso639(byteBuffer, language);
88 buffer.append("KeywordsBox[language=").append(getLanguage());
H A DPerformerBox.java13 * See the License for the specific language governing permissions and
33 private String language; field in class:PerformerBox
41 return language;
48 public void setLanguage(String language) { argument
49 this.language = language;
63 IsoTypeWriter.writeIso639(byteBuffer, language);
71 language = IsoTypeReader.readIso639(content);
76 return "PerformerBox[language=" + getLanguage() + ";performer=" + getPerformer() + "]";
H A DTitleBox.java13 * See the License for the specific language governing permissions and
39 private String language; field in class:TitleBox
47 return language;
55 * Sets the 3-letter ISO-639 language for this title.
57 * @param language 3-letter ISO-639 code
59 public void setLanguage(String language) { argument
60 this.language = language;
74 IsoTypeWriter.writeIso639(byteBuffer, language);
82 language
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/vodafone/
H A DAlbumArtistBox.java13 * See the License for the specific language governing permissions and
34 private String language; field in class:AlbumArtistBox
42 return language;
49 public void setLanguage(String language) { argument
50 this.language = language;
64 language = IsoTypeReader.readIso639(content);
70 IsoTypeWriter.writeIso639(byteBuffer, language);
76 return "AlbumArtistBox[language=" + getLanguage() + ";albumArtist=" + getAlbumArtist() + "]";
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/skia/src/sfnt/
H A DSkOTUtils.h71 LocalizedStrings_SingleName(SkString name, SkString language) argument
72 : fName(name), fLanguage(language), fHasNext(true)

Completed in 482 milliseconds

123456