Searched refs:total_freq_ (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtable.h55 double total_freq_; member in class:ime_pinyin::SpellingTable
/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtable.cpp72 total_freq_ = 0;
133 total_freq_ = 0;
147 total_freq_ += freq;
241 raw_spellings_[pos].freq /= total_freq_;

Completed in 22 milliseconds