Searched defs:language (Results 176 - 200 of 257) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc111 // application language, and set the input type accordingly.
116 const std::string& language = locale.substr(0, 2); local
118 if (language == "ja" ||
119 language == "ko" ||
120 language == "th" ||
121 language == "zh")
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.cc404 bool GoogleUpdateSettings::GetLanguage(base::string16* language) { argument
405 return ReadGoogleUpdateStrKey(google_update::kRegLangField, language);
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core.cc186 if (!correction_params.language.empty())
187 params_dict->SetString("language", correction_params.language);
640 const std::string& language,
645 navigation_correction_params_.language = language;
638 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/content/browser/accessibility/
H A Dbrowser_accessibility_win.h671 CONTENT_EXPORT STDMETHODIMP get_language(BSTR* language) { argument
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer.cc708 std::string language = stream->GetMetadata("language"); local
712 host_->AddTextStream(stream, TextTrackConfig(kind, title, language,
/external/chromium_org/net/http/
H A Dhttp_util.cc670 std::string language = t.token(); local
673 lang_list_with_q = language;
676 base::StringAppendF(&lang_list_with_q, ",%s;q=0.%d", language.c_str(),
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp588 String AXObject::language() const function in class:blink::AXObject
596 // as a last resort, fall back to the content language specified in the meta tag
604 return parent->language();
/external/chromium_org/third_party/icu/source/test/letest/
H A Dsfnt.h72 le_uint16 language; member in struct:CMAPEncodingSubtable
187 le_uint32 language; member in struct:CMAPEncodingSubtable32
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dsfnt.h72 le_uint16 language; member in struct:CMAPEncodingSubtable
187 le_uint32 language; member in struct:CMAPEncodingSubtable32
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp172 /* Parse the filename, and get its language information.
173 * If it fails to get the language information from the filename,
174 * use "en" as the default value for language
221 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status);
606 string_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
643 alias_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
674 array_write_xml(struct SResource *res, const char* id, const char* language, UErrorCode *status) { argument
692 res_write_xml(current, subId, language, FALSE, status);
711 intvector_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
760 int_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCod
908 table_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status) argument
949 res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status) argument
994 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* filename, char *writtenFilename, int writtenFilenameLen, const char* language, const char* outFileName, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parse.y278 program: language optionSequence statementSequence END
281 language: ARBvp_10 label
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc13 * See the License for the specific language governing permissions and
652 int32_t language = data->ReadUShort(Offset::kFormat4Language); local
653 return language;
1073 index += new_data->WriteUShort(index, language());
H A Dcmap_table.h13 * See the License for the specific language governing permissions and
138 virtual int32_t language() { return language_; } function in class:sfntly::CMapTable::CMap::Builder
139 virtual void set_language(int32_t language) { language_ = language; } argument
187 // Get the language of the cmap.
189 // Note on the language field in 'cmap' subtables: The language field must
192 // Macintosh, set this field to the Macintosh language ID of the cmap
194 // language-specific. For example, a Mac OS Turkish cmap subtable must set
195 // this field to 18, since the Macintosh language I
[all...]
/external/e2fsprogs/intl/
H A Ddcigettext.c1133 const char *language; local
1139 language = getenv ("LANGUAGE");
1140 if (language != NULL && language[0] == '\0')
1141 language = NULL;
1161 return language != NULL && strcmp (retval, "C") != 0 ? language : retval;
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp946 const char *language = locale->getISO3Language(); local
949 uprv_strcat(code, language);
951 if ((uprv_strcmp(language, "zho") == 0) && country != NULL) {
/external/icu/icu4c/source/test/letest/
H A Dsfnt.h72 le_uint16 language; member in struct:CMAPEncodingSubtable
187 le_uint32 language; member in struct:CMAPEncodingSubtable32
/external/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h72 le_uint16 language; member in struct:CMAPEncodingSubtable
187 le_uint32 language; member in struct:CMAPEncodingSubtable32
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp182 /* Parse the filename, and get its language information.
183 * If it fails to get the language information from the filename,
184 * use "en" as the default value for language
231 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status);
616 string_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
653 alias_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
684 array_write_xml(struct SResource *res, const char* id, const char* language, UErrorCode *status) { argument
702 res_write_xml(current, subId, language, FALSE, status);
721 intvector_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
770 int_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCod
918 table_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status) argument
959 res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status) argument
1004 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* filename, char *writtenFilename, int writtenFilenameLen, const char* language, const char* outFileName, UErrorCode *status) argument
[all...]
/external/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp149 LanguageType language = LanguageRuntime::GetLanguageTypeFromString (option_arg); local
151 switch (language)
168 error.SetErrorStringWithFormat ("Unknown language type: '%s' for exception breakpoint", option_arg);
171 error.SetErrorStringWithFormat ("Unsupported language type: '%s' for exception breakpoint", option_arg);
373 // 6). -E [-w -h] (setting a breakpoint for exceptions for a given language.)
674 { LLDB_OPT_SET_10, true, "language-exception", 'E', required_argument, NULL, 0, eArgTypeLanguage,
675 "Set the breakpoint on exceptions thrown by the specified language (without options, on throw but not catch.)" },
/external/mesa3d/src/mesa/program/
H A Dprogram_parse.y278 program: language optionSequence statementSequence END
281 language: ARBvp_10 label
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryImpl.java121 * language value.
123 * @param language - the new Locale value of the language
126 public AcceptLanguageHeader createAcceptLanguageHeader(Locale language) { argument
127 if (language == null)
130 acceptLanguage.setAcceptLanguage(language);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp556 CFStringRef language = (CFStringRef)CFArrayGetValueAtIndex(languages, i); local
557 FX_DWORD CharSet = FX_GetCharsetFromLang(CFStringGetCStringPtr(language, kCFStringEncodingMacRoman), -1);
/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp86 JS_STATIC_PROP_ENTRY(language)
300 FX_BOOL app::language(OBJ_PROP_PARAMS) function in class:app
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc13 * See the License for the specific language governing permissions and
652 int32_t language = data->ReadUShort(Offset::kFormat4Language); local
653 return language;
1073 index += new_data->WriteUShort(index, language());
H A Dcmap_table.h13 * See the License for the specific language governing permissions and
138 virtual int32_t language() { return language_; } function in class:sfntly::CMapTable::CMap::Builder
139 virtual void set_language(int32_t language) { language_ = language; } argument
187 // Get the language of the cmap.
189 // Note on the language field in 'cmap' subtables: The language field must
192 // Macintosh, set this field to the Macintosh language ID of the cmap
194 // language-specific. For example, a Mac OS Turkish cmap subtable must set
195 // this field to 18, since the Macintosh language I
[all...]

Completed in 613 milliseconds

1234567891011