OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSkippedCount
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/src/
correction_state.h
36
uint8_t
mSkippedCount
;
71
state->
mSkippedCount
= 0;
correction.cpp
125
mSkippedCount
= mCorrectionStates[outputIndex].
mSkippedCount
;
180
mCorrectionStates[mOutputIndex].
mSkippedCount
=
mSkippedCount
;
224
const int correctionCount = (
mSkippedCount
+ mExcessiveCount + mTransposedCount);
265
if (
mSkippedCount
== 0 && mSkipPos < mOutputIndex) {
297
LOGI("UNRELATED(0): %d, %d, %d, %d, %c", mProximityCount,
mSkippedCount
,
365
++
mSkippedCount
;
375
++
mSkippedCount
;
390
++
mSkippedCount
;
[
all
...]
correction.h
138
int
mSkippedCount
;
Completed in 32 milliseconds