HomeSort by relevance Sort by last modified time
    Searched defs:addWords (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 359 int addWords;
374 * recog_nm/namesnnumsSC_dyn,addWords=2000 becomes
376 * property: addWords=2000
381 addWords = 0;
385 if (LSTRSTR(tok, "addWords"))
387 addWords = atoi(LSTRCHR(tok, L('=')) + sizeof(LCHAR));
422 if (CA_LoadSyntaxAsExtensible(impl->syntax, (LCHAR*) filename, addWords))
437 rc = impl->semgraph->load(impl->semgraph, impl->syntax->synx->olabels, filename, addWords);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionary.java 100 addWords(cursor);
116 private void addWords(Cursor cursor) {
SuggestedWords.java 96 public Builder addWords(List<CharSequence> words,
UserDictionary.java 137 addWords(cursor);
227 private void addWords(Cursor cursor) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 464 builder.addWords(suggestions, null);
    [all...]

Completed in 380 milliseconds