HomeSort by relevance Sort by last modified time
    Searched defs:language (Results 76 - 100 of 307) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
options.h 97 int language; /* 1 to generate FORTRAN, 0 for C otherwise. */ member in struct:cloogoptions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
options.h 97 int language; /* 1 to generate FORTRAN, 0 for C otherwise. */ member in struct:cloogoptions
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusstringformat.h 42 StringFormat(INT formatFlags = 0, LANGID language = LANG_NEUTRAL):
46 formatFlags, language, &nativeStringFormat);
94 LANGID language; local
97 nativeStringFormat, &language, &result));
159 Status SetDigitSubstitution(LANGID language,
163 nativeStringFormat, language, substitute));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManager.java 13 * See the License for the specific language governing permissions and
77 * Returns the globe icon used to indicate "any" language
79 * @return the globe icon used to indicate "any" language
86 * Returns the flag for the given language and region.
88 * @param language the language, or null (if null, region must not be null),
89 * the 2 letter language code (ISO 639-1), in lower case
90 * @param region the region, or null (if null, language must not be null),
95 public Image getFlag(@Nullable String language, @Nullable String region) {
96 assert region != null || language != null
164 LanguageQualifier language = null; local
    [all...]
Locale.java 13 * See the License for the specific language governing permissions and
29 /** A language,region pair */
34 /** A special marker language qualifier representing any language */
37 /** A locale which matches any language and region */
40 /** The language qualifier, or {@link #ANY_LANGUAGE} if this locale matches any language */
42 public final LanguageQualifier language; field in class:Locale
44 /** The language qualifier, or {@link #ANY_REGION} if this locale matches any region */
49 * Constructs a new {@linkplain Locale} matching a given language in a given locale
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 13 * See the License for the specific language governing permissions and
67 Locale language = Locale.create(new LanguageQualifier("nb")); local
68 configuration.setLocale(language, true /* skipSync */);
72 configuration.setLocale(language, false /* skipSync */);
136 assertTrue(copy.getFullConfig().getLanguageQualifier().equals(locale.language));
FlagManagerTest.java 13 * See the License for the specific language governing permissions and
117 "language to country bindings: " + unused);
120 // Make sure all our language bindings are languages we have maps for
122 String language = entry.getKey(); local
127 + LocaleManager.getRegionName(region) + " (used for language "
128 + language + "(" + languageNames.get(language) + "))");
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSpelunker.java 35 * of interest. Currently: name, type, imports, tokenVocab, language option.
56 protected String language = "Java"; // default field in class:GrammarSpelunker
124 if ( name.equals("language") ) language = value;
147 public String getLanguage() { return language; }
246 System.out.println("language="+g.language);
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
647 //-- also, -sz- in slavic language altho in hungarian it //
    [all...]
  /external/bison/src/
getargs.c 82 struct bison_language const *language = &valid_languages[0]; variable
331 -L, --language=LANGUAGE specify the output programming language\n\
405 /* TRANSLATORS: Replace LANG_CODE in this URL with your language
446 | --skeleton and --language handling. |
469 for (i = 0; valid_languages[i].language[0]; i++)
470 if (c_strcasecmp (arg, valid_languages[i].language) == 0)
473 language = &valid_languages[i];
476 msg = _("%s: invalid language");
    [all...]
getargs.h 62 /* --language. */
65 char language[sizeof "Java"]; member in struct:bison_language
73 extern struct bison_language const *language;
  /external/chromium_org/base/
