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/
ContactsBinaryDictionary.java 108 addWords(cursor);
133 private void addWords(Cursor cursor) {
ContactsDictionary.java 107 addWords(cursor);
123 private void addWords(Cursor cursor) {
UserBinaryDictionary.java 141 addWords(cursor);
184 private void addWords(Cursor cursor) {
UserDictionary.java 144 addWords(cursor);
201 private void addWords(Cursor cursor) {

Completed in 3086 milliseconds