OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowsErrorCorrections
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
traversal.h
29
virtual bool
allowsErrorCorrections
(const DicNode *const dicNode) const = 0;
32
const bool
allowsErrorCorrections
) const = 0;
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h
41
AK_FORCE_INLINE bool
allowsErrorCorrections
(const DicNode *const dicNode) const {
48
const bool
allowsErrorCorrections
) const {
54
allowsErrorCorrections
|| childDicNode->canBeIntentionalOmission();
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
371
const bool
allowsErrorCorrections
= TRAVERSAL->
allowsErrorCorrections
(&dicNode);
373
if (
allowsErrorCorrections
398
allowsErrorCorrections
)) {
413
if (
allowsErrorCorrections
) {
419
if (
allowsErrorCorrections
) {
433
if (
allowsErrorCorrections
&& canDoLookAheadCorrection) {
Completed in 46 milliseconds