parent
a7f2500001
commit
4c5daa8a55
|
@ -641,7 +641,7 @@ inline static int getQuoteCount(const unsigned short* word, const int length) {
|
|||
}
|
||||
|
||||
inline static bool isUpperCase(unsigned short c) {
|
||||
return isAsciiUpper(toBaseChar(c));
|
||||
return isAsciiUpper(toBaseChar(c));
|
||||
}
|
||||
|
||||
//////////////////////
|
||||
|
|
|
@ -85,7 +85,7 @@ class Correction {
|
|||
}
|
||||
}
|
||||
|
||||
Correction(const int typedLetterMultiplier, const int fullWordMultiplier);
|
||||
Correction(const int typedLetterMultiplier, const int fullWordMultiplier);
|
||||
void initCorrection(
|
||||
const ProximityInfo *pi, const int inputLength, const int maxWordLength);
|
||||
void initCorrectionState(const int rootPos, const int childCount, const bool traverseAll);
|
||||
|
|
Loading…
Reference in New Issue