HomeSort by relevance Sort by last modified time
    Searched full:wordlist (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service_unittest.cc 18 using chrome::spellcheck_common::WordList;
spellcheck_service.cc 26 using chrome::spellcheck_common::WordList;
  /external/chromium_org/content/common/android/
address_parser_unittest.cc 19 void TokenizeWords(const string16& content, WordList* words) const {
50 WordList words;
66 WordList words;
74 WordList words;
address_parser.cc 82 WordList words;
  /external/ppp/pppd/plugins/
winbind.c 96 struct wordlist **paddrs,
97 struct wordlist **popts);
494 struct wordlist **paddrs,
495 struct wordlist **popts)
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
call 40 rest = $(wordlist 2,$(words ${1}),${1})
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 51 private static final String ROOT_TAG = "wordlist";
278 return firstLine.matches("^\\s*<wordlist .*>\\s*$");
362 destination.write("<wordlist format=\"2\"");
398 destination.write("</wordlist>\n");
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 523 * @param wordList List to store words
526 private void addAutoGeneratedCandidates(String input, ArrayList wordList, boolean all) {
527 wordList.add(new WnnWord(input, input, mPosDefault, (CLAUSE_COST - 1) * input.length()));
  /external/ppp/pppd/
pppd.h 180 struct wordlist { struct
181 struct wordlist *next;
681 int options_from_list __P((struct wordlist *, int privileged));
682 /* Parse options from a wordlist */
706 struct wordlist **paddrs,
707 struct wordlist **popts));
    [all...]
options.c 518 * options_from_list - process a string of options in a wordlist.
522 struct wordlist *w;
528 struct wordlist *w0;
    [all...]
  /build/core/
node_fns.mk 102 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
204 $(eval _include_stack := $(wordlist 2,9999,$$(_include_stack)))
base_rules.mk 339 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
347 $(foreach w, $(wordlist 2,9999,$(subst :,$(space),$(group))), "$(w)" ) \
  /packages/inputmethods/LatinIME/tests/data/
wordlist.xml 0 <wordlist>
244 </wordlist>
  /external/chromium_org/chrome/tools/convert_dict/
convert_dict.cc 32 bool VerifyWords(const convert_dict::DicReader::WordList& org_words,
convert_dict_unittest.cc 24 bool VerifyWords(const convert_dict::DicReader::WordList& org_words,
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h 143 typedef std::set<WordID> WordIDSet; // An index into the WordList.
  /external/ppp/pppd/plugins/radius/
radius.c 73 struct wordlist **paddrs,
74 struct wordlist **popts);
245 struct wordlist **paddrs,
246 struct wordlist **popts)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java 435 * A wordlist ID and a locale are required, otherwise BadFormatException is thrown.
    [all...]
  /external/mksh/src/
syn.c 55 static char **wordlist(void);
431 t->vars = wordlist();
729 wordlist(void) function
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 110 * the extraPath argument, and QUERY_PATH_DATAFILE, which needs a wordlist ID
312 Log.e(TAG, "Successfully copied file for wordlist ID " + wordlistId);
  /ndk/sources/host-tools/make-3.81/
function.c 792 _("non-numeric first argument to `wordlist' function"));
794 _("non-numeric second argument to `wordlist' function"));
799 "invalid first argument to `wordlist' function: `%d'", start);
    [all...]
  /ndk/sources/host-tools/make-3.81/po/
fi.po 367 msgid "non-numeric first argument to `wordlist' function"
368 msgstr "ei-numeerinen ensimmäinen argumentti \"wordlist\"-funktiolle"
371 msgid "non-numeric second argument to `wordlist' function"
372 msgstr "ei-numeerinen toinen argumentti \"wordlist\"-funktiolle"
    [all...]
he.po 367 msgid "non-numeric first argument to `wordlist' function"
368 msgstr "???? ???? `wordlist' ????????? ????? ???????"
371 msgid "non-numeric second argument to `wordlist' function"
372 msgstr "???? ???? `wordlist' ????????? ??? ???????"
    [all...]
id.po 366 msgid "non-numeric first argument to `wordlist' function"
367 msgstr "argumen pertama untuk fungsi `wordlist' bukan numerik"
370 msgid "non-numeric second argument to `wordlist' function"
371 msgstr "argumen kedua dari fungsi `wordlist' bukan numerik"
    [all...]
ja.po 366 msgid "non-numeric first argument to `wordlist' function"
367 msgstr "?????????????? `wordlist' ???????????????"
370 msgid "non-numeric second argument to `wordlist' function"
371 msgstr "??????????????? `wordlist' ???????????????"
    [all...]

Completed in 679 milliseconds

12 3 4