diff options
author | 2013-02-28 19:49:01 -0800 | |
---|---|---|
committer | 2013-02-28 19:49:01 -0800 | |
commit | b0970fa6b4ee6901a74a315410eb81d0892ceb44 (patch) | |
tree | 351cf4287db0498b95361679bad7cfd7bc841b90 | |
parent | bdd52d44802eb189057c6323647b2518b6b87ee7 (diff) | |
parent | 50705703eda5b61c0fa9d18b8239825636a139f2 (diff) | |
download | latinime-b0970fa6b4ee6901a74a315410eb81d0892ceb44.tar.gz latinime-b0970fa6b4ee6901a74a315410eb81d0892ceb44.tar.xz latinime-b0970fa6b4ee6901a74a315410eb81d0892ceb44.zip |
am 50705703: am bc218dda: Merge "add a default vaule for getMatchedProximityType" into jb-mr2-dev
* commit '50705703eda5b61c0fa9d18b8239825636a139f2':
add a default vaule for getMatchedProximityType
-rw-r--r-- | native/jni/src/defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 28fe1fe37..379fb9dfd 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -400,6 +400,8 @@ typedef enum { NEAR_PROXIMITY_CHAR, // It is an unrelated char UNRELATED_CHAR, + // It is an unrelated char and not a substitution + UNRELATED_AND_NOT_SUBSTITUTION_CHAR, // Additional proximity char which can differ by language. ADDITIONAL_PROXIMITY_CHAR } ProximityType; |