HomeSort by relevance Sort by last modified time
    Searched full:langs (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 574 GSList* langs = webkit_web_settings_get_spell_languages(m_webView); local
576 for (; langs; langs = langs->next) {
577 SpellLanguage* lang = static_cast<SpellLanguage*>(langs->data);
585 GSList* langs = webkit_web_settings_get_spell_languages(m_webView); local
587 for (; langs; langs = langs->next) {
588 SpellLanguage* lang = static_cast<SpellLanguage*>(langs->data)
596 GSList* langs = webkit_web_settings_get_spell_languages(m_webView); local
689 GSList* langs = webkit_web_settings_get_spell_languages(m_webView); local
    [all...]
  /external/libxml2/include/libxml/
xlink.h 102 * @langs: array of xml:lang values for the titles
119 const xmlChar **langs);
130 * @langs: array of xml:lang values for the titles
142 const xmlChar **langs);
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 294 echo "<input type=\"checkbox\" name=\"langs[$lang]\" checked=\"checked\" />&nbsp;$lang<br />\n";
301 them here, one per line:<br /><textarea rows="4" cols="20" name="extra-langs"></textarea><br />
339 $langs = get_var('langs'); variable
340 $extra_langs = trim(get_var('extra-langs'));
346 $langs[$lng] = true;
351 foreach ( $langs as $lang => $dummy )
  /external/icu4c/stubdata/
icu_dat_generator.py 143 langs = set()
170 langs.add(line[line.find("/")+1:end])
193 ShowMissing(langs, locales, "lang", dat_list_file_path)
202 WriteIndex(os.path.join(TMP_DAT_PATH, "lang", res_index), langs)
  /external/clearsilver/python/examples/trans/
trans.py 396 langs = ['en']
402 langs.append(row[0])
404 langs = [lang]
406 for a_lang in langs:
410 for a_lang in langs:
491 langs = self.languages
493 langs = [lang]
495 for d_lang in langs:
  /external/bluetooth/bluez/compat/
sdp.c 53 sdp_list_t *langs = 0; local
59 langs = sdp_list_append(0, &base_lang);
60 sdp_set_lang_attr(r, langs);
61 sdp_list_free(langs, 0);
  /external/bluetooth/bluez/network/
server.c 122 sdp_list_t *langs = 0; local
128 langs = sdp_list_append(0, &base_lang);
129 sdp_set_lang_attr(r, langs);
130 sdp_list_free(langs, 0);
  /external/protobuf/editors/
protobuf-mode.el 69 (require 'cc-langs)
79 ;; cc-langs.el file for information about the meaning of the -kwds variables.
  /external/bluetooth/bluez/serial/
proxy.c 159 sdp_list_t *langs = 0; local
165 langs = sdp_list_append(0, &base_lang);
166 sdp_set_lang_attr(r, langs);
167 sdp_list_free(langs, 0);
  /external/webkit/WebKit/gtk/webkit/
webkitwebsettings.cpp 905 char** langs = g_strsplit(priv->spell_checking_languages, ",", -1); local
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 1147 sdp_list_t *langs = 0; local
1153 langs = sdp_list_append(0, &base_lang);
1154 sdp_set_lang_attr(r, langs);
1155 sdp_list_free(langs, 0);
    [all...]

Completed in 2227 milliseconds