OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bigramlinkcount
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/bigram/
dynamic_bigram_list_policy.cpp
348
int
bigramLinkCount
= 0;
352
bigramLinkCount
++;
353
if (
bigramLinkCount
> CONTINUING_BIGRAM_LINK_COUNT_LIMIT) {
Completed in 381 milliseconds