OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldBeFilteredBySafetyNetForBigram
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h
119
&& !dicNode->
shouldBeFilteredBySafetyNetForBigram
();
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
222
bool
shouldBeFilteredBySafetyNetForBigram
() const {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
237
if (dicNode->
shouldBeFilteredBySafetyNetForBigram
()) {
Completed in 229 milliseconds