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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 36 // spelling_size_ (set by init_table). If the input string is too long,
78 bool init_table(size_t pure_spl_size, size_t spl_max_num, bool need_score);
82 // init_table() operation.
89 // init_table() operation.
97 // init_table(). If the table is initialized to calculate score, item_size
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 108 bool SpellingTable::init_table(size_t pure_spl_size, size_t spl_max_num, function in class:ime_pinyin::SpellingTable
spellingtrie.cpp 371 sucess = spl_table->init_table(kMaxPinyinSize - 1, 2 * kMaxYmNum, false);
dictbuilder.cpp 216 spl_table_->init_table(kMaxPinyinSize, kSplTableHashLen, true);

Completed in 1419 milliseconds