OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTopScoreLemmaNum
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictdef.h
73
const size_t
kTopScoreLemmaNum
= 10;
/packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp
185
top_lmas_ = new LemmaEntry[
kTopScoreLemmaNum
];
302
if (
kTopScoreLemmaNum
> top_lmas_num_)
316
} else if (
kTopScoreLemmaNum
> top_lmas_num_) {
Completed in 15 milliseconds