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

  /external/srec/config/en.us/grammars/
run_compile_grammars.sh 9 make_g2g -base $GMR,addWords=100 -out $GMR.g2g
13 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
17 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
21 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
25 make_g2g -base $GMR,addWords=3000 -out $GMR.g2g
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
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) {
ContactsBinaryDictionary.java 108 addWords(cursor);
133 private void addWords(Cursor cursor) {
  /external/icu4c/common/
triedict.h 193 virtual void addWords( UEnumeration *words, UErrorCode &status );
triedict.cpp 207 MutableTrieDictionary::addWords( UEnumeration *words,
    [all...]
  /external/srec/config/en.us/
Android.mk 63 $(MAKE_G2G) -base $(G2G_INSTALL_PATH)/enroll,addWords=0 -out $@
74 $(MAKE_G2G) -base $(G2G_INSTALL_PATH)/$*,addWords=0 -out $@
  /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);

Completed in 119 milliseconds