commit | 68e7edfd99cc5b2c72a6a8887cd345011f4625a1 | [log] [tgz] |
---|---|---|
author | Keisuke Kuroynagi <ksk@google.com> | Thu Jun 27 12:53:31 2013 +0900 |
committer | Keisuke Kuroynagi <ksk@google.com> | Thu Jun 27 12:53:31 2013 +0900 |
tree | d75e1bde8a192ba2233f6f8e197b6158c7ba2b81 | |
parent | c96b56a5ec5a9a2cf53ca730d2a90cdd7b36fdd7 [diff] [blame] |
Use NOT_A_DICT_POS instead of 0 to express not valid ditctionary position. Bug: 6669677 Change-Id: I4bf2284f8221a0a2ae4534b4a06b0e59c420a5f9
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index e349aed..cb66814 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h
@@ -270,6 +270,7 @@ #define NOT_A_COORDINATE (-1) #define NOT_AN_INDEX (-1) #define NOT_A_PROBABILITY (-1) +#define NOT_A_DICT_POS (S_INT_MIN) #define KEYCODE_SPACE ' ' #define KEYCODE_SINGLE_QUOTE '\''