file_version_info_win.cc 17 FileVersionInfoWin::FileVersionInfoWin(void* data, int language, int code_page)
18 : language_(language), code_page_(code_page) {
31 WORD language; member in struct:__anon6872
75 return new FileVersionInfoWin(data, translate->language,
152 // Use the language and codepage from the DLL.
155 // Use the default language and codepage from the DLL.
158 // Use the language from the DLL and Latin codepage (most common).
161 // Use the default language and Latin codepage (most common).
168 WORD language = lang_codepage[i++]; local
171 L"\\StringFileInfo\\%04x%04x\\%ls", language, code_page, name)
    [all...]
  /external/chromium_org/base/i18n/
rtl.cc 19 // Extract language, country and variant, but ignore keywords. For example,
22 const char* language = locale.getLanguage(); local
27 (language != NULL && *language != '\0') ? language : "und";
94 std::string language = locale.getLanguage(); local
96 if (LowerCaseEqualsASCII(language, "es") &&
98 language += '-';
99 language += country;
100 return language;
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc 150 const char* language = locale.getLanguage(); local
154 if (language != NULL && *language != '\0') {
157 std::string(language) + "-" + country,
163 language, &result_path)) {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc 125 // The current dictionary language should be there.
130 std::string language = local
132 if (!language.empty() &&
133 std::find(languages->begin(), languages->end(), language) ==
135 languages->push_back(language);
199 bool SpellcheckService::LoadExternalDictionary(std::string language,
spelling_service_client_unittest.cc 38 const std::string& language,
43 language_(language.empty() ? std::string("en") : language),
71 std::string language; variable
72 EXPECT_TRUE(value->GetString("params.language", &language));
73 EXPECT_EQ(language_, language);
74 ASSERT_TRUE(GetExpectedCountry(language, &country_));
90 bool GetExpectedCountry(const std::string& language, std::string* country) {
92 const char* language; member in struct:__anon9344::TestSpellingURLFetcher::__anon9345
228 const char* language; member in struct:__anon9346
    [all...]
  /external/chromium_org/chrome/installer/util/
google_chrome_distribution.cc 50 base::string16 language; local
51 if (!GoogleUpdateSettings::GetLanguage(&language))
52 language = L"en-US"; // Default to US English.
53 return ReplaceStringPlaceholders(url, language.c_str(), NULL);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 160 const std::string& language,
163 custom_words, language); local
201 const std::string& language) {
202 spellcheck_.Init(file.Pass(), language);
spellcheck_unittest.cc 40 void ReinitializeSpellCheck(const std::string& language) {
42 InitializeSpellCheck(language);
53 void InitializeSpellCheck(const std::string& language) {
57 chrome::spellcheck_common::GetVersionedFileName(language,
66 spell_check_->Init(file.Pass(), std::set<std::string>(), language);
475 const char* language; member in struct:__anon10479
871 const char* language; member in struct:__anon10481
    [all...]
  /external/chromium_org/components/translate/content/renderer/
translate_helper.cc 62 // Language name passed to the Translate element for it to detect the language.
137 // Get the document language as set by WebKit from the http-equiv
138 // meta tag for "content-language". This may or may not also
139 // have a value derived from the actual Content-Language HTTP
142 // being the language of the document and the latter being the
143 // language of the intended audience (a distinction really only
161 // CLD data was available before language detection was requested.
179 std::string language = DeterminePageLanguage( local
182 if (language.empty()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 107 static bool isLegacySupportedJavaScriptLanguage(const String& language)
133 return languages.contains(language);
152 // - Allowing a different set of languages for language= and type=. language= supports Javascript 1.1 and 1.4-1.6, but type= does not.
155 String language = client()->languageAttributeValue(); local
156 if (type.isEmpty() && language.isEmpty())
159 type = "text/" + language.lower();
160 if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(language))
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 180 String language; local
190 language = parentRenderObjectElement->getAttribute(XMLNames::langAttr);
226 if (!isCompatibleGlyph(svgGlyph, isVerticalText, language, arabicForms, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc 233 /* Thread-safe lock-free language list */
316 * @language:
325 hb_language_to_string (hb_language_t language)
328 return language->s;
345 hb_language_t language = (hb_language_t) hb_atomic_ptr_get (&default_language); local
346 if (unlikely (language == HB_LANGUAGE_INVALID)) {
347 language = hb_language_from_string (setlocale (LC_CTYPE, NULL), -1);
348 hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language);
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_name.h 37 /** The platform ID specifies how to interpret the encoding and language ID. */
148 /** These are known as Language Designators.
564 SkString language; member in struct:SkOTTableName::Iterator::Record

Completed in 626 milliseconds

1 2 34 5 6 7 8 91011>>