aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/proximity_info_state.h
diff options
context:
space:
mode:
authorTom Ouyang <ouyang@google.com>2012-09-03 12:50:21 -0700
committerTom Ouyang <ouyang@google.com>2012-09-12 20:09:18 -0700
commit132168519e1d681ea1b8fd7fcf283155a0b3997e (patch)
treedef0b4b483e56674334aea7287ec7b37ed53730d /native/jni/src/proximity_info_state.h
parent18fc3bf4c453fe106be254eeb7aefb4a4a7154ba (diff)
downloadlatinime-132168519e1d681ea1b8fd7fcf283155a0b3997e.tar.gz
latinime-132168519e1d681ea1b8fd7fcf283155a0b3997e.tar.xz
latinime-132168519e1d681ea1b8fd7fcf283155a0b3997e.zip
Generalize incremental recognition to non-Latin languages
Bug: 7043019 Change-Id: I9a26f74177d4f8f03b7b65e2e255e4087d5ef8d9
Diffstat (limited to 'native/jni/src/proximity_info_state.h')
-rw-r--r--native/jni/src/proximity_info_state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/native/jni/src/proximity_info_state.h b/native/jni/src/proximity_info_state.h
index fce4b5bdc..453b1de4d 100644
--- a/native/jni/src/proximity_info_state.h
+++ b/native/jni/src/proximity_info_state.h
@@ -37,8 +37,6 @@ class ProximityInfoState {
static const int NORMALIZED_SQUARED_DISTANCE_SCALING_FACTOR_LOG_2 = 10;
static const int NORMALIZED_SQUARED_DISTANCE_SCALING_FACTOR =
1 << NORMALIZED_SQUARED_DISTANCE_SCALING_FACTOR_LOG_2;
- // The upper limit of the char code in mCodeToKeyIndex
- static const int MAX_CHAR_CODE = 127;
static const float NOT_A_DISTANCE_FLOAT = -1.0f;
static const int NOT_A_CODE = -1;