Searched defs:language (Results 151 - 175 of 257) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender.cc107 // Builds feedback parameters from |suggestion_info|, |language|, and |country|.
110 const std::string& language,
115 params->SetString("language", language);
158 const std::string& language,
162 language_(language),
302 void FeedbackSender::OnLanguageCountryChange(const std::string& language, argument
305 language_ = language;
109 BuildParams(base::ListValue* suggestion_info, const std::string& language, const std::string& country) argument
157 FeedbackSender(net::URLRequestContextGetter* request_context, const std::string& language, const std::string& country) argument
/external/chromium_org/chrome/installer/util/
H A Duser_experiment.cc56 base::string16 language; local
57 if (!GoogleUpdateSettings::GetLanguage(&language))
58 language = L"en-US"; // Default to US English.
59 return ReplaceStringPlaceholders(url, language.c_str(), NULL);
171 // See MSDN for the security descriptor definition language (SDDL) syntax,
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper.cc326 const std::string& language,
330 core_->OnSetNavigationCorrectionInfo(navigation_correction_url, language,
324 OnSetNavigationCorrectionInfo( const GURL& navigation_correction_url, const std::string& language, const std::string& country_code, const std::string& api_key, const GURL& search_url) argument
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck.cc160 const std::string& language,
163 custom_words, language); local
201 const std::string& language) {
202 spellcheck_.Init(file.Pass(), language);
158 OnInit(IPC::PlatformFileForTransit bdict_file, const std::set<std::string>& custom_words, const std::string& language, bool auto_spell_correct) argument
199 Init(base::File file, const std::set<std::string>& custom_words, const std::string& language) argument
/external/chromium_org/components/translate/content/renderer/
H A Dtranslate_helper.cc62 // 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
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())
195 details.adopted_language = language;
204 IsTranslationAllowed(&document) && !language
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp137 WebMediaPlayer::TrackId WebMediaPlayerClientImpl::addAudioTrack(const WebString& id, AudioTrackKind kind, const WebString& label, const WebString& language, bool enabled) argument
139 return mediaElement().addAudioTrack(id, kind, label, language, enabled);
147 WebMediaPlayer::TrackId WebMediaPlayerClientImpl::addVideoTrack(const WebString& id, VideoTrackKind kind, const WebString& label, const WebString& language, bool selected) argument
149 return mediaElement().addVideoTrack(id, kind, label, language, selected);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jar ... binary/ org/apache/commons/codec/digest/ org/apache/commons/codec/language/ org/apache/commons/codec/net/ about.html about_files/LICENSE ...
/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/chromium_org/components/translate/core/browser/
H A Dtranslate_prefs.cc54 // Expands language codes to make these more suitable for Accept-Language.
67 const std::string& language = *it; local
68 if (seen.find(language) == seen.end()) {
69 expanded_languages->push_back(language);
70 seen.insert(language);
74 base::SplitString(language, '-', &tokens);
108 const std::string& language = *it; local
109 ResetTranslationAcceptedCount(language);
110 ResetTranslationDeniedCount(language);
126 // Add the language t
127 std::string language = original_language; local
230 IncrementTranslationDeniedCount( const std::string& language) argument
240 ResetTranslationDeniedCount(const std::string& language) argument
245 GetTranslationAcceptedCount(const std::string& language) argument
252 IncrementTranslationAcceptedCount( const std::string& language) argument
261 ResetTranslationAcceptedCount( const std::string& language) argument
318 CanTranslateLanguage( TranslateAcceptLanguages* accept_languages, const std::string& language) argument
[all...]
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dsfnt.h61 le_uint16 language; member in struct:CMAPEncodingSubtable
108 le_uint32 language; member in struct:CMAPEncodingSubtable32
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.h58 le_uint16 language; member in struct:CMAPEncodingSubtable
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DFontObject.h58 le_uint16 language; member in struct:CMAPEncodingSubtable
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dgenrb.c83 UOPTION_DEF("language", 'l', UOPT_REQUIRES_ARG), /* 16 */
110 static const char* language = NULL; variable
210 "\t-l or --language for XLIFF: language code compliant with BCP 47.\n");
287 language = options[LANGUAGE].value;
602 bundle_write_xml(data,outputDir,outputEnc, filename, outputFileName, sizeof(outputFileName),language, xliffOutputFileName,status);
/external/chromium_org/third_party/ots/src/
H A Dcmap.cc76 uint16_t language = 0; local
77 if (!subtable.ReadU16(&language)) {
80 if (language) {
81 // Platform ID 3 (windows) subtables should have language '0'.
273 uint32_t language = 0; local
274 if (!subtable.ReadU32(&language)) {
277 if (language) {
354 uint16_t language = 0; local
355 if (!subtable.ReadU16(&language)) {
358 if (language) {
551 uint16_t language = 0; local
[all...]
/external/harfbuzz_ng/util/
H A Doptions.hh178 direction = language = script = NULL;
201 hb_buffer_set_language (buffer, hb_language_from_string (language, -1));
257 const char *language; member in struct:shape_options_t
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h61 le_uint16 language; member in struct:CMAPEncodingSubtable
108 le_uint32 language; member in struct:CMAPEncodingSubtable32
/external/icu/icu4c/source/test/letest/
H A DFontObject.h58 le_uint16 language; member in struct:CMAPEncodingSubtable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h58 le_uint16 language; member in struct:CMAPEncodingSubtable
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.c88 UOPTION_DEF("language", 'l', UOPT_REQUIRES_ARG), /* 16 */
125 static const char* language = NULL; variable
225 "\t-l or --language for XLIFF: language code compliant with BCP 47.\n");
302 language = options[LANGUAGE].value;
618 bundle_write_xml(data,outputDir,outputEnc, filename, outputFileName, sizeof(outputFileName),language, xliffOutputFileName,status);
/external/lldb/source/Expression/
H A DClangUserExpression.cpp56 lldb::LanguageType language,
63 m_language (language),
239 lldb::LanguageType language = metadata->GetObjectPtrLanguage(); local
240 if (language == lldb::eLanguageTypeC_plus_plus)
268 else if (language == lldb::eLanguageTypeObjC)
637 error_stream.Printf("Need object pointer but don't know the language\n");
951 lldb::LanguageType language,
964 language,
979 lldb::LanguageType language,
1012 ClangUserExpressionSP user_expression_sp (new ClangUserExpression (expr_cstr, expr_prefix, language, desired_typ
54 ClangUserExpression(const char *expr, const char *expr_prefix, lldb::LanguageType language, ResultType desired_type) argument
949 Evaluate(ExecutionContext &exe_ctx, lldb_private::ExecutionPolicy execution_policy, lldb::LanguageType language, ResultType desired_type, bool unwind_on_error, bool ignore_breakpoints, const char *expr_cstr, const char *expr_prefix, lldb::ValueObjectSP &result_valobj_sp, bool run_others, uint32_t timeout_usec) argument
977 EvaluateWithError(ExecutionContext &exe_ctx, lldb_private::ExecutionPolicy execution_policy, lldb::LanguageType language, ResultType desired_type, bool unwind_on_error, bool ignore_breakpoints, const char *expr_cstr, const char *expr_prefix, lldb::ValueObjectSP &result_valobj_sp, Error &error, bool run_others, uint32_t timeout_usec) argument
[all...]
/external/lldb/source/Symbol/
H A DSymbolContext.cpp569 SymbolContext::GetFunctionMethodInfo (lldb::LanguageType &language, argument
583 language,
588 language = eLanguageTypeUnknown;
/external/nist-sip/java/javax/sip/header/
H A DHeaderFactory.java20 AcceptLanguageHeader createAcceptLanguageHeader(Locale language); argument
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jar ... binary/ org/apache/commons/codec/digest/ org/apache/commons/codec/language/ org/apache/commons/codec/net/ META-INF/LICENSE. ...
/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/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

Completed in 967 milliseconds

1234567891011