Searched defs:language (Results 1 - 25 of 257) sorted by path

1234567891011

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java54 * Some computations are done that are unused by a particular language.
58 * To make a new code generation target, define X.stg for language X
59 * by copying from existing Y.stg most closely releated to your language;
62 * a new target w/o even recompiling ANTLR itself. The language=X option
65 * Some language like C need both parser files and header files. Java needs
96 /** What language are we generating? */
97 protected String language; field in class:CodeGenerator
99 /** The target specifies how to write out files and do other language
108 * the templates loaded for the language such as Java.stg *and* the Dbg
153 public CodeGenerator(Tool tool, Grammar grammar, String language) { argument
160 loadLanguageTarget(String language) argument
184 loadTemplates(String language) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport.java49 String language; field in class:GrammarReport.ReportData
95 data.language = (String) g.getOption("language");
363 buf.append("Target language: ");
364 buf.append(data.language);
H A DGrammarSpelunker.java35 * 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);
H A DLeftRecursiveRuleAnalyzer.java29 public String language; field in class:LeftRecursiveRuleAnalyzer
37 language = (String)g.getOption("language");
38 generator = new CodeGenerator(g.tool, g, language);
39 generator.loadTemplates(language);
/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java13 * 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 //
H A DMetaphone.java13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
44 * Five values in the English 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;
H A DSoundexUtils.java13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
/external/bison/src/
H A Dgetargs.c82 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");
479 msg = _("multiple language declaration
[all...]
H A Dgetargs.h62 /* --language. */
65 char language[sizeof "Java"]; member in struct:bison_language
73 extern struct bison_language const *language;
/external/chromium_org/base/
H A Dfile_version_info_win.cc17 FileVersionInfoWin::FileVersionInfoWin(void* data, int language, int code_page) argument
18 : language_(language), code_page_(code_page) {
31 WORD language; member in struct:__anon2247
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_pag
[all...]
/external/chromium_org/base/i18n/
H A Drtl.cc19 // 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/base/win/
H A Di18n.cc41 // MUI_LANGUAGE_NAME). Returns true if at least one language is placed in
87 bool GetUserDefaultUILanguage(std::wstring* language, std::wstring* region) { argument
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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DTtsPlatformImpl.java30 private TtsVoice(String name, String language) { argument
32 mLanguage = language;
178 * @return the language of the voice at a given index.
193 * @param lang The language code for the text (e.g., "en-US").
/external/chromium_org/chrome/browser/chromeos/
H A Dlocale_change_guard_unittest.cc16 // switched between different regions within the same language.
159 // same language
171 // Different regions within the same language
194 const std::string language = local
201 (std::find(allowed_begin, allowed_end, language) != allowed_end);
209 (std::find(skipped_begin, skipped_end, language) != skipped_end);
212 << "Language '" << language << "' (from locale '" << locale
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1629 // The tab contents does not know its language yet. Let's wait until it
1646 std::string language; local
1651 language = lang_det_details->adopted_language;
1658 GotLanguage(language);
1661 void TabsDetectLanguageFunction::GotLanguage(const std::string& language) { argument
1662 SetResult(new base::StringValue(language.c_str()));
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ditunes_data_provider.cc150 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/plugins/
H A Dplugin_finder.cc188 const std::string& language,
197 if (language == metadata_it->second->language() &&
186 FindPlugin( const std::string& mime_type, const std::string& language, PluginInstaller** installer, scoped_ptr<PluginMetadata>* plugin_metadata) argument
H A Dplugin_metadata.cc29 const std::string& language)
36 language_(language) {
23 PluginMetadata(const std::string& identifier, const base::string16& name, bool url_for_display, const GURL& plugin_url, const GURL& help_url, const base::string16& group_name_matcher, const std::string& language) argument
H A Dplugin_metadata.h44 const std::string& language);
63 const std::string& language() const { return language_; } function in class:PluginMetadata
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc796 base::string16 language = local
800 l10n_util::GetStringFUTF16(IDS_CONTENT_CONTEXT_TRANSLATE, language));
985 // Allow Spell Check language items on sub menu for text area context menu.
1051 // language.
1053 !original_lang.empty() && // Did we receive the page language yet?
1057 // target language for translation.
1564 // Since the user decided to translate for that language and site, clears
H A Dspellchecker_submenu_observer_hunspell.cc93 // Allow Spell Check language items on sub menu for text area context menu.
156 // Check to see if one of the spell check language ids have been clicked.
161 const size_t language = command_id - IDC_SPELLCHECK_LANGUAGES_FIRST; local
162 if (profile && language < languages_.size()) {
166 dictionary_language.SetValue(languages_[language]);

Completed in 507 milliseconds

1234567891011