OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Correction
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/src/
correction.cpp
22
#define LOG_TAG "LatinIME:
correction
.cpp"
24
#include "
correction
.h"
35
inline bool
Correction
::isQuote(const unsigned short c) {
41
//
Correction
//
44
Correction
::
Correction
(const int typedLetterMultiplier, const int fullWordMultiplier)
48
void
Correction
::initCorrection(const ProximityInfo *pi, const int inputLength,
56
void
Correction
::initCorrectionState(
65
void
Correction
::setCorrectionParams(const int skipPos, const int excessivePos,
82
void
Correction
::checkState()
[
all
...]
correction.h
29
class
Correction
{
40
Correction
(const int typedLetterMultiplier, const int fullWordMultiplier);
54
virtual ~
Correction
();
129
// The following member variables are being used as cache values of the
correction
state.
155
const int freq, int *editDistanceTable, const
Correction
*
correction
);
157
const
Correction
*
correction
, const unsigned short *word);
/external/clang/lib/Sema/
SemaLookup.cpp
[
all
...]
Completed in 40 milliseconds