OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addednewunigram
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp
291
bool
addedNewUnigram
= false;
304
&
addedNewUnigram
)) {
305
if (
addedNewUnigram
&& !unigramProperty->representsBeginningOfSentence()) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp
204
bool
addedNewUnigram
= false;
217
&
addedNewUnigram
)) {
218
if (
addedNewUnigram
&& !unigramProperty->representsBeginningOfSentence()) {
Completed in 432 milliseconds