HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 1 - 25 of 2488) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/header/
ContentLanguageHeader.java 6 String NAME = "Content-Language";
9 void setContentLanguage(Locale language);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Regress/
regress-314887.js 12 * for the specific language governing rights and limitations under the
46 <script language="JavaScript" type="text/JavaScript">
  /external/svox/pico/src/com/svox/pico/
GetSampleText.java 13 * See the License for the specific language governing permissions and
29 * Returns the sample text string for the language requested
40 String language = i.getExtras().getString("language"); local
44 if (language.equals("eng")) {
50 } else if (language.equals("fra")) {
52 } else if (language.equals("ita")) {
54 } else if (language.equals("deu")) {
56 } else if (language.equals("spa")) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
AcceptLanguage.java 36 * Accept Language body.
45 * Accept-Language = "Accept-Language" ":"
46 * 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 o
    [all...]
ContentLanguage.java 40 * 14.12 Content-Language
42 * The Content-Language entity-header field describes the natural
43 * language(s) of the intended audience for the enclosed entity. Note
47 * Content-Language = "Content-Language" ":" 1#language-tag
49 * Language tags are defined in section 3.10. The primary purpose of
50 * Content-Language is to allow a user to identify and differentiate
51 * entities according to the user's own preferred language. Thus, if the
55 * Content-Language: d
    [all...]
  /external/chromium/third_party/icu/source/test/letest/
cfonts.h 22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
cfonts.cpp 34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
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)
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
  /external/icu4c/test/letest/
cfonts.h 22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
cfonts.cpp 34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
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)
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
  /external/libvpx/examples/includes/geshi/contrib/
cssgen2.php 54 foreach ($languages as $language) {
55 $geshi->set_language($language);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 13 * See the License for the specific language governing permissions and
74 String language = l.getLanguage(); local
77 if ("zh".equals(language)) {
79 language = "zh-CN";
81 language = "zh-TW";
83 } else if ("pt".equals(language)) {
85 language = "pt-BR";
87 language = "pt-PT";
91 R.string.google_search_base, language, country);
GoogleSuggestClient.java 13 * See the License for the specific language governing permissions and
111 // paramerterized to accept info from the Locale, the language code is the first
119 String language = l.getLanguage(); local
122 if ("zh".equals(language)) {
124 language = "zh-CN";
126 language = "zh-TW";
128 } else if ("pt".equals(language)) {
130 language = "pt-BR";
132 language = "pt-PT";
136 language,
    [all...]
  /frameworks/base/packages/TtsService/src/android/tts/
SynthProxy.java 13 * License for the specific language governing permissions and limitations under
100 * Queries for language support.
103 public int isLanguageAvailable(String language, String country, String variant) {
104 return native_isLanguageAvailable(mJniData, language, country, variant);
115 * Sets the language.
117 public int setLanguage(String language, String country, String variant) {
118 return native_setLanguage(mJniData, language, country, variant);
122 * Loads the language: it's not set, but prepared for use later.
124 public int loadLanguage(String language, String country, String variant) {
125 return native_loadLanguage(mJniData, language, country, variant)
    [all...]
  /external/openssl/crypto/x509v3/
v3_pci.c 66 BIO_printf(out, "%*sPolicy Language: ", indent, "");
76 ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
81 if (strcmp(val->name, "language") == 0)
83 if (*language)
89 if (!(*language = OBJ_txt2obj(val->value, 0)))
248 ASN1_OBJECT *language = NULL; local
279 &language, &pathlen, &policy);
288 &language, &pathlen, &policy))
296 /* Language is mandatory */
297 if (!language)
    [all...]
  /external/e2fsprogs/intl/
loadinfo.h 92 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER,
104 const char *language, const char *territory,
115 /* Split a locale name NAME into its pieces: language, modifier,
118 there. *LANGUAGE gets assigned NAME. Each of *MODIFIER, *TERRITORY,
133 extern int _nl_explode_name (char *name, const char **language,
140 /* Split a locale name NAME into a leading language part and all the
141 rest. Return a pointer to the first character after the language,
explodename.c 53 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');
  /external/qemu/
keymaps.h 55 void *init_keyboard_layout(const name2keysym_t *table, const char *language);
  /external/srec/tools/cmd/
pht_to_long.pl 36 my $language = lc($1);
38 $language =~ s/\-/\./g;
41 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
pht_to_short.pl 39 my $language = lc($1);
41 $language =~ s/\-/\./g;
44 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
  /frameworks/base/tools/localize/
Configuration.cpp 50 split_locale(const string& in, string* language, string* region)
55 *language = in;
65 language->assign(in.c_str(), 2);
  /external/chromium/base/
file_version_info.cc 16 FileVersionInfo::FileVersionInfo(void* data, int language, int code_page)
17 : language_(language), code_page_(code_page) {
29 WORD language; member in struct:__anon2324
66 return new FileVersionInfo(data, translate->language,
149 // Use the language and codepage from the DLL.
152 // Use the default language and codepage from the DLL.
155 // Use the language from the DLL and Latin codepage (most common).
158 // Use the default language and Latin codepage (most common).
165 WORD language = lang_codepage[i++]; local
168 L"\\StringFileInfo\\%04x%04x\\%ls", language, code_page, name)
    [all...]
  /external/freetype/include/freetype/internal/services/
svttcmap.h 48 /* language :: */
49 /* The language ID used in Mac fonts. Definitions of values are in */
61 FT_ULong language; member in struct:TT_CMapInfo_
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngineInfo.java 13 * See the License for the specific language governing permissions and
46 private static final String PARAMETER_LANGUAGE = "{language}";
77 // Add the current language/country information to the URIs.
79 StringBuilder language = new StringBuilder(locale.getLanguage()); local
81 language.append('-');
82 language.append(locale.getCountry());
85 String language_str = language.toString();
  /frameworks/base/location/java/android/location/
GeocoderParams.java 13 * See the License for the specific language governing permissions and
28 * language, country and variant information from the Geocoder's locale
71 String language = in.readString();
74 gp.mLocale = new Locale(language, country, variant);
  /cts/tools/signature-tools/lib/
stringtemplate.jar 

Completed in 2124 milliseconds

1 2 3 4 5 6 7 8 91011>>