/external/llvm/utils/crosstool/ARM/ |
build-install-linux.sh | 176 --enable-languages=c,c++ \
|
/external/chromium_org/chrome/browser/ui/ |
elide_url.cc | 115 const std::string& languages) { 119 net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
EmailInputType.cpp | 102 String languages = chrome()->client().acceptLanguages(); 103 String unicodeHost = blink::Platform::current()->convertIDNToUnicode(address.substring(atPosition + 1), languages);
|
/external/chromium_org/third_party/icu/source/data/curr/ |
reslocal.mk | 9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
|
/external/chromium_org/third_party/icu/source/data/region/ |
reslocal.mk | 9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
|
/external/chromium_org/tools/grit/grit/tool/ |
resize.py | 117 dialog, for the language or languages of your choice, using the <skeleton> child 158 European languages). You will need to open this file in a text editor and
|
/external/chromium_org/net/base/ |
net_util_icu_unittest.cc | 41 // TODO(jungshik) This is just a random sample of languages and is far 43 // of languages (powerset of a set of all the languages). 186 // only used in some languages written in Cyrillic. 302 // and tested only for a couple of languages. 359 const char* languages; member in struct:net::__anon13657::UrlTestData 369 void AppendLanguagesToOutputs(const char* languages, 372 base::string16 to_append = ASCIIToUTF16("::") + ASCIIToUTF16(languages); 388 const std::string& languages, 399 base::string16 formatted_url = FormatUrlWithOffsets(url, languages, [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_manager_impl_unittest.cc | 175 std::vector<std::string> languages; local 176 languages.push_back("en-US"); 1187 std::vector<std::string> languages; local 1275 std::vector<std::string> languages; local [all...] |
input_method_util.cc | 67 // For those languages that want to display a slightly longer text in the 404 // TODO(yusukes): Some languages have two or more input methods. For example, 447 // Special case for German, French and Dutch: these languages have multiple 450 // Indic languages: they share "Standard Input Method". 749 std::vector<std::string> languages; local 750 languages.push_back("en-US"); 756 languages,
|
/external/chromium_org/chrome/browser/extensions/api/input_ime/ |
input_ime_api.cc | 370 std::vector<std::string> languages; local 371 languages.assign(component.languages.begin(), component.languages.end()); 381 languages,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
l10n_util.cc | 73 // Gets the list of languages with |descriptors| based on |base_language_codes|. 76 // kMostRelevantLanguagesDivider is placed between the most relevant languages 89 const std::vector<std::string>& languages = descriptor.language_codes(); local 90 for (size_t i = 0; i < languages.size(); ++i) 91 language_codes.insert(languages[i]); 392 // Collect the language codes from the supported accept-languages.
|
/external/chromium_org/chrome/browser/history/ |
scored_history_match.cc | 52 const std::string& languages, 72 bookmarks::CleanUpUrlForMatching(gurl, languages, &adjustments);
|
history_service.cc | 973 std::string languages = local 991 std::string languages; local [all...] |
history_backend.h | 161 // |languages| gives a list of language encodings with which the history 164 void Init(const std::string& languages, bool force_fail); 596 void InitImpl(const std::string& languages); [all...] |
/external/chromium_org/chrome/browser/media/ |
media_stream_capture_indicator.cc | 114 std::string languages = local 116 if (tab_title == net::FormatUrl(web_contents->GetURL(), languages))
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
navigation_speaker.js | 109 // TODO(dtseng, sorge): This doesn't work for languages other than English.
|
/external/chromium_org/components/bookmarks/browser/ |
bookmark_index.cc | 100 const std::string& languages) 102 languages_(languages) {
|
/external/chromium_org/third_party/icu/source/data/lang/ |
reslocal.mk | 9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
|
/external/chromium_org/third_party/icu/source/data/locales/ |
reslocal.mk | 9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
|
/external/chromium_org/chrome/browser/ui/views/ |
status_bubble_views.cc | 650 void StatusBubbleViews::SetURL(const GURL& url, const std::string& languages) { 652 languages_ = languages; 677 url_text_ = ElideUrl(url, gfx::FontList(), text_width, languages); 693 } else if (net::FormatUrl(url, languages).length() > url_text_.length()) {
|
/external/chromium_org/content/browser/frame_host/ |
navigation_entry_impl.h | 55 const std::string& languages) const OVERRIDE;
|
/external/chromium_org/content/renderer/ |
renderer_webkitplatformsupport_impl.h | 139 const blink::WebString& host, const blink::WebString& languages);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
Platform.h | 207 virtual WebString convertIDNToUnicode(const WebString& host, const WebString& languages) { return host; }
|
/external/clang/www/demo/ |
index.cgi | 302 my %languages = ( 321 my $language = $languages{$uploaded_file_name};
|
/external/chromium_org/chrome/browser/android/omnibox/ |
autocomplete_controller_android.cc | 474 std::string languages( 477 return net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
|