OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_freq_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
spellingtable.h
55
double
total_freq_
;
member in class:ime_pinyin::SpellingTable
/packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp
72
total_freq_
= 0;
133
total_freq_
= 0;
147
total_freq_
+= freq;
241
raw_spellings_[pos].freq /=
total_freq_
;
Completed in 72 milliseconds