OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:proximitymatchedcount
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/native/src/
correction.cpp
585
const int
proximityMatchedCount
= correction->mProximityCount;
608
int adjustedProximityMatchedCount =
proximityMatchedCount
;
614
if (transposedCount == 0 && (
proximityMatchedCount
> 0 || skipped || excessiveCount > 0)) {
641
proximityMatchedCount
);
733
: (
proximityMatchedCount
+ transposedCount);
746
if (
proximityMatchedCount
== 0 && transposedCount == 0 && !skipped && excessiveCount == 0) {
790
LOGI("FinalFreq: [P%d, S%d, T%d, E%d] %d, %d, %d, %d, %d",
proximityMatchedCount
,
[
all
...]
Completed in 36 milliseconds