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

1 2 3 4 5 6

  /external/chromium/chrome/browser/
spellcheck_host.cc 18 const std::string& language,
22 language,
43 // The current dictionary language should be there.
57 std::string language = local
59 if (!language.empty() &&
60 std::find(languages->begin(), languages->end(), language) ==
62 languages->push_back(language);
  /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_
  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
SoundexUtils.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
Metaphone.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
29 * <CITE>Hanging on the Metaphone</CITE> by <CITE>Lawrence Philips</CITE> in <CITE>Computer Language of Dec. 1990, p
39 * Five values in the English language
Soundex.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
  /external/chromium/chrome/common/
spellcheck_common.cc 12 // The language.
13 const char* language; member in struct:SpellCheckCommon::__anon3865
15 // The corresponding language and region, used by the dictionaries.
58 // This function returns the language-region version of language name.
63 if (g_supported_spellchecker_languages[i].language == input_language) {
79 // The language input.
80 const char* language; member in struct:SpellCheckCommon::__anon3866
110 // version string, depending on the language.
111 std::string language = GetSpellCheckLanguageRegion(input_language) local
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketUserauthBanner.java 20 String language; field in class:PacketUserauthBanner
22 public PacketUserauthBanner(String message, String language)
25 this.language = language;
46 language = tr.readString();
59 tw.writeString(language);
  /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/e2fsprogs/intl/
finddomain.c 54 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/icu4c/common/unicode/
locid.h 60 * Locale( const char* language,
66 * Language Code.</STRONG> These codes are the lower-case two-letter
115 * <code>getLanguage</code> to get the ISO Language Code. You can
119 * the language suitable for displaying to the user. Interestingly,
123 * a language appropriate to that locale.
161 * through these objects by language, country, or variant,
164 * suitable for a given language. Such classes implement these
185 /** Useful constant for this language. @stable ICU 2.0 */
187 /** Useful constant for this language. @stable ICU 2.0 */
189 /** Useful constant for this language. @stable ICU 2.0 *
717 char language[ULOC_LANG_CAPACITY]; member in class:Locale
    [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/jmonkeyengine/engine/src/core/com/jme3/shader/
ShaderKey.java 46 protected String language; field in class:ShaderKey
55 this.language = lang;
107 return language;
115 oc.write(language, "language", null);
123 language = ic.readString("language", null);
  /external/libvpx/examples/
gen_example_doxy.php 22 $geshi_path = dirname($argv[0])."/includes/geshi/geshi/"; // Language files
74 $language = 'c'; variable
78 $geshi = new GeSHi($matches[1], $language);
  /external/webkit/Source/WebCore/page/
Navigator.cpp 36 #include "Language.h"
116 String Navigator::language() const function in class:WebCore::Navigator
  /external/webkit/Source/WebCore/svg/
SVGGlyphElement.cpp 185 String language = getAttribute(SVGNames::langAttr); local
186 if (!language.isEmpty())
187 identifier.languages = parseDelimitedString(language, ',');
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSmsCbMessage.java 13 * See the License for the specific language governing permissions and
70 String language = null; local
74 language = p.first;
82 header.getServiceCategory(), language, sb.toString(), priority,
103 * text into mBody, and optionally the language code into mLanguage
107 * @return a Pair of Strings containing the language and body of the message
111 String language = null; local
115 // Extract encoding and language from DCS, as defined in 3gpp TS 23.038,
120 language = LANGUAGE_CODES_GROUP_0[dataCodingScheme & 0x0f];
134 language = LANGUAGE_CODES_GROUP_2[dataCodingScheme & 0x0f]
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 90 String language = (String) grammar.getOption("language"); local
91 generator = new CodeGenerator(tool, grammar, language);
92 generator.loadTemplates(language);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedCharacterIteratorAttributeTest.java 14 * See the License for the specific language governing permissions and
50 assertTrue(Attribute.LANGUAGE.equals(Attribute.LANGUAGE));
52 assertFalse(Attribute.LANGUAGE.equals(Attribute.READING));
82 dattribute = AttributedCharacterIterator.Attribute.LANGUAGE;
119 * @tests java.text.AttributedCharacterIterator$Attribute#LANGUAGE
127 Attribute language = Attribute.LANGUAGE; local
  /external/chromium/base/i18n/
rtl.cc 23 // Extract language and country, ignore keywords, concatenate using dash.
25 const char* language = locale.getLanguage(); local
29 (language != NULL && *language != '\0') ? language : "und";
70 std::string language = locale.getLanguage(); local
72 if (LowerCaseEqualsASCII(language, "es") &&
74 language += '-';
75 language += country;
76 return language;
    [all...]
  /external/chromium/base/win/
i18n.cc 41 // MUI_LANGUAGE_NAME). Returns true if at least one language is placed in
87 bool GetUserDefaultUILanguage(std::wstring* language, std::wstring* region) {
88 DCHECK(language);
98 DPCHECK(0 != result_length) << "Failed getting language id";
100 language->assign(&result_buffer[0], result_length - 1);
115 NOTREACHED() << "Cannot determine language for a supplemental locale.";
123 std::wstring language; local
128 language.assign(&*scan);
129 while (!language.empty()) {
130 languages->push_back(language);
    [all...]
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 14 ** See the License for the specific language governing permissions and
138 void getLocale(char* language, char* region)
142 property_get("persist.sys.language", propLang, "");
146 property_get("ro.product.locale.language", propLang, "en");
149 strncat(language, propLang, 2);
155 * Use the current system locale (language and region) to open the best matching
156 * customization. For example, when the language is Japanese, the sequence might be:
167 char language[3] = ""; local
175 getLocale(language, region);
176 // Try first with language and regio
    [all...]
  /external/webkit/Source/WebCore/dom/
ScriptElement.cpp 108 static bool isLegacySupportedJavaScriptLanguage(const String& language)
135 return languages.contains(language);
142 // - Allowing a different set of languages for language= and type=. language= supports Javascript 1.1 and 1.4-1.6, but type= does not.
145 String language = languageAttributeValue(); local
146 if (type.isEmpty() && language.isEmpty())
149 type = "text/" + language.lower();
150 if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(language))
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.cpp 428 AtomicString language = input->computeInheritedLanguage(); local
431 if (speechInput()->startRecognition(m_listenerId, rect, language, grammar, document()->securityOrigin()))

Completed in 651 milliseconds

1 2 3 4 5 6