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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 63 // If frozen is true, put_spelling() and contain() are not allowed to call.
85 bool put_spelling(const char* spelling_str, double spl_count);
101 // Do not call put_spelling() and contains() after arrange().
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 137 bool SpellingTable::put_spelling(const char* spelling_str, double freq) { function in class:ime_pinyin::SpellingTable
spellingtrie.cpp 378 sucess = spl_table->put_spelling(spl_str, 0);
dictbuilder.cpp 481 if (!spl_table_->put_spelling(lemma_arr_[i].pinyin_str[hz_pos],

Completed in 927 milliseconds