diff options
author | 2012-08-10 16:52:27 +0900 | |
---|---|---|
committer | 2012-08-13 16:35:59 +0900 | |
commit | b14fc88e482e53ba6852c8d5da5d9826c68d041f (patch) | |
tree | a2be310d3b8b9961a47ff7fca3522650fe7df30c /native/jni/src/correction.h | |
parent | 814510305c21b3081414e75e040dec4b73f6cdf3 (diff) | |
download | latinime-b14fc88e482e53ba6852c8d5da5d9826c68d041f.tar.gz latinime-b14fc88e482e53ba6852c8d5da5d9826c68d041f.tar.xz latinime-b14fc88e482e53ba6852c8d5da5d9826c68d041f.zip |
Tag the whitelisted entries in native code.
Since this is already used in Java land, this actually does
activate the whitelist path, and the code is now fully
functional. We still have to remove the old whitelist resource
and to compile the dictionary that includes the whitelist.
Bug: 6906525
Change-Id: Iacde5313e303b9ed792940efaf6bcfa4ee1317bd
Diffstat (limited to 'native/jni/src/correction.h')
-rw-r--r-- | native/jni/src/correction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/src/correction.h b/native/jni/src/correction.h index 81623a46b..57e7b7189 100644 --- a/native/jni/src/correction.h +++ b/native/jni/src/correction.h @@ -105,6 +105,7 @@ class Correction { const int spaceProximityPos, const int missingSpacePos, const bool useFullEditDistance, const bool doAutoCompletion, const int maxErrors); void checkState(); + bool sameAsTyped(); bool initProcessState(const int index); int getInputIndex(); |