HomeSort by relevance Sort by last modified time
    Searched refs:languages (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/smack/src/org/jivesoftware/smack/packet/
Message.java 212 * Returns all the languages being used for the subjects, not including the default subject.
214 * @return the languages being used for the subjects.
218 List<String> languages = new ArrayList<String>(); local
221 languages.add(subject.language);
224 return Collections.unmodifiableCollection(languages);
333 * Returns all the languages being used for the bodies, not including the default body.
335 * @return the languages being used for the bodies.
340 List<String> languages = new ArrayList<String>(); local
343 languages.add(body.language);
346 return Collections.unmodifiableCollection(languages);
    [all...]
  /system/core/adb/
usb_libusb.c 490 uint16_t languages[128] = {0}; local
493 memset(languages, 0, sizeof(languages));
497 0, (uint8_t *)languages, sizeof(languages), 0);
500 D("check_device(): Failed to get languages count\n");
512 languages[i], (uint8_t *)buffer, sizeof(buffer), 0);
usb_osx.c 208 UInt16 languages[128]; local
210 memset(languages, 0, sizeof(languages));
217 req.pData = languages;
218 req.wLength = sizeof(languages);
234 req.wIndex = languages[lang];
usb_linux.c 619 __u16 languages[128]; local
623 memset(languages, 0, sizeof(languages));
626 // read list of supported languages
631 ctrl.wLength = sizeof(languages);
632 ctrl.data = languages;
646 ctrl.wIndex = __le16_to_cpu(languages[i]);
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 148 // the text |text|. |languages| is user's accept-language setting to decode
153 const std::string& languages,
157 // |languages| is user's accept-language setting to decode IDN.
160 const std::string& languages);
  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 41 const std::string& languages) {
50 index_->Init(db, languages);
history_backend.h 108 // |languages| gives a list of language encodings with which the history
111 void Init(const std::string& languages, bool force_fail);
364 void InitImpl(const std::string& languages);
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 501 const hb_tag_t *languages,
512 if (!languages)
514 /* All languages */
529 for (; *languages; languages++)
535 *languages,
551 const hb_tag_t *languages,
565 languages,
581 languages,
hb-ot-layout.h 186 const hb_tag_t *languages,
  /system/core/libusbhost/
usbhost.c 439 __u16 languages[128]; local
444 memset(languages, 0, sizeof(languages));
446 // read list of supported languages
449 (USB_DT_STRING << 8) | 0, 0, languages, sizeof(languages), 0);
458 (USB_DT_STRING << 8) | id, languages[i], buffer, sizeof(buffer), 0);
  /external/chromium/chrome/browser/translate/
translate_manager.h 86 // Fills |languages| with the list of languages that the translate server can
88 static void GetSupportedLanguages(std::vector<std::string>* languages);
161 // A map that associates a profile with its parsed "accept languages".
183 // The languages supported by the translation server.
translate_manager.cc 62 // The list of languages the Google translation server supports.
63 // For information, here is the list of languages that Chrome can be run in
172 std::vector<std::string>* languages) {
173 DCHECK(languages && languages->empty());
175 languages->push_back(kSupportedLanguages[i]);
400 // - similar languages (ex: en-US to en).
402 // - any language the user configured as accepted languages.
463 // This means the source or target languages are not supported, which should
586 // the accepted languages for the profile
    [all...]
  /external/chromium/net/base/
net_util.cc 465 // TODO(brettw) bug 880223: we should allow some other languages to be
511 // An alternative is negative-listing (languages using Greek and
573 // rebuilt with the minimal subset of locale data for languages
575 // of languages selectable for Accept-Languages. With the rebuilt ICU
601 const std::wstring& languages) {
667 // allowed with |languages| (while it blocks Chinese + Latin letters with
669 // when |languages| is empty.
670 if (languages.empty())
685 std::string languages_list(WideToASCII(languages));
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LocaleTest.java 382 List<String> languages = Arrays.asList(Locale.getISOLanguages()); local
383 assertTrue(languages.contains("ak"));
  /external/chromium/chrome/browser/
custom_home_pages_table_model.cc 234 std::string languages = local
236 string16 url = net::FormatUrl(entries_[row].url, languages);
possible_url_model.cc 83 std::string languages = profile_ ? local
89 ui::SortedDisplayURL((*result)[i].url(), languages);
  /external/icu4c/stubdata/
Android.mk 28 # 'default' (icu-data-default.txt) includes all locales for 50+ languages.
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 274 WriteParam(m, p.languages());
291 std::vector<string16> languages; local
332 if (!ReadParam(m, iter, &languages) ||
351 for (lang_iter = languages.begin();
352 lang_iter != languages.end();
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 625 void StatusBubbleViews::SetURL(const GURL& url, const string16& languages) {
626 languages_ = languages;
653 text_width, UTF16ToUTF8(languages));
656 UTF16ToWideHack(net::FormatUrl(url, UTF16ToUTF8(languages)));
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php 183 echo '<option>No languages available!</option>';
186 $languages = array(); variable
192 $languages[] = $lang;
195 sort($languages);
196 foreach ($languages as $lang) {
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 176 --enable-languages=c,c++ \
  /external/webkit/Source/WebCore/svg/
SVGGlyphElement.cpp 187 identifier.languages = parseDelimitedString(language, ',');
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 563 private String findBestLanguage(byte[] languages) {
567 if ((languages == null) || (locales == null)) return null;
570 for (int i = 0; (i + 1) < languages.length; i += 2) {
572 String lang = new String(languages, i, 2, "ISO-8859-1");
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 153 std::string languages(prefs->GetString(prefs::kAcceptLanguages));
154 index->Init(db, languages);
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc 75 void StatusBubbleGtk::SetURL(const GURL& url, const string16& languages) {
77 languages_ = languages;

Completed in 576 milliseconds

12 3 